Shades of Japanese Laurel #2C7020
Tints of Japanese Laurel #2C7020
RGB
CMYK
RGB Variations
Color information
#2C7020 (or 0x2C7020) is known color: Japanese Laurel. HEX triplet: 2C, 70 and 20. RGB value is (44,112,32). Sum of RGB (Red+Green+Blue) = 44+112+32=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #2C7020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7020 is #D38FDF. Grayscale: #525252. Windows color (decimal): -13864928 or 2125868. OLE color: 2125868.
HSL color Cylindrical-coordinate representation of color #2C7020: hue angle of 111º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C7020 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 112 | 32 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.56 |
| HSL | 111º | 0.56% | 0.28% | - |
| HSV(B) | 111º | 0.71% | 0.44% | - |
| XYZ | 7.09 | 12.23 | 3.35 | - |
| YUV | 82.55 | 99.47 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 112 | 32 | 0.61 | 0 | 0.71 | 0.56 | 111 | 0.56 | 0.28 |
| Hex | 2C | 70 | 20 | 3D | 0 | 47 | 38 | 6F | 38 | 1C |
| Octal | 54 | 160 | 40 | 75 | 0 | 107 | 70 | 157 | 70 | 34 |
| Binary | 101100 | 1110000 | 100000 | 111101 | 0 | 1000111 | 111000 | 1101111 | 111000 | 11100 |
Color Harmonies of #2C7020
Complementary color
Monochromatic Colors of #2C7020
Black with #2C7020
Text Example
Text Example
White with #2C7020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7020; }
p { color: rgb(44,112,32); }
H1.HeaderClassName
{
color: #2C7020;
}
.AnyTagClassName
{
color: #2C7020;
}
</style>
background-color css
<style>
a { background-color: #2C7020; }
a { background-color: rgb(44,112,32); }
div.DivClassName
{
background-color: #2C7020;
}
.BgClassName
{
background-color: #2C7020;
}
</style>
border-color css
<style>
span { border-color: #2C7020; }
span { border-color: rgb(44,112,32); }
td.TdClassName
{
border-color: #2C7020;
}
.TagClassName
{
border-color: #2C7020;
}
</style>