Shades of Japanese Laurel #2D7221
Tints of Japanese Laurel #2D7221
RGB
CMYK
RGB Variations
Color information
#2D7221 (or 0x2D7221) is known color: Japanese Laurel. HEX triplet: 2D, 72 and 21. RGB value is (45,114,33). Sum of RGB (Red+Green+Blue) = 45+114+33=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 114 (44.92% from 255 or 59.38% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 114 - color contains mainly: green. Hex color #2D7221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7221 is #D28DDE. Grayscale: #545454. Windows color (decimal): -13798879 or 2191917. OLE color: 2191917.
HSL color Cylindrical-coordinate representation of color #2D7221: hue angle of 111.11º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D7221 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 114 | 33 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.55 |
| HSL | 111.11º | 0.55% | 0.29% | - |
| HSV(B) | 111.11º | 0.71% | 0.45% | - |
| XYZ | 7.37 | 12.7 | 3.5 | - |
| YUV | 84.14 | 99.14 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 114 | 33 | 0.61 | 0 | 0.71 | 0.55 | 111.11 | 0.55 | 0.29 |
| Hex | 2D | 72 | 21 | 3D | 0 | 47 | 37 | 6F | 37 | 1D |
| Octal | 55 | 162 | 41 | 75 | 0 | 107 | 67 | 157 | 67 | 35 |
| Binary | 101101 | 1110010 | 100001 | 111101 | 0 | 1000111 | 110111 | 1101111 | 110111 | 11101 |
Color Harmonies of #2D7221
Complementary color
Monochromatic Colors of #2D7221
Black with #2D7221
Text Example
Text Example
White with #2D7221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7221; }
p { color: rgb(45,114,33); }
H1.HeaderClassName
{
color: #2D7221;
}
.AnyTagClassName
{
color: #2D7221;
}
</style>
background-color css
<style>
a { background-color: #2D7221; }
a { background-color: rgb(45,114,33); }
div.DivClassName
{
background-color: #2D7221;
}
.BgClassName
{
background-color: #2D7221;
}
</style>
border-color css
<style>
span { border-color: #2D7221; }
span { border-color: rgb(45,114,33); }
td.TdClassName
{
border-color: #2D7221;
}
.TagClassName
{
border-color: #2D7221;
}
</style>