Shades of Forest Green #1C8020
Tints of Forest Green #1C8020
RGB
CMYK
RGB Variations
Color information
#1C8020 (or 0x1C8020) is known color: Forest Green. HEX triplet: 1C, 80 and 20. RGB value is (28,128,32). Sum of RGB (Red+Green+Blue) = 28+128+32=188 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.89% from 188); Green value is 128 (50.39% from 255 or 68.09% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 128 - color contains mainly: green. Hex color #1C8020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8020 is #E37FDF. Grayscale: #575757. Windows color (decimal): -14909408 or 2129948. OLE color: 2129948.
HSL color Cylindrical-coordinate representation of color #1C8020: hue angle of 122.4º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C8020 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 28 | 128 | 32 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.50 |
| HSL | 122.4º | 0.64% | 0.31% | - |
| HSV(B) | 122.4º | 0.78% | 0.5% | - |
| XYZ | 8.46 | 15.79 | 3.97 | - |
| YUV | 87.16 | 96.87 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 128 | 32 | 0.78 | 0 | 0.75 | 0.50 | 122.4 | 0.64 | 0.31 |
| Hex | 1C | 80 | 20 | 4E | 0 | 4B | 32 | 7A | 40 | 1F |
| Octal | 34 | 200 | 40 | 116 | 0 | 113 | 62 | 172 | 100 | 37 |
| Binary | 11100 | 10000000 | 100000 | 1001110 | 0 | 1001011 | 110010 | 1111010 | 1000000 | 11111 |
Color Harmonies of #1C8020
Complementary color
Monochromatic Colors of #1C8020
Black with #1C8020
Text Example
Text Example
White with #1C8020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8020; }
p { color: rgb(28,128,32); }
H1.HeaderClassName
{
color: #1C8020;
}
.AnyTagClassName
{
color: #1C8020;
}
</style>
background-color css
<style>
a { background-color: #1C8020; }
a { background-color: rgb(28,128,32); }
div.DivClassName
{
background-color: #1C8020;
}
.BgClassName
{
background-color: #1C8020;
}
</style>
border-color css
<style>
span { border-color: #1C8020; }
span { border-color: rgb(28,128,32); }
td.TdClassName
{
border-color: #1C8020;
}
.TagClassName
{
border-color: #1C8020;
}
</style>