Shades of Japanese Laurel #29772D
Tints of Japanese Laurel #29772D
RGB
CMYK
RGB Variations
Color information
#29772D (or 0x29772D) is known color: Japanese Laurel. HEX triplet: 29, 77 and 2D. RGB value is (41,119,45). Sum of RGB (Red+Green+Blue) = 41+119+45=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #29772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29772D is #D688D2. Grayscale: #575757. Windows color (decimal): -14059731 or 2979625. OLE color: 2979625.
HSL color Cylindrical-coordinate representation of color #29772D: hue angle of 123.08º 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 #29772D is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 119 | 45 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.53 |
| HSL | 123.08º | 0.49% | 0.31% | - |
| HSV(B) | 123.08º | 0.66% | 0.47% | - |
| XYZ | 7.98 | 13.85 | 4.74 | - |
| YUV | 87.24 | 104.16 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 119 | 45 | 0.66 | 0 | 0.62 | 0.53 | 123.08 | 0.49 | 0.31 |
| Hex | 29 | 77 | 2D | 42 | 0 | 3E | 35 | 7B | 31 | 1F |
| Octal | 51 | 167 | 55 | 102 | 0 | 76 | 65 | 173 | 61 | 37 |
| Binary | 101001 | 1110111 | 101101 | 1000010 | 0 | 111110 | 110101 | 1111011 | 110001 | 11111 |
Color Harmonies of #29772D
Complementary color
Monochromatic Colors of #29772D
Black with #29772D
Text Example
Text Example
White with #29772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29772D; }
p { color: rgb(41,119,45); }
H1.HeaderClassName
{
color: #29772D;
}
.AnyTagClassName
{
color: #29772D;
}
</style>
background-color css
<style>
a { background-color: #29772D; }
a { background-color: rgb(41,119,45); }
div.DivClassName
{
background-color: #29772D;
}
.BgClassName
{
background-color: #29772D;
}
</style>
border-color css
<style>
span { border-color: #29772D; }
span { border-color: rgb(41,119,45); }
td.TdClassName
{
border-color: #29772D;
}
.TagClassName
{
border-color: #29772D;
}
</style>