Shades of Japanese Laurel #2D7429
Tints of Japanese Laurel #2D7429
RGB
CMYK
RGB Variations
Color information
#2D7429 (or 0x2D7429) is known color: Japanese Laurel. HEX triplet: 2D, 74 and 29. RGB value is (45,116,41). Sum of RGB (Red+Green+Blue) = 45+116+41=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 116 (45.70% from 255 or 57.43% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 116 - color contains mainly: green. Hex color #2D7429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7429 is #D28BD6. Grayscale: #565656. Windows color (decimal): -13798359 or 2716717. OLE color: 2716717.
HSL color Cylindrical-coordinate representation of color #2D7429: hue angle of 116.8º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D7429 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 116 | 41 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.55 |
| HSL | 116.8º | 0.48% | 0.31% | - |
| HSV(B) | 116.8º | 0.65% | 0.45% | - |
| XYZ | 7.73 | 13.21 | 4.24 | - |
| YUV | 86.22 | 102.48 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 116 | 41 | 0.61 | 0 | 0.65 | 0.55 | 116.8 | 0.48 | 0.31 |
| Hex | 2D | 74 | 29 | 3D | 0 | 41 | 37 | 75 | 30 | 1F |
| Octal | 55 | 164 | 51 | 75 | 0 | 101 | 67 | 165 | 60 | 37 |
| Binary | 101101 | 1110100 | 101001 | 111101 | 0 | 1000001 | 110111 | 1110101 | 110000 | 11111 |
Color Harmonies of #2D7429
Complementary color
Monochromatic Colors of #2D7429
Black with #2D7429
Text Example
Text Example
White with #2D7429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7429; }
p { color: rgb(45,116,41); }
H1.HeaderClassName
{
color: #2D7429;
}
.AnyTagClassName
{
color: #2D7429;
}
</style>
background-color css
<style>
a { background-color: #2D7429; }
a { background-color: rgb(45,116,41); }
div.DivClassName
{
background-color: #2D7429;
}
.BgClassName
{
background-color: #2D7429;
}
</style>
border-color css
<style>
span { border-color: #2D7429; }
span { border-color: rgb(45,116,41); }
td.TdClassName
{
border-color: #2D7429;
}
.TagClassName
{
border-color: #2D7429;
}
</style>