Shades of Forest Green #1C7420
Tints of Forest Green #1C7420
RGB
CMYK
RGB Variations
Color information
#1C7420 (or 0x1C7420) is known color: Forest Green. HEX triplet: 1C, 74 and 20. RGB value is (28,116,32). Sum of RGB (Red+Green+Blue) = 28+116+32=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 116 (45.70% from 255 or 65.91% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 116 - color contains mainly: green. Hex color #1C7420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7420 is #E38BDF. Grayscale: #505050. Windows color (decimal): -14912480 or 2126876. OLE color: 2126876.
HSL color Cylindrical-coordinate representation of color #1C7420: hue angle of 122.73º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7420 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 116 | 32 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.55 |
| HSL | 122.73º | 0.61% | 0.28% | - |
| HSV(B) | 122.73º | 0.76% | 0.45% | - |
| XYZ | 6.98 | 12.84 | 3.48 | - |
| YUV | 80.11 | 100.85 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 116 | 32 | 0.76 | 0 | 0.72 | 0.55 | 122.73 | 0.61 | 0.28 |
| Hex | 1C | 74 | 20 | 4C | 0 | 48 | 37 | 7B | 3D | 1C |
| Octal | 34 | 164 | 40 | 114 | 0 | 110 | 67 | 173 | 75 | 34 |
| Binary | 11100 | 1110100 | 100000 | 1001100 | 0 | 1001000 | 110111 | 1111011 | 111101 | 11100 |
Color Harmonies of #1C7420
Complementary color
Monochromatic Colors of #1C7420
Black with #1C7420
Text Example
Text Example
White with #1C7420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7420; }
p { color: rgb(28,116,32); }
H1.HeaderClassName
{
color: #1C7420;
}
.AnyTagClassName
{
color: #1C7420;
}
</style>
background-color css
<style>
a { background-color: #1C7420; }
a { background-color: rgb(28,116,32); }
div.DivClassName
{
background-color: #1C7420;
}
.BgClassName
{
background-color: #1C7420;
}
</style>
border-color css
<style>
span { border-color: #1C7420; }
span { border-color: rgb(28,116,32); }
td.TdClassName
{
border-color: #1C7420;
}
.TagClassName
{
border-color: #1C7420;
}
</style>