#29742C

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

Shades of Japanese Laurel #29742C

Tints of Japanese Laurel #29742C

Color information

#29742C (or 0x29742C) is unknown color: approx Japanese Laurel. HEX triplet: 29, 74 and 2C. RGB value is (41,116,44). Sum of RGB (Red+Green+Blue) = 41+116+44=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #29742C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29742C is #D68BD3. Grayscale: #555555. Windows color (decimal): -14060500 or 2913321. OLE color: 2913321.

HSL color Cylindrical-coordinate representation of color #29742C: hue angle of 122.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29742C is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB4111644-
CMYK0.6500.620.55
HSL122.4º47.77%30.78%-
HSV(B)122.4º64.66%45.49%-
XYZ7.6113.144.52-
YUV85.37104.6596.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 116 (45.70% from 255) = 57.71%
BLUE value IS 44 (17.58% from 255) = 21.89%
R=20.40%
G=57.71%
B=21.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41116440.6500.620.55122.447.7730.78
Hex29742C4103E377a301f
Octal5116454101076671726037
Binary101001111010010110010000010111110110111111101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,116,44); }

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

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

 a { background-color: rgb(41,116,44); }

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

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

 span { border-color: rgb(41,116,44); }

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