Shades of Japanese Laurel #2D7321
Tints of Japanese Laurel #2D7321
RGB
CMYK
RGB Variations
Color information
#2D7321 (or 0x2D7321) is known color: Japanese Laurel. HEX triplet: 2D, 73 and 21. RGB value is (45,115,33). Sum of RGB (Red+Green+Blue) = 45+115+33=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #2D7321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7321 is #D28CDE. Grayscale: #545454. Windows color (decimal): -13798623 or 2192173. OLE color: 2192173.
HSL color Cylindrical-coordinate representation of color #2D7321: hue angle of 111.22º 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 #2D7321 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 115 | 33 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.55 |
| HSL | 111.22º | 0.55% | 0.29% | - |
| HSV(B) | 111.22º | 0.71% | 0.45% | - |
| XYZ | 7.49 | 12.93 | 3.54 | - |
| YUV | 84.72 | 98.81 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 115 | 33 | 0.61 | 0 | 0.71 | 0.55 | 111.22 | 0.55 | 0.29 |
| Hex | 2D | 73 | 21 | 3D | 0 | 47 | 37 | 6F | 37 | 1D |
| Octal | 55 | 163 | 41 | 75 | 0 | 107 | 67 | 157 | 67 | 35 |
| Binary | 101101 | 1110011 | 100001 | 111101 | 0 | 1000111 | 110111 | 1101111 | 110111 | 11101 |
Color Harmonies of #2D7321
Complementary color
Monochromatic Colors of #2D7321
Black with #2D7321
Text Example
Text Example
White with #2D7321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7321; }
p { color: rgb(45,115,33); }
H1.HeaderClassName
{
color: #2D7321;
}
.AnyTagClassName
{
color: #2D7321;
}
</style>
background-color css
<style>
a { background-color: #2D7321; }
a { background-color: rgb(45,115,33); }
div.DivClassName
{
background-color: #2D7321;
}
.BgClassName
{
background-color: #2D7321;
}
</style>
border-color css
<style>
span { border-color: #2D7321; }
span { border-color: rgb(45,115,33); }
td.TdClassName
{
border-color: #2D7321;
}
.TagClassName
{
border-color: #2D7321;
}
</style>