Shades of Forest Green #20AF11
Tints of Forest Green #20AF11
RGB
CMYK
RGB Variations
Color information
#20AF11 (or 0x20AF11) is known color: Forest Green. HEX triplet: 20, AF and 11. RGB value is (32,175,17). Sum of RGB (Red+Green+Blue) = 32+175+17=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 175 (68.75% from 255 or 78.12% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20AF11 is #DF50EE. Grayscale: #727272. Windows color (decimal): -14635247 or 1158944. OLE color: 1158944.
HSL color Cylindrical-coordinate representation of color #20AF11: hue angle of 114.3º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20AF11 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 17 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.31 |
| HSL | 114.3º | 0.82% | 0.38% | - |
| HSV(B) | 114.3º | 0.9% | 0.69% | - |
| XYZ | 16.03 | 31.01 | 5.67 | - |
| YUV | 114.23 | 73.12 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 17 | 0.82 | 0 | 0.90 | 0.31 | 114.3 | 0.82 | 0.38 |
| Hex | 20 | AF | 11 | 52 | 0 | 5A | 1F | 72 | 52 | 26 |
| Octal | 40 | 257 | 21 | 122 | 0 | 132 | 37 | 162 | 122 | 46 |
| Binary | 100000 | 10101111 | 10001 | 1010010 | 0 | 1011010 | 11111 | 1110010 | 1010010 | 100110 |
Color Harmonies of #20AF11
Complementary color
Monochromatic Colors of #20AF11
Black with #20AF11
Text Example
Text Example
White with #20AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF11; }
p { color: rgb(32,175,17); }
H1.HeaderClassName
{
color: #20AF11;
}
.AnyTagClassName
{
color: #20AF11;
}
</style>
background-color css
<style>
a { background-color: #20AF11; }
a { background-color: rgb(32,175,17); }
div.DivClassName
{
background-color: #20AF11;
}
.BgClassName
{
background-color: #20AF11;
}
</style>
border-color css
<style>
span { border-color: #20AF11; }
span { border-color: rgb(32,175,17); }
td.TdClassName
{
border-color: #20AF11;
}
.TagClassName
{
border-color: #20AF11;
}
</style>