#29772C

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

Shades of Japanese Laurel #29772C

Tints of Japanese Laurel #29772C

Color information

#29772C (or 0x29772C) is unknown color: approx Japanese Laurel. HEX triplet: 29, 77 and 2C. RGB value is (41,119,44). Sum of RGB (Red+Green+Blue) = 41+119+44=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #29772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29772C is #D688D3. Grayscale: #575757. Windows color (decimal): -14059732 or 2914089. OLE color: 2914089.

HSL color Cylindrical-coordinate representation of color #29772C: hue angle of 122.31º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29772C is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB4111944-
CMYK0.6600.630.53
HSL122.31º48.75%31.37%-
HSV(B)122.31º65.55%46.67%-
XYZ7.9713.854.64-
YUV87.13103.6695.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.10%
GREEN value IS 119 (46.88% from 255) = 58.33%
BLUE value IS 44 (17.58% from 255) = 21.57%
R=20.10%
G=58.33%
B=21.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41119440.6600.630.53122.3148.7531.37
Hex29772C4203F357a311f
Octal5116754102077651726137
Binary101001111011110110010000100111111110101111101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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