Shades of Forest Green #20A015
Tints of Forest Green #20A015
RGB
CMYK
RGB Variations
Color information
#20A015 (or 0x20A015) is known color: Forest Green. HEX triplet: 20, A0 and 15. RGB value is (32,160,21). Sum of RGB (Red+Green+Blue) = 32+160+21=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 160 (62.89% from 255 or 75.12% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 160 - color contains mainly: green. Hex color #20A015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20A015 is #DF5FEA. Grayscale: #6A6A6A. Windows color (decimal): -14639083 or 1417248. OLE color: 1417248.
HSL color Cylindrical-coordinate representation of color #20A015: hue angle of 115.25º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20A015 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 160 | 21 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.37 |
| HSL | 115.25º | 0.77% | 0.35% | - |
| HSV(B) | 115.25º | 0.87% | 0.63% | - |
| XYZ | 13.3 | 25.5 | 4.93 | - |
| YUV | 105.88 | 80.09 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 160 | 21 | 0.80 | 0 | 0.87 | 0.37 | 115.25 | 0.77 | 0.35 |
| Hex | 20 | A0 | 15 | 50 | 0 | 57 | 25 | 73 | 4D | 23 |
| Octal | 40 | 240 | 25 | 120 | 0 | 127 | 45 | 163 | 115 | 43 |
| Binary | 100000 | 10100000 | 10101 | 1010000 | 0 | 1010111 | 100101 | 1110011 | 1001101 | 100011 |
Color Harmonies of #20A015
Complementary color
Monochromatic Colors of #20A015
Black with #20A015
Text Example
Text Example
White with #20A015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A015; }
p { color: rgb(32,160,21); }
H1.HeaderClassName
{
color: #20A015;
}
.AnyTagClassName
{
color: #20A015;
}
</style>
background-color css
<style>
a { background-color: #20A015; }
a { background-color: rgb(32,160,21); }
div.DivClassName
{
background-color: #20A015;
}
.BgClassName
{
background-color: #20A015;
}
</style>
border-color css
<style>
span { border-color: #20A015; }
span { border-color: rgb(32,160,21); }
td.TdClassName
{
border-color: #20A015;
}
.TagClassName
{
border-color: #20A015;
}
</style>