Shades of Forest Green #20A22F
Tints of Forest Green #20A22F
RGB
CMYK
RGB Variations
Color information
#20A22F (or 0x20A22F) is known color: Forest Green. HEX triplet: 20, A2 and 2F. RGB value is (32,162,47). Sum of RGB (Red+Green+Blue) = 32+162+47=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 162 (63.67% from 255 or 67.22% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 162 - color contains mainly: green. Hex color #20A22F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A22F is #DF5DD0. Grayscale: #6E6E6E. Windows color (decimal): -14638545 or 3121696. OLE color: 3121696.
HSL color Cylindrical-coordinate representation of color #20A22F: hue angle of 126.92º 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 #20A22F is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 162 | 47 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.36 |
| HSL | 126.92º | 0.67% | 0.38% | - |
| HSV(B) | 126.92º | 0.8% | 0.64% | - |
| XYZ | 14.03 | 26.35 | 7.04 | - |
| YUV | 110.02 | 92.43 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 162 | 47 | 0.80 | 0 | 0.71 | 0.36 | 126.92 | 0.67 | 0.38 |
| Hex | 20 | A2 | 2F | 50 | 0 | 47 | 24 | 7F | 43 | 26 |
| Octal | 40 | 242 | 57 | 120 | 0 | 107 | 44 | 177 | 103 | 46 |
| Binary | 100000 | 10100010 | 101111 | 1010000 | 0 | 1000111 | 100100 | 1111111 | 1000011 | 100110 |
Color Harmonies of #20A22F
Complementary color
Monochromatic Colors of #20A22F
Black with #20A22F
Text Example
Text Example
White with #20A22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A22F; }
p { color: rgb(32,162,47); }
H1.HeaderClassName
{
color: #20A22F;
}
.AnyTagClassName
{
color: #20A22F;
}
</style>
background-color css
<style>
a { background-color: #20A22F; }
a { background-color: rgb(32,162,47); }
div.DivClassName
{
background-color: #20A22F;
}
.BgClassName
{
background-color: #20A22F;
}
</style>
border-color css
<style>
span { border-color: #20A22F; }
span { border-color: rgb(32,162,47); }
td.TdClassName
{
border-color: #20A22F;
}
.TagClassName
{
border-color: #20A22F;
}
</style>