#29903D

Color #29903D Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #29903D

Tints of Japanese Laurel #29903D

Color information

#29903D (or 0x29903D) is unknown color: approx Japanese Laurel. HEX triplet: 29, 90 and 3D. RGB value is (41,144,61). Sum of RGB (Red+Green+Blue) = 41+144+61=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 144 (56.64% from 255 or 58.54% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 144 - color contains mainly: green. Hex color #29903D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29903D is #D66FC2. Grayscale: #676767. Windows color (decimal): -14053315 or 4034601. OLE color: 4034601.

HSL color Cylindrical-coordinate representation of color #29903D: hue angle of 131.65º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29903D is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB4114461-
CMYK0.7200.580.44
HSL131.65º55.68%36.27%-
HSV(B)131.65º71.53%56.47%-
XYZ11.7320.757.8-
YUV103.74103.8883.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 144 (56.64% from 255) = 58.54%
BLUE value IS 61 (24.22% from 255) = 24.80%
R=16.67%
G=58.54%
B=24.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41144610.7200.580.44131.6555.6836.27
Hex29903D4803A2C843824
Octal5122075110072542047044
Binary101001100100001111011001000011101010110010000100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29903D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29903D; }

 p { color: rgb(41,144,61); }

 H1.HeaderClassName
 {
   color: #29903D;
 }
 .AnyTagClassName
 {
   color: #29903D;
 }
</style>
background-color css

<style>
 a { background-color: #29903D; }

 a { background-color: rgb(41,144,61); }

 div.DivClassName
 {
   background-color: #29903D;
 }
 .BgClassName
 {
   background-color: #29903D;
 }
</style>
border-color css

<style>
 span { border-color: #29903D; }

 span { border-color: rgb(41,144,61); }

 td.TdClassName
 {
   border-color: #29903D;
 }
 .TagClassName
 {
   border-color: #29903D;
 }
</style>