Shades of Forest Green #20A120
Tints of Forest Green #20A120
RGB
CMYK
RGB Variations
Color information
#20A120 (or 0x20A120) is known color: Forest Green. HEX triplet: 20, A1 and 20. RGB value is (32,161,32). Sum of RGB (Red+Green+Blue) = 32+161+32=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 161 (63.28% from 255 or 71.56% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 161 - color contains mainly: green. Hex color #20A120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A120 is #DF5EDF. Grayscale: #6C6C6C. Windows color (decimal): -14638816 or 2138400. OLE color: 2138400.
HSL color Cylindrical-coordinate representation of color #20A120: hue angle of 120º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A120 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 161 | 32 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.37 |
| HSL | 120º | 0.67% | 0.38% | - |
| HSV(B) | 120º | 0.8% | 0.63% | - |
| XYZ | 13.6 | 25.9 | 5.65 | - |
| YUV | 107.72 | 85.26 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 161 | 32 | 0.80 | 0 | 0.80 | 0.37 | 120 | 0.67 | 0.38 |
| Hex | 20 | A1 | 20 | 50 | 0 | 50 | 25 | 78 | 43 | 26 |
| Octal | 40 | 241 | 40 | 120 | 0 | 120 | 45 | 170 | 103 | 46 |
| Binary | 100000 | 10100001 | 100000 | 1010000 | 0 | 1010000 | 100101 | 1111000 | 1000011 | 100110 |
Color Harmonies of #20A120
Complementary color
Monochromatic Colors of #20A120
Black with #20A120
Text Example
Text Example
White with #20A120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A120; }
p { color: rgb(32,161,32); }
H1.HeaderClassName
{
color: #20A120;
}
.AnyTagClassName
{
color: #20A120;
}
</style>
background-color css
<style>
a { background-color: #20A120; }
a { background-color: rgb(32,161,32); }
div.DivClassName
{
background-color: #20A120;
}
.BgClassName
{
background-color: #20A120;
}
</style>
border-color css
<style>
span { border-color: #20A120; }
span { border-color: rgb(32,161,32); }
td.TdClassName
{
border-color: #20A120;
}
.TagClassName
{
border-color: #20A120;
}
</style>