Shades of Japanese Laurel #29701B
Tints of Japanese Laurel #29701B
RGB
CMYK
RGB Variations
Color information
#29701B (or 0x29701B) is known color: Japanese Laurel. HEX triplet: 29, 70 and 1B. RGB value is (41,112,27). Sum of RGB (Red+Green+Blue) = 41+112+27=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #29701B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29701B is #D68FE4. Grayscale: #515151. Windows color (decimal): -14061541 or 1798185. OLE color: 1798185.
HSL color Cylindrical-coordinate representation of color #29701B: hue angle of 110.12º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29701B is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 112 | 27 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.56 |
| HSL | 110.12º | 0.61% | 0.27% | - |
| HSV(B) | 110.12º | 0.76% | 0.44% | - |
| XYZ | 6.91 | 12.14 | 3.02 | - |
| YUV | 81.08 | 97.48 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 112 | 27 | 0.63 | 0 | 0.76 | 0.56 | 110.12 | 0.61 | 0.27 |
| Hex | 29 | 70 | 1B | 3F | 0 | 4C | 38 | 6E | 3D | 1B |
| Octal | 51 | 160 | 33 | 77 | 0 | 114 | 70 | 156 | 75 | 33 |
| Binary | 101001 | 1110000 | 11011 | 111111 | 0 | 1001100 | 111000 | 1101110 | 111101 | 11011 |
Color Harmonies of #29701B
Complementary color
Monochromatic Colors of #29701B
Black with #29701B
Text Example
Text Example
White with #29701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29701B; }
p { color: rgb(41,112,27); }
H1.HeaderClassName
{
color: #29701B;
}
.AnyTagClassName
{
color: #29701B;
}
</style>
background-color css
<style>
a { background-color: #29701B; }
a { background-color: rgb(41,112,27); }
div.DivClassName
{
background-color: #29701B;
}
.BgClassName
{
background-color: #29701B;
}
</style>
border-color css
<style>
span { border-color: #29701B; }
span { border-color: rgb(41,112,27); }
td.TdClassName
{
border-color: #29701B;
}
.TagClassName
{
border-color: #29701B;
}
</style>