#29873C

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

Shades of Japanese Laurel #29873C

Tints of Japanese Laurel #29873C

Color information

#29873C (or 0x29873C) is unknown color: approx Japanese Laurel. HEX triplet: 29, 87 and 3C. RGB value is (41,135,60). Sum of RGB (Red+Green+Blue) = 41+135+60=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #29873C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29873C is #D678C3. Grayscale: #626262. Windows color (decimal): -14055620 or 3966761. OLE color: 3966761.

HSL color Cylindrical-coordinate representation of color #29873C: hue angle of 132.13º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29873C is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB4113560-
CMYK0.7000.560.47
HSL132.13º53.41%34.51%-
HSV(B)132.13º69.63%52.94%-
XYZ10.3918.137.23-
YUV98.34106.3687.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.37%
GREEN value IS 135 (53.12% from 255) = 57.20%
BLUE value IS 60 (23.83% from 255) = 25.42%
R=17.37%
G=57.20%
B=25.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41135600.7000.560.47132.1353.4134.51
Hex29873C460382F843523
Octal5120774106070572046543
Binary101001100001111111001000110011100010111110000100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29873C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29873C; }

 p { color: rgb(41,135,60); }

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

<style>
 a { background-color: #29873C; }

 a { background-color: rgb(41,135,60); }

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

<style>
 span { border-color: #29873C; }

 span { border-color: rgb(41,135,60); }

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