Shades of Japanese Laurel #2C7021
Tints of Japanese Laurel #2C7021
RGB
CMYK
RGB Variations
Color information
#2C7021 (or 0x2C7021) is known color: Japanese Laurel. HEX triplet: 2C, 70 and 21. RGB value is (44,112,33). Sum of RGB (Red+Green+Blue) = 44+112+33=189 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.28% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #2C7021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7021 is #D38FDE. Grayscale: #525252. Windows color (decimal): -13864927 or 2191404. OLE color: 2191404.
HSL color Cylindrical-coordinate representation of color #2C7021: hue angle of 111.65º degrees, saturation: 0.54, 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 #2C7021 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 112 | 33 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.56 |
| HSL | 111.65º | 0.54% | 0.28% | - |
| HSV(B) | 111.65º | 0.71% | 0.44% | - |
| XYZ | 7.11 | 12.23 | 3.43 | - |
| YUV | 82.66 | 99.97 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 112 | 33 | 0.61 | 0 | 0.71 | 0.56 | 111.65 | 0.54 | 0.28 |
| Hex | 2C | 70 | 21 | 3D | 0 | 47 | 38 | 70 | 36 | 1C |
| Octal | 54 | 160 | 41 | 75 | 0 | 107 | 70 | 160 | 66 | 34 |
| Binary | 101100 | 1110000 | 100001 | 111101 | 0 | 1000111 | 111000 | 1110000 | 110110 | 11100 |
Color Harmonies of #2C7021
Complementary color
Monochromatic Colors of #2C7021
Black with #2C7021
Text Example
Text Example
White with #2C7021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7021; }
p { color: rgb(44,112,33); }
H1.HeaderClassName
{
color: #2C7021;
}
.AnyTagClassName
{
color: #2C7021;
}
</style>
background-color css
<style>
a { background-color: #2C7021; }
a { background-color: rgb(44,112,33); }
div.DivClassName
{
background-color: #2C7021;
}
.BgClassName
{
background-color: #2C7021;
}
</style>
border-color css
<style>
span { border-color: #2C7021; }
span { border-color: rgb(44,112,33); }
td.TdClassName
{
border-color: #2C7021;
}
.TagClassName
{
border-color: #2C7021;
}
</style>