Shades of Japanese Laurel #2D7024
Tints of Japanese Laurel #2D7024
RGB
CMYK
RGB Variations
Color information
#2D7024 (or 0x2D7024) is known color: Japanese Laurel. HEX triplet: 2D, 70 and 24. RGB value is (45,112,36). Sum of RGB (Red+Green+Blue) = 45+112+36=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #2D7024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7024 is #D28FDB. Grayscale: #535353. Windows color (decimal): -13799388 or 2388013. OLE color: 2388013.
HSL color Cylindrical-coordinate representation of color #2D7024: hue angle of 112.89º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D7024 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 112 | 36 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.56 |
| HSL | 112.89º | 0.51% | 0.29% | - |
| HSV(B) | 112.89º | 0.68% | 0.44% | - |
| XYZ | 7.19 | 12.27 | 3.66 | - |
| YUV | 83.3 | 101.3 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 36 | 0.60 | 0 | 0.68 | 0.56 | 112.89 | 0.51 | 0.29 |
| Hex | 2D | 70 | 24 | 3C | 0 | 44 | 38 | 71 | 33 | 1D |
| Octal | 55 | 160 | 44 | 74 | 0 | 104 | 70 | 161 | 63 | 35 |
| Binary | 101101 | 1110000 | 100100 | 111100 | 0 | 1000100 | 111000 | 1110001 | 110011 | 11101 |
Color Harmonies of #2D7024
Complementary color
Monochromatic Colors of #2D7024
Black with #2D7024
Text Example
Text Example
White with #2D7024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7024; }
p { color: rgb(45,112,36); }
H1.HeaderClassName
{
color: #2D7024;
}
.AnyTagClassName
{
color: #2D7024;
}
</style>
background-color css
<style>
a { background-color: #2D7024; }
a { background-color: rgb(45,112,36); }
div.DivClassName
{
background-color: #2D7024;
}
.BgClassName
{
background-color: #2D7024;
}
</style>
border-color css
<style>
span { border-color: #2D7024; }
span { border-color: rgb(45,112,36); }
td.TdClassName
{
border-color: #2D7024;
}
.TagClassName
{
border-color: #2D7024;
}
</style>