Shades of Forest Green #20AF14
Tints of Forest Green #20AF14
RGB
CMYK
RGB Variations
Color information
#20AF14 (or 0x20AF14) is known color: Forest Green. HEX triplet: 20, AF and 14. RGB value is (32,175,20). Sum of RGB (Red+Green+Blue) = 32+175+20=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 175 (68.75% from 255 or 77.09% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20AF14 is #DF50EB. Grayscale: #737373. Windows color (decimal): -14635244 or 1355552. OLE color: 1355552.
HSL color Cylindrical-coordinate representation of color #20AF14: hue angle of 115.35º degrees, saturation: 0.79, 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 #20AF14 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 20 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.31 |
| HSL | 115.35º | 0.79% | 0.38% | - |
| HSV(B) | 115.35º | 0.89% | 0.69% | - |
| XYZ | 16.05 | 31.02 | 5.8 | - |
| YUV | 114.57 | 74.62 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 20 | 0.82 | 0 | 0.89 | 0.31 | 115.35 | 0.79 | 0.38 |
| Hex | 20 | AF | 14 | 52 | 0 | 59 | 1F | 73 | 4F | 26 |
| Octal | 40 | 257 | 24 | 122 | 0 | 131 | 37 | 163 | 117 | 46 |
| Binary | 100000 | 10101111 | 10100 | 1010010 | 0 | 1011001 | 11111 | 1110011 | 1001111 | 100110 |
Color Harmonies of #20AF14
Complementary color
Monochromatic Colors of #20AF14
Black with #20AF14
Text Example
Text Example
White with #20AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF14; }
p { color: rgb(32,175,20); }
H1.HeaderClassName
{
color: #20AF14;
}
.AnyTagClassName
{
color: #20AF14;
}
</style>
background-color css
<style>
a { background-color: #20AF14; }
a { background-color: rgb(32,175,20); }
div.DivClassName
{
background-color: #20AF14;
}
.BgClassName
{
background-color: #20AF14;
}
</style>
border-color css
<style>
span { border-color: #20AF14; }
span { border-color: rgb(32,175,20); }
td.TdClassName
{
border-color: #20AF14;
}
.TagClassName
{
border-color: #20AF14;
}
</style>