Shades of Japanese Laurel #2D7224
Tints of Japanese Laurel #2D7224
RGB
CMYK
RGB Variations
Color information
#2D7224 (or 0x2D7224) is known color: Japanese Laurel. HEX triplet: 2D, 72 and 24. RGB value is (45,114,36). Sum of RGB (Red+Green+Blue) = 45+114+36=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 114 (44.92% from 255 or 58.46% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 114 - color contains mainly: green. Hex color #2D7224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7224 is #D28DDB. Grayscale: #545454. Windows color (decimal): -13798876 or 2388525. OLE color: 2388525.
HSL color Cylindrical-coordinate representation of color #2D7224: hue angle of 113.08º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D7224 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 114 | 36 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.55 |
| HSL | 113.08º | 0.52% | 0.29% | - |
| HSV(B) | 113.08º | 0.68% | 0.45% | - |
| XYZ | 7.42 | 12.72 | 3.73 | - |
| YUV | 84.48 | 100.64 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 114 | 36 | 0.61 | 0 | 0.68 | 0.55 | 113.08 | 0.52 | 0.29 |
| Hex | 2D | 72 | 24 | 3D | 0 | 44 | 37 | 71 | 34 | 1D |
| Octal | 55 | 162 | 44 | 75 | 0 | 104 | 67 | 161 | 64 | 35 |
| Binary | 101101 | 1110010 | 100100 | 111101 | 0 | 1000100 | 110111 | 1110001 | 110100 | 11101 |
Color Harmonies of #2D7224
Complementary color
Monochromatic Colors of #2D7224
Black with #2D7224
Text Example
Text Example
White with #2D7224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7224; }
p { color: rgb(45,114,36); }
H1.HeaderClassName
{
color: #2D7224;
}
.AnyTagClassName
{
color: #2D7224;
}
</style>
background-color css
<style>
a { background-color: #2D7224; }
a { background-color: rgb(45,114,36); }
div.DivClassName
{
background-color: #2D7224;
}
.BgClassName
{
background-color: #2D7224;
}
</style>
border-color css
<style>
span { border-color: #2D7224; }
span { border-color: rgb(45,114,36); }
td.TdClassName
{
border-color: #2D7224;
}
.TagClassName
{
border-color: #2D7224;
}
</style>