Shades of Forest Green #20AF15
Tints of Forest Green #20AF15
RGB
CMYK
RGB Variations
Color information
#20AF15 (or 0x20AF15) is known color: Forest Green. HEX triplet: 20, AF and 15. RGB value is (32,175,21). Sum of RGB (Red+Green+Blue) = 32+175+21=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 175 (68.75% from 255 or 76.75% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20AF15 is #DF50EA. Grayscale: #737373. Windows color (decimal): -14635243 or 1421088. OLE color: 1421088.
HSL color Cylindrical-coordinate representation of color #20AF15: hue angle of 115.71º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20AF15 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 21 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.31 |
| HSL | 115.71º | 0.79% | 0.38% | - |
| HSV(B) | 115.71º | 0.88% | 0.69% | - |
| XYZ | 16.06 | 31.02 | 5.85 | - |
| YUV | 114.69 | 75.12 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 21 | 0.82 | 0 | 0.88 | 0.31 | 115.71 | 0.79 | 0.38 |
| Hex | 20 | AF | 15 | 52 | 0 | 58 | 1F | 74 | 4F | 26 |
| Octal | 40 | 257 | 25 | 122 | 0 | 130 | 37 | 164 | 117 | 46 |
| Binary | 100000 | 10101111 | 10101 | 1010010 | 0 | 1011000 | 11111 | 1110100 | 1001111 | 100110 |
Color Harmonies of #20AF15
Complementary color
Monochromatic Colors of #20AF15
Black with #20AF15
Text Example
Text Example
White with #20AF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF15; }
p { color: rgb(32,175,21); }
H1.HeaderClassName
{
color: #20AF15;
}
.AnyTagClassName
{
color: #20AF15;
}
</style>
background-color css
<style>
a { background-color: #20AF15; }
a { background-color: rgb(32,175,21); }
div.DivClassName
{
background-color: #20AF15;
}
.BgClassName
{
background-color: #20AF15;
}
</style>
border-color css
<style>
span { border-color: #20AF15; }
span { border-color: rgb(32,175,21); }
td.TdClassName
{
border-color: #20AF15;
}
.TagClassName
{
border-color: #20AF15;
}
</style>