Shades of Forest Green #20A122
Tints of Forest Green #20A122
RGB
CMYK
RGB Variations
Color information
#20A122 (or 0x20A122) is known color: Forest Green. HEX triplet: 20, A1 and 22. RGB value is (32,161,34). Sum of RGB (Red+Green+Blue) = 32+161+34=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 161 (63.28% from 255 or 70.93% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 161 - color contains mainly: green. Hex color #20A122 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A122 is #DF5EDD. Grayscale: #6C6C6C. Windows color (decimal): -14638814 or 2269472. OLE color: 2269472.
HSL color Cylindrical-coordinate representation of color #20A122: hue angle of 120.93º 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 #20A122 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 161 | 34 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.37 |
| HSL | 120.93º | 0.67% | 0.38% | - |
| HSV(B) | 120.93º | 0.8% | 0.63% | - |
| XYZ | 13.63 | 25.91 | 5.8 | - |
| YUV | 107.95 | 86.26 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 161 | 34 | 0.80 | 0 | 0.79 | 0.37 | 120.93 | 0.67 | 0.38 |
| Hex | 20 | A1 | 22 | 50 | 0 | 4F | 25 | 79 | 43 | 26 |
| Octal | 40 | 241 | 42 | 120 | 0 | 117 | 45 | 171 | 103 | 46 |
| Binary | 100000 | 10100001 | 100010 | 1010000 | 0 | 1001111 | 100101 | 1111001 | 1000011 | 100110 |
Color Harmonies of #20A122
Complementary color
Monochromatic Colors of #20A122
Black with #20A122
Text Example
Text Example
White with #20A122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A122; }
p { color: rgb(32,161,34); }
H1.HeaderClassName
{
color: #20A122;
}
.AnyTagClassName
{
color: #20A122;
}
</style>
background-color css
<style>
a { background-color: #20A122; }
a { background-color: rgb(32,161,34); }
div.DivClassName
{
background-color: #20A122;
}
.BgClassName
{
background-color: #20A122;
}
</style>
border-color css
<style>
span { border-color: #20A122; }
span { border-color: rgb(32,161,34); }
td.TdClassName
{
border-color: #20A122;
}
.TagClassName
{
border-color: #20A122;
}
</style>