Shades of Forest Green #20AF18
Tints of Forest Green #20AF18
RGB
CMYK
RGB Variations
Color information
#20AF18 (or 0x20AF18) is known color: Forest Green. HEX triplet: 20, AF and 18. RGB value is (32,175,24). Sum of RGB (Red+Green+Blue) = 32+175+24=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 175 (68.75% from 255 or 75.76% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20AF18 is #DF50E7. Grayscale: #737373. Windows color (decimal): -14635240 or 1617696. OLE color: 1617696.
HSL color Cylindrical-coordinate representation of color #20AF18: hue angle of 116.82º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20AF18 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 24 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.31 |
| HSL | 116.82º | 0.76% | 0.39% | - |
| HSV(B) | 116.82º | 0.86% | 0.69% | - |
| XYZ | 16.09 | 31.03 | 6.01 | - |
| YUV | 115.03 | 76.62 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 24 | 0.82 | 0 | 0.86 | 0.31 | 116.82 | 0.76 | 0.39 |
| Hex | 20 | AF | 18 | 52 | 0 | 56 | 1F | 75 | 4C | 27 |
| Octal | 40 | 257 | 30 | 122 | 0 | 126 | 37 | 165 | 114 | 47 |
| Binary | 100000 | 10101111 | 11000 | 1010010 | 0 | 1010110 | 11111 | 1110101 | 1001100 | 100111 |
Color Harmonies of #20AF18
Complementary color
Monochromatic Colors of #20AF18
Black with #20AF18
Text Example
Text Example
White with #20AF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF18; }
p { color: rgb(32,175,24); }
H1.HeaderClassName
{
color: #20AF18;
}
.AnyTagClassName
{
color: #20AF18;
}
</style>
background-color css
<style>
a { background-color: #20AF18; }
a { background-color: rgb(32,175,24); }
div.DivClassName
{
background-color: #20AF18;
}
.BgClassName
{
background-color: #20AF18;
}
</style>
border-color css
<style>
span { border-color: #20AF18; }
span { border-color: rgb(32,175,24); }
td.TdClassName
{
border-color: #20AF18;
}
.TagClassName
{
border-color: #20AF18;
}
</style>