Shades of Forest Green #1C8620
Tints of Forest Green #1C8620
RGB
CMYK
RGB Variations
Color information
#1C8620 (or 0x1C8620) is known color: Forest Green. HEX triplet: 1C, 86 and 20. RGB value is (28,134,32). Sum of RGB (Red+Green+Blue) = 28+134+32=194 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.43% from 194); Green value is 134 (52.73% from 255 or 69.07% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 134 - color contains mainly: green. Hex color #1C8620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8620 is #E379DF. Grayscale: #5A5A5A. Windows color (decimal): -14907872 or 2131484. OLE color: 2131484.
HSL color Cylindrical-coordinate representation of color #1C8620: hue angle of 122.26º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8620 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 134 | 32 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.47 |
| HSL | 122.26º | 0.65% | 0.32% | - |
| HSV(B) | 122.26º | 0.79% | 0.53% | - |
| XYZ | 9.26 | 17.4 | 4.24 | - |
| YUV | 90.68 | 94.88 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 134 | 32 | 0.79 | 0 | 0.76 | 0.47 | 122.26 | 0.65 | 0.32 |
| Hex | 1C | 86 | 20 | 4F | 0 | 4C | 2F | 7A | 41 | 20 |
| Octal | 34 | 206 | 40 | 117 | 0 | 114 | 57 | 172 | 101 | 40 |
| Binary | 11100 | 10000110 | 100000 | 1001111 | 0 | 1001100 | 101111 | 1111010 | 1000001 | 100000 |
Color Harmonies of #1C8620
Complementary color
Monochromatic Colors of #1C8620
Black with #1C8620
Text Example
Text Example
White with #1C8620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8620; }
p { color: rgb(28,134,32); }
H1.HeaderClassName
{
color: #1C8620;
}
.AnyTagClassName
{
color: #1C8620;
}
</style>
background-color css
<style>
a { background-color: #1C8620; }
a { background-color: rgb(28,134,32); }
div.DivClassName
{
background-color: #1C8620;
}
.BgClassName
{
background-color: #1C8620;
}
</style>
border-color css
<style>
span { border-color: #1C8620; }
span { border-color: rgb(28,134,32); }
td.TdClassName
{
border-color: #1C8620;
}
.TagClassName
{
border-color: #1C8620;
}
</style>