Shades of Forest Green #20AF24
Tints of Forest Green #20AF24
RGB
CMYK
RGB Variations
Color information
#20AF24 (or 0x20AF24) is known color: Forest Green. HEX triplet: 20, AF and 24. RGB value is (32,175,36). Sum of RGB (Red+Green+Blue) = 32+175+36=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 175 (68.75% from 255 or 72.02% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AF24 is #DF50DB. Grayscale: #747474. Windows color (decimal): -14635228 or 2404128. OLE color: 2404128.
HSL color Cylindrical-coordinate representation of color #20AF24: hue angle of 121.68º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF24 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 36 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.31 |
| HSL | 121.68º | 0.69% | 0.41% | - |
| HSV(B) | 121.68º | 0.82% | 0.69% | - |
| XYZ | 16.24 | 31.09 | 6.81 | - |
| YUV | 116.4 | 82.62 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 36 | 0.82 | 0 | 0.79 | 0.31 | 121.68 | 0.69 | 0.41 |
| Hex | 20 | AF | 24 | 52 | 0 | 4F | 1F | 7A | 45 | 29 |
| Octal | 40 | 257 | 44 | 122 | 0 | 117 | 37 | 172 | 105 | 51 |
| Binary | 100000 | 10101111 | 100100 | 1010010 | 0 | 1001111 | 11111 | 1111010 | 1000101 | 101001 |
Color Harmonies of #20AF24
Complementary color
Monochromatic Colors of #20AF24
Black with #20AF24
Text Example
Text Example
White with #20AF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF24; }
p { color: rgb(32,175,36); }
H1.HeaderClassName
{
color: #20AF24;
}
.AnyTagClassName
{
color: #20AF24;
}
</style>
background-color css
<style>
a { background-color: #20AF24; }
a { background-color: rgb(32,175,36); }
div.DivClassName
{
background-color: #20AF24;
}
.BgClassName
{
background-color: #20AF24;
}
</style>
border-color css
<style>
span { border-color: #20AF24; }
span { border-color: rgb(32,175,36); }
td.TdClassName
{
border-color: #20AF24;
}
.TagClassName
{
border-color: #20AF24;
}
</style>