Shades of Forest Green #1C7010
Tints of Forest Green #1C7010
RGB
CMYK
RGB Variations
Color information
#1C7010 (or 0x1C7010) is known color: Forest Green. HEX triplet: 1C, 70 and 10. RGB value is (28,112,16). Sum of RGB (Red+Green+Blue) = 28+112+16=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #1C7010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7010 is #E38FEF. Grayscale: #4C4C4C. Windows color (decimal): -14913520 or 1077276. OLE color: 1077276.
HSL color Cylindrical-coordinate representation of color #1C7010: hue angle of 112.5º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C7010 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 112 | 16 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.56 |
| HSL | 112.5º | 0.75% | 0.25% | - |
| HSV(B) | 112.5º | 0.86% | 0.44% | - |
| XYZ | 6.37 | 11.87 | 2.45 | - |
| YUV | 75.94 | 94.17 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 112 | 16 | 0.75 | 0 | 0.86 | 0.56 | 112.5 | 0.75 | 0.25 |
| Hex | 1C | 70 | 10 | 4B | 0 | 56 | 38 | 70 | 4B | 19 |
| Octal | 34 | 160 | 20 | 113 | 0 | 126 | 70 | 160 | 113 | 31 |
| Binary | 11100 | 1110000 | 10000 | 1001011 | 0 | 1010110 | 111000 | 1110000 | 1001011 | 11001 |
Color Harmonies of #1C7010
Complementary color
Monochromatic Colors of #1C7010
Black with #1C7010
Text Example
Text Example
White with #1C7010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7010; }
p { color: rgb(28,112,16); }
H1.HeaderClassName
{
color: #1C7010;
}
.AnyTagClassName
{
color: #1C7010;
}
</style>
background-color css
<style>
a { background-color: #1C7010; }
a { background-color: rgb(28,112,16); }
div.DivClassName
{
background-color: #1C7010;
}
.BgClassName
{
background-color: #1C7010;
}
</style>
border-color css
<style>
span { border-color: #1C7010; }
span { border-color: rgb(28,112,16); }
td.TdClassName
{
border-color: #1C7010;
}
.TagClassName
{
border-color: #1C7010;
}
</style>