Shades of Japanese Laurel #29802E
Tints of Japanese Laurel #29802E
RGB
CMYK
RGB Variations
Color information
#29802E (or 0x29802E) is known color: Japanese Laurel. HEX triplet: 29, 80 and 2E. RGB value is (41,128,46). Sum of RGB (Red+Green+Blue) = 41+128+46=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 128 (50.39% from 255 or 59.53% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 128 - color contains mainly: green. Hex color #29802E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29802E is #D67FD1. Grayscale: #5C5C5C. Windows color (decimal): -14057426 or 3047465. OLE color: 3047465.
HSL color Cylindrical-coordinate representation of color #29802E: hue angle of 123.45º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29802E is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 128 | 46 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.50 |
| HSL | 123.45º | 0.51% | 0.33% | - |
| HSV(B) | 123.45º | 0.68% | 0.5% | - |
| XYZ | 9.13 | 16.11 | 5.21 | - |
| YUV | 92.64 | 101.68 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 128 | 46 | 0.68 | 0 | 0.64 | 0.50 | 123.45 | 0.51 | 0.33 |
| Hex | 29 | 80 | 2E | 44 | 0 | 40 | 32 | 7B | 33 | 21 |
| Octal | 51 | 200 | 56 | 104 | 0 | 100 | 62 | 173 | 63 | 41 |
| Binary | 101001 | 10000000 | 101110 | 1000100 | 0 | 1000000 | 110010 | 1111011 | 110011 | 100001 |
Color Harmonies of #29802E
Complementary color
Monochromatic Colors of #29802E
Black with #29802E
Text Example
Text Example
White with #29802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29802E; }
p { color: rgb(41,128,46); }
H1.HeaderClassName
{
color: #29802E;
}
.AnyTagClassName
{
color: #29802E;
}
</style>
background-color css
<style>
a { background-color: #29802E; }
a { background-color: rgb(41,128,46); }
div.DivClassName
{
background-color: #29802E;
}
.BgClassName
{
background-color: #29802E;
}
</style>
border-color css
<style>
span { border-color: #29802E; }
span { border-color: rgb(41,128,46); }
td.TdClassName
{
border-color: #29802E;
}
.TagClassName
{
border-color: #29802E;
}
</style>