Shades of Forest Green #20A510
Tints of Forest Green #20A510
RGB
CMYK
RGB Variations
Color information
#20A510 (or 0x20A510) is known color: Forest Green. HEX triplet: 20, A5 and 10. RGB value is (32,165,16). Sum of RGB (Red+Green+Blue) = 32+165+16=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 165 (64.84% from 255 or 77.46% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 165 - color contains mainly: green. Hex color #20A510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20A510 is #DF5AEF. Grayscale: #6C6C6C. Windows color (decimal): -14637808 or 1090848. OLE color: 1090848.
HSL color Cylindrical-coordinate representation of color #20A510: hue angle of 113.56º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20A510 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 165 | 16 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.35 |
| HSL | 113.56º | 0.82% | 0.35% | - |
| HSV(B) | 113.56º | 0.9% | 0.65% | - |
| XYZ | 14.14 | 27.25 | 5.01 | - |
| YUV | 108.25 | 75.94 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 165 | 16 | 0.81 | 0 | 0.90 | 0.35 | 113.56 | 0.82 | 0.35 |
| Hex | 20 | A5 | 10 | 51 | 0 | 5A | 23 | 72 | 52 | 23 |
| Octal | 40 | 245 | 20 | 121 | 0 | 132 | 43 | 162 | 122 | 43 |
| Binary | 100000 | 10100101 | 10000 | 1010001 | 0 | 1011010 | 100011 | 1110010 | 1010010 | 100011 |
Color Harmonies of #20A510
Complementary color
Monochromatic Colors of #20A510
Black with #20A510
Text Example
Text Example
White with #20A510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A510; }
p { color: rgb(32,165,16); }
H1.HeaderClassName
{
color: #20A510;
}
.AnyTagClassName
{
color: #20A510;
}
</style>
background-color css
<style>
a { background-color: #20A510; }
a { background-color: rgb(32,165,16); }
div.DivClassName
{
background-color: #20A510;
}
.BgClassName
{
background-color: #20A510;
}
</style>
border-color css
<style>
span { border-color: #20A510; }
span { border-color: rgb(32,165,16); }
td.TdClassName
{
border-color: #20A510;
}
.TagClassName
{
border-color: #20A510;
}
</style>