Shades of Japanese Laurel #2C7022
Tints of Japanese Laurel #2C7022
RGB
CMYK
RGB Variations
Color information
#2C7022 (or 0x2C7022) is known color: Japanese Laurel. HEX triplet: 2C, 70 and 22. RGB value is (44,112,34). Sum of RGB (Red+Green+Blue) = 44+112+34=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #2C7022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7022 is #D38FDD. Grayscale: #535353. Windows color (decimal): -13864926 or 2256940. OLE color: 2256940.
HSL color Cylindrical-coordinate representation of color #2C7022: hue angle of 112.31º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C7022 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 112 | 34 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.56 |
| HSL | 112.31º | 0.53% | 0.29% | - |
| HSV(B) | 112.31º | 0.7% | 0.44% | - |
| XYZ | 7.12 | 12.24 | 3.5 | - |
| YUV | 82.78 | 100.47 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 112 | 34 | 0.61 | 0 | 0.70 | 0.56 | 112.31 | 0.53 | 0.29 |
| Hex | 2C | 70 | 22 | 3D | 0 | 46 | 38 | 70 | 35 | 1D |
| Octal | 54 | 160 | 42 | 75 | 0 | 106 | 70 | 160 | 65 | 35 |
| Binary | 101100 | 1110000 | 100010 | 111101 | 0 | 1000110 | 111000 | 1110000 | 110101 | 11101 |
Color Harmonies of #2C7022
Complementary color
Monochromatic Colors of #2C7022
Black with #2C7022
Text Example
Text Example
White with #2C7022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7022; }
p { color: rgb(44,112,34); }
H1.HeaderClassName
{
color: #2C7022;
}
.AnyTagClassName
{
color: #2C7022;
}
</style>
background-color css
<style>
a { background-color: #2C7022; }
a { background-color: rgb(44,112,34); }
div.DivClassName
{
background-color: #2C7022;
}
.BgClassName
{
background-color: #2C7022;
}
</style>
border-color css
<style>
span { border-color: #2C7022; }
span { border-color: rgb(44,112,34); }
td.TdClassName
{
border-color: #2C7022;
}
.TagClassName
{
border-color: #2C7022;
}
</style>