Shades of Forest Green #1C8010
Tints of Forest Green #1C8010
RGB
CMYK
RGB Variations
Color information
#1C8010 (or 0x1C8010) is known color: Forest Green. HEX triplet: 1C, 80 and 10. RGB value is (28,128,16). Sum of RGB (Red+Green+Blue) = 28+128+16=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 128 (50.39% from 255 or 74.42% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 128 - color contains mainly: green. Hex color #1C8010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C8010 is #E37FEF. Grayscale: #555555. Windows color (decimal): -14909424 or 1081372. OLE color: 1081372.
HSL color Cylindrical-coordinate representation of color #1C8010: hue angle of 113.57º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C8010 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 28 | 128 | 16 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.50 |
| HSL | 113.57º | 0.78% | 0.28% | - |
| HSV(B) | 113.57º | 0.88% | 0.5% | - |
| XYZ | 8.29 | 15.72 | 3.09 | - |
| YUV | 85.33 | 88.87 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 128 | 16 | 0.78 | 0 | 0.88 | 0.50 | 113.57 | 0.78 | 0.28 |
| Hex | 1C | 80 | 10 | 4E | 0 | 58 | 32 | 72 | 4E | 1C |
| Octal | 34 | 200 | 20 | 116 | 0 | 130 | 62 | 162 | 116 | 34 |
| Binary | 11100 | 10000000 | 10000 | 1001110 | 0 | 1011000 | 110010 | 1110010 | 1001110 | 11100 |
Color Harmonies of #1C8010
Complementary color
Monochromatic Colors of #1C8010
Black with #1C8010
Text Example
Text Example
White with #1C8010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8010; }
p { color: rgb(28,128,16); }
H1.HeaderClassName
{
color: #1C8010;
}
.AnyTagClassName
{
color: #1C8010;
}
</style>
background-color css
<style>
a { background-color: #1C8010; }
a { background-color: rgb(28,128,16); }
div.DivClassName
{
background-color: #1C8010;
}
.BgClassName
{
background-color: #1C8010;
}
</style>
border-color css
<style>
span { border-color: #1C8010; }
span { border-color: rgb(28,128,16); }
td.TdClassName
{
border-color: #1C8010;
}
.TagClassName
{
border-color: #1C8010;
}
</style>