Shades of Japanese Laurel #2C7220
Tints of Japanese Laurel #2C7220
RGB
CMYK
RGB Variations
Color information
#2C7220 (or 0x2C7220) is known color: Japanese Laurel. HEX triplet: 2C, 72 and 20. RGB value is (44,114,32). Sum of RGB (Red+Green+Blue) = 44+114+32=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #2C7220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7220 is #D38DDF. Grayscale: #535353. Windows color (decimal): -13864416 or 2126380. OLE color: 2126380.
HSL color Cylindrical-coordinate representation of color #2C7220: hue angle of 111.22º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C7220 is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 114 | 32 | - |
| CMYK | 0.61 | 0 | 0.72 | 0.55 |
| HSL | 111.22º | 0.56% | 0.29% | - |
| HSV(B) | 111.22º | 0.72% | 0.45% | - |
| XYZ | 7.32 | 12.67 | 3.43 | - |
| YUV | 83.72 | 98.81 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 114 | 32 | 0.61 | 0 | 0.72 | 0.55 | 111.22 | 0.56 | 0.29 |
| Hex | 2C | 72 | 20 | 3D | 0 | 48 | 37 | 6F | 38 | 1D |
| Octal | 54 | 162 | 40 | 75 | 0 | 110 | 67 | 157 | 70 | 35 |
| Binary | 101100 | 1110010 | 100000 | 111101 | 0 | 1001000 | 110111 | 1101111 | 111000 | 11101 |
Color Harmonies of #2C7220
Complementary color
Monochromatic Colors of #2C7220
Black with #2C7220
Text Example
Text Example
White with #2C7220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7220; }
p { color: rgb(44,114,32); }
H1.HeaderClassName
{
color: #2C7220;
}
.AnyTagClassName
{
color: #2C7220;
}
</style>
background-color css
<style>
a { background-color: #2C7220; }
a { background-color: rgb(44,114,32); }
div.DivClassName
{
background-color: #2C7220;
}
.BgClassName
{
background-color: #2C7220;
}
</style>
border-color css
<style>
span { border-color: #2C7220; }
span { border-color: rgb(44,114,32); }
td.TdClassName
{
border-color: #2C7220;
}
.TagClassName
{
border-color: #2C7220;
}
</style>