Shades of Forest Green #20AF13
Tints of Forest Green #20AF13
RGB
CMYK
RGB Variations
Color information
#20AF13 (or 0x20AF13) is known color: Forest Green. HEX triplet: 20, AF and 13. RGB value is (32,175,19). Sum of RGB (Red+Green+Blue) = 32+175+19=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 175 (68.75% from 255 or 77.43% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20AF13 is #DF50EC. Grayscale: #727272. Windows color (decimal): -14635245 or 1290016. OLE color: 1290016.
HSL color Cylindrical-coordinate representation of color #20AF13: hue angle of 115º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20AF13 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 19 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.31 |
| HSL | 115º | 0.8% | 0.38% | - |
| HSV(B) | 115º | 0.89% | 0.69% | - |
| XYZ | 16.04 | 31.01 | 5.76 | - |
| YUV | 114.46 | 74.12 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 19 | 0.82 | 0 | 0.89 | 0.31 | 115 | 0.8 | 0.38 |
| Hex | 20 | AF | 13 | 52 | 0 | 59 | 1F | 73 | 50 | 26 |
| Octal | 40 | 257 | 23 | 122 | 0 | 131 | 37 | 163 | 120 | 46 |
| Binary | 100000 | 10101111 | 10011 | 1010010 | 0 | 1011001 | 11111 | 1110011 | 1010000 | 100110 |
Color Harmonies of #20AF13
Complementary color
Monochromatic Colors of #20AF13
Black with #20AF13
Text Example
Text Example
White with #20AF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF13; }
p { color: rgb(32,175,19); }
H1.HeaderClassName
{
color: #20AF13;
}
.AnyTagClassName
{
color: #20AF13;
}
</style>
background-color css
<style>
a { background-color: #20AF13; }
a { background-color: rgb(32,175,19); }
div.DivClassName
{
background-color: #20AF13;
}
.BgClassName
{
background-color: #20AF13;
}
</style>
border-color css
<style>
span { border-color: #20AF13; }
span { border-color: rgb(32,175,19); }
td.TdClassName
{
border-color: #20AF13;
}
.TagClassName
{
border-color: #20AF13;
}
</style>