Shades of Forest Green #20801A
Tints of Forest Green #20801A
RGB
CMYK
RGB Variations
Color information
#20801A (or 0x20801A) is known color: Forest Green. HEX triplet: 20, 80 and 1A. RGB value is (32,128,26). Sum of RGB (Red+Green+Blue) = 32+128+26=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 128 (50.39% from 255 or 68.82% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 128 - color contains mainly: green. Hex color #20801A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20801A is #DF7FE5. Grayscale: #575757. Windows color (decimal): -14647270 or 1736736. OLE color: 1736736.
HSL color Cylindrical-coordinate representation of color #20801A: hue angle of 116.47º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20801A is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 128 | 26 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.50 |
| HSL | 116.47º | 0.66% | 0.3% | - |
| HSV(B) | 116.47º | 0.8% | 0.5% | - |
| XYZ | 8.5 | 15.82 | 3.58 | - |
| YUV | 87.67 | 93.2 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 26 | 0.75 | 0 | 0.80 | 0.50 | 116.47 | 0.66 | 0.3 |
| Hex | 20 | 80 | 1A | 4B | 0 | 50 | 32 | 74 | 42 | 1E |
| Octal | 40 | 200 | 32 | 113 | 0 | 120 | 62 | 164 | 102 | 36 |
| Binary | 100000 | 10000000 | 11010 | 1001011 | 0 | 1010000 | 110010 | 1110100 | 1000010 | 11110 |
Color Harmonies of #20801A
Complementary color
Monochromatic Colors of #20801A
Black with #20801A
Text Example
Text Example
White with #20801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20801A; }
p { color: rgb(32,128,26); }
H1.HeaderClassName
{
color: #20801A;
}
.AnyTagClassName
{
color: #20801A;
}
</style>
background-color css
<style>
a { background-color: #20801A; }
a { background-color: rgb(32,128,26); }
div.DivClassName
{
background-color: #20801A;
}
.BgClassName
{
background-color: #20801A;
}
</style>
border-color css
<style>
span { border-color: #20801A; }
span { border-color: rgb(32,128,26); }
td.TdClassName
{
border-color: #20801A;
}
.TagClassName
{
border-color: #20801A;
}
</style>