Shades of Japanese Laurel #2D7029
Tints of Japanese Laurel #2D7029
RGB
CMYK
RGB Variations
Color information
#2D7029 (or 0x2D7029) is known color: Japanese Laurel. HEX triplet: 2D, 70 and 29. RGB value is (45,112,41). Sum of RGB (Red+Green+Blue) = 45+112+41=198 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.73% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #2D7029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7029 is #D28FD6. Grayscale: #545454. Windows color (decimal): -13799383 or 2715693. OLE color: 2715693.
HSL color Cylindrical-coordinate representation of color #2D7029: hue angle of 116.62º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D7029 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 112 | 41 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.56 |
| HSL | 116.62º | 0.46% | 0.3% | - |
| HSV(B) | 116.62º | 0.63% | 0.44% | - |
| XYZ | 7.28 | 12.31 | 4.09 | - |
| YUV | 83.87 | 103.8 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 41 | 0.60 | 0 | 0.63 | 0.56 | 116.62 | 0.46 | 0.3 |
| Hex | 2D | 70 | 29 | 3C | 0 | 3F | 38 | 75 | 2E | 1E |
| Octal | 55 | 160 | 51 | 74 | 0 | 77 | 70 | 165 | 56 | 36 |
| Binary | 101101 | 1110000 | 101001 | 111100 | 0 | 111111 | 111000 | 1110101 | 101110 | 11110 |
Color Harmonies of #2D7029
Complementary color
Monochromatic Colors of #2D7029
Black with #2D7029
Text Example
Text Example
White with #2D7029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7029; }
p { color: rgb(45,112,41); }
H1.HeaderClassName
{
color: #2D7029;
}
.AnyTagClassName
{
color: #2D7029;
}
</style>
background-color css
<style>
a { background-color: #2D7029; }
a { background-color: rgb(45,112,41); }
div.DivClassName
{
background-color: #2D7029;
}
.BgClassName
{
background-color: #2D7029;
}
</style>
border-color css
<style>
span { border-color: #2D7029; }
span { border-color: rgb(45,112,41); }
td.TdClassName
{
border-color: #2D7029;
}
.TagClassName
{
border-color: #2D7029;
}
</style>