Shades of Japanese Laurel #29782C
Tints of Japanese Laurel #29782C
RGB
CMYK
RGB Variations
Color information
#29782C (or 0x29782C) is known color: Japanese Laurel. HEX triplet: 29, 78 and 2C. RGB value is (41,120,44). Sum of RGB (Red+Green+Blue) = 41+120+44=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 120 (47.27% from 255 or 58.54% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 120 - color contains mainly: green. Hex color #29782C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29782C is #D687D3. Grayscale: #575757. Windows color (decimal): -14059476 or 2914345. OLE color: 2914345.
HSL color Cylindrical-coordinate representation of color #29782C: hue angle of 122.28º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29782C is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 120 | 44 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.53 |
| HSL | 122.28º | 0.49% | 0.32% | - |
| HSV(B) | 122.28º | 0.66% | 0.47% | - |
| XYZ | 8.09 | 14.09 | 4.68 | - |
| YUV | 87.72 | 103.33 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 120 | 44 | 0.66 | 0 | 0.63 | 0.53 | 122.28 | 0.49 | 0.32 |
| Hex | 29 | 78 | 2C | 42 | 0 | 3F | 35 | 7A | 31 | 20 |
| Octal | 51 | 170 | 54 | 102 | 0 | 77 | 65 | 172 | 61 | 40 |
| Binary | 101001 | 1111000 | 101100 | 1000010 | 0 | 111111 | 110101 | 1111010 | 110001 | 100000 |
Color Harmonies of #29782C
Complementary color
Monochromatic Colors of #29782C
Black with #29782C
Text Example
Text Example
White with #29782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29782C; }
p { color: rgb(41,120,44); }
H1.HeaderClassName
{
color: #29782C;
}
.AnyTagClassName
{
color: #29782C;
}
</style>
background-color css
<style>
a { background-color: #29782C; }
a { background-color: rgb(41,120,44); }
div.DivClassName
{
background-color: #29782C;
}
.BgClassName
{
background-color: #29782C;
}
</style>
border-color css
<style>
span { border-color: #29782C; }
span { border-color: rgb(41,120,44); }
td.TdClassName
{
border-color: #29782C;
}
.TagClassName
{
border-color: #29782C;
}
</style>