Shades of Forest Green #20AC20
Tints of Forest Green #20AC20
RGB
CMYK
RGB Variations
Color information
#20AC20 (or 0x20AC20) is known color: Forest Green. HEX triplet: 20, AC and 20. RGB value is (32,172,32). Sum of RGB (Red+Green+Blue) = 32+172+32=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 172 (67.58% from 255 or 72.88% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AC20 is #DF53DF. Grayscale: #727272. Windows color (decimal): -14636000 or 2141216. OLE color: 2141216.
HSL color Cylindrical-coordinate representation of color #20AC20: hue angle of 120º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AC20 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 172 | 32 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.33 |
| HSL | 120º | 0.69% | 0.4% | - |
| HSV(B) | 120º | 0.81% | 0.67% | - |
| XYZ | 15.61 | 29.92 | 6.32 | - |
| YUV | 114.18 | 81.62 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 32 | 0.81 | 0 | 0.81 | 0.33 | 120 | 0.69 | 0.4 |
| Hex | 20 | AC | 20 | 51 | 0 | 51 | 21 | 78 | 45 | 28 |
| Octal | 40 | 254 | 40 | 121 | 0 | 121 | 41 | 170 | 105 | 50 |
| Binary | 100000 | 10101100 | 100000 | 1010001 | 0 | 1010001 | 100001 | 1111000 | 1000101 | 101000 |
Color Harmonies of #20AC20
Complementary color
Monochromatic Colors of #20AC20
Black with #20AC20
Text Example
Text Example
White with #20AC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AC20; }
p { color: rgb(32,172,32); }
H1.HeaderClassName
{
color: #20AC20;
}
.AnyTagClassName
{
color: #20AC20;
}
</style>
background-color css
<style>
a { background-color: #20AC20; }
a { background-color: rgb(32,172,32); }
div.DivClassName
{
background-color: #20AC20;
}
.BgClassName
{
background-color: #20AC20;
}
</style>
border-color css
<style>
span { border-color: #20AC20; }
span { border-color: rgb(32,172,32); }
td.TdClassName
{
border-color: #20AC20;
}
.TagClassName
{
border-color: #20AC20;
}
</style>