Shades of Japanese Laurel #29802B
Tints of Japanese Laurel #29802B
RGB
CMYK
RGB Variations
Color information
#29802B (or 0x29802B) is known color: Japanese Laurel. HEX triplet: 29, 80 and 2B. RGB value is (41,128,43). Sum of RGB (Red+Green+Blue) = 41+128+43=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 128 (50.39% from 255 or 60.38% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 128 - color contains mainly: green. Hex color #29802B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29802B is #D67FD4. Grayscale: #5C5C5C. Windows color (decimal): -14057429 or 2850857. OLE color: 2850857.
HSL color Cylindrical-coordinate representation of color #29802B: hue angle of 121.38º 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 #29802B is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 128 | 43 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.50 |
| HSL | 121.38º | 0.51% | 0.33% | - |
| HSV(B) | 121.38º | 0.68% | 0.5% | - |
| XYZ | 9.07 | 16.08 | 4.91 | - |
| YUV | 92.3 | 100.18 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 128 | 43 | 0.68 | 0 | 0.66 | 0.50 | 121.38 | 0.51 | 0.33 |
| Hex | 29 | 80 | 2B | 44 | 0 | 42 | 32 | 79 | 33 | 21 |
| Octal | 51 | 200 | 53 | 104 | 0 | 102 | 62 | 171 | 63 | 41 |
| Binary | 101001 | 10000000 | 101011 | 1000100 | 0 | 1000010 | 110010 | 1111001 | 110011 | 100001 |
Color Harmonies of #29802B
Complementary color
Monochromatic Colors of #29802B
Black with #29802B
Text Example
Text Example
White with #29802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29802B; }
p { color: rgb(41,128,43); }
H1.HeaderClassName
{
color: #29802B;
}
.AnyTagClassName
{
color: #29802B;
}
</style>
background-color css
<style>
a { background-color: #29802B; }
a { background-color: rgb(41,128,43); }
div.DivClassName
{
background-color: #29802B;
}
.BgClassName
{
background-color: #29802B;
}
</style>
border-color css
<style>
span { border-color: #29802B; }
span { border-color: rgb(41,128,43); }
td.TdClassName
{
border-color: #29802B;
}
.TagClassName
{
border-color: #29802B;
}
</style>