Shades of Forest Green #20A01A
Tints of Forest Green #20A01A
RGB
CMYK
RGB Variations
Color information
#20A01A (or 0x20A01A) is known color: Forest Green. HEX triplet: 20, A0 and 1A. RGB value is (32,160,26). Sum of RGB (Red+Green+Blue) = 32+160+26=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 160 (62.89% from 255 or 73.39% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 160 - color contains mainly: green. Hex color #20A01A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A01A is #DF5FE5. Grayscale: #6A6A6A. Windows color (decimal): -14639078 or 1744928. OLE color: 1744928.
HSL color Cylindrical-coordinate representation of color #20A01A: hue angle of 117.31º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20A01A is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 160 | 26 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.37 |
| HSL | 117.31º | 0.72% | 0.36% | - |
| HSV(B) | 117.31º | 0.84% | 0.63% | - |
| XYZ | 13.35 | 25.52 | 5.2 | - |
| YUV | 106.45 | 82.59 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 160 | 26 | 0.80 | 0 | 0.84 | 0.37 | 117.31 | 0.72 | 0.36 |
| Hex | 20 | A0 | 1A | 50 | 0 | 54 | 25 | 75 | 48 | 24 |
| Octal | 40 | 240 | 32 | 120 | 0 | 124 | 45 | 165 | 110 | 44 |
| Binary | 100000 | 10100000 | 11010 | 1010000 | 0 | 1010100 | 100101 | 1110101 | 1001000 | 100100 |
Color Harmonies of #20A01A
Complementary color
Monochromatic Colors of #20A01A
Black with #20A01A
Text Example
Text Example
White with #20A01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A01A; }
p { color: rgb(32,160,26); }
H1.HeaderClassName
{
color: #20A01A;
}
.AnyTagClassName
{
color: #20A01A;
}
</style>
background-color css
<style>
a { background-color: #20A01A; }
a { background-color: rgb(32,160,26); }
div.DivClassName
{
background-color: #20A01A;
}
.BgClassName
{
background-color: #20A01A;
}
</style>
border-color css
<style>
span { border-color: #20A01A; }
span { border-color: rgb(32,160,26); }
td.TdClassName
{
border-color: #20A01A;
}
.TagClassName
{
border-color: #20A01A;
}
</style>