Shades of Japanese Laurel #29762D
Tints of Japanese Laurel #29762D
RGB
CMYK
RGB Variations
Color information
#29762D (or 0x29762D) is known color: Japanese Laurel. HEX triplet: 29, 76 and 2D. RGB value is (41,118,45). Sum of RGB (Red+Green+Blue) = 41+118+45=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #29762D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29762D is #D689D2. Grayscale: #565656. Windows color (decimal): -14059987 or 2979369. OLE color: 2979369.
HSL color Cylindrical-coordinate representation of color #29762D: hue angle of 123.12º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29762D is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 118 | 45 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.54 |
| HSL | 123.12º | 0.48% | 0.31% | - |
| HSV(B) | 123.12º | 0.65% | 0.46% | - |
| XYZ | 7.87 | 13.62 | 4.7 | - |
| YUV | 86.66 | 104.49 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 118 | 45 | 0.65 | 0 | 0.62 | 0.54 | 123.12 | 0.48 | 0.31 |
| Hex | 29 | 76 | 2D | 41 | 0 | 3E | 36 | 7B | 30 | 1F |
| Octal | 51 | 166 | 55 | 101 | 0 | 76 | 66 | 173 | 60 | 37 |
| Binary | 101001 | 1110110 | 101101 | 1000001 | 0 | 111110 | 110110 | 1111011 | 110000 | 11111 |
Color Harmonies of #29762D
Complementary color
Monochromatic Colors of #29762D
Black with #29762D
Text Example
Text Example
White with #29762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29762D; }
p { color: rgb(41,118,45); }
H1.HeaderClassName
{
color: #29762D;
}
.AnyTagClassName
{
color: #29762D;
}
</style>
background-color css
<style>
a { background-color: #29762D; }
a { background-color: rgb(41,118,45); }
div.DivClassName
{
background-color: #29762D;
}
.BgClassName
{
background-color: #29762D;
}
</style>
border-color css
<style>
span { border-color: #29762D; }
span { border-color: rgb(41,118,45); }
td.TdClassName
{
border-color: #29762D;
}
.TagClassName
{
border-color: #29762D;
}
</style>