Shades of Forest Green #20AB13
Tints of Forest Green #20AB13
RGB
CMYK
RGB Variations
Color information
#20AB13 (or 0x20AB13) is known color: Forest Green. HEX triplet: 20, AB and 13. RGB value is (32,171,19). Sum of RGB (Red+Green+Blue) = 32+171+19=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 171 (67.19% from 255 or 77.03% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20AB13 is #DF54EC. Grayscale: #707070. Windows color (decimal): -14636269 or 1288992. OLE color: 1288992.
HSL color Cylindrical-coordinate representation of color #20AB13: hue angle of 114.87º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20AB13 is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 171 | 19 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.33 |
| HSL | 114.87º | 0.8% | 0.37% | - |
| HSV(B) | 114.87º | 0.89% | 0.67% | - |
| XYZ | 15.28 | 29.48 | 5.5 | - |
| YUV | 112.11 | 75.45 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 19 | 0.81 | 0 | 0.89 | 0.33 | 114.87 | 0.8 | 0.37 |
| Hex | 20 | AB | 13 | 51 | 0 | 59 | 21 | 73 | 50 | 25 |
| Octal | 40 | 253 | 23 | 121 | 0 | 131 | 41 | 163 | 120 | 45 |
| Binary | 100000 | 10101011 | 10011 | 1010001 | 0 | 1011001 | 100001 | 1110011 | 1010000 | 100101 |
Color Harmonies of #20AB13
Complementary color
Monochromatic Colors of #20AB13
Black with #20AB13
Text Example
Text Example
White with #20AB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AB13; }
p { color: rgb(32,171,19); }
H1.HeaderClassName
{
color: #20AB13;
}
.AnyTagClassName
{
color: #20AB13;
}
</style>
background-color css
<style>
a { background-color: #20AB13; }
a { background-color: rgb(32,171,19); }
div.DivClassName
{
background-color: #20AB13;
}
.BgClassName
{
background-color: #20AB13;
}
</style>
border-color css
<style>
span { border-color: #20AB13; }
span { border-color: rgb(32,171,19); }
td.TdClassName
{
border-color: #20AB13;
}
.TagClassName
{
border-color: #20AB13;
}
</style>