Shades of Forest Green #20A224
Tints of Forest Green #20A224
RGB
CMYK
RGB Variations
Color information
#20A224 (or 0x20A224) is known color: Forest Green. HEX triplet: 20, A2 and 24. RGB value is (32,162,36). Sum of RGB (Red+Green+Blue) = 32+162+36=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 162 (63.67% from 255 or 70.43% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 162 - color contains mainly: green. Hex color #20A224 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A224 is #DF5DDB. Grayscale: #6D6D6D. Windows color (decimal): -14638556 or 2400800. OLE color: 2400800.
HSL color Cylindrical-coordinate representation of color #20A224: hue angle of 121.85º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A224 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 162 | 36 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.36 |
| HSL | 121.85º | 0.67% | 0.38% | - |
| HSV(B) | 121.85º | 0.8% | 0.64% | - |
| XYZ | 13.83 | 26.28 | 6.01 | - |
| YUV | 108.77 | 86.93 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 162 | 36 | 0.80 | 0 | 0.78 | 0.36 | 121.85 | 0.67 | 0.38 |
| Hex | 20 | A2 | 24 | 50 | 0 | 4E | 24 | 7A | 43 | 26 |
| Octal | 40 | 242 | 44 | 120 | 0 | 116 | 44 | 172 | 103 | 46 |
| Binary | 100000 | 10100010 | 100100 | 1010000 | 0 | 1001110 | 100100 | 1111010 | 1000011 | 100110 |
Color Harmonies of #20A224
Complementary color
Monochromatic Colors of #20A224
Black with #20A224
Text Example
Text Example
White with #20A224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A224; }
p { color: rgb(32,162,36); }
H1.HeaderClassName
{
color: #20A224;
}
.AnyTagClassName
{
color: #20A224;
}
</style>
background-color css
<style>
a { background-color: #20A224; }
a { background-color: rgb(32,162,36); }
div.DivClassName
{
background-color: #20A224;
}
.BgClassName
{
background-color: #20A224;
}
</style>
border-color css
<style>
span { border-color: #20A224; }
span { border-color: rgb(32,162,36); }
td.TdClassName
{
border-color: #20A224;
}
.TagClassName
{
border-color: #20A224;
}
</style>