Shades of Forest Green #20800D
Tints of Forest Green #20800D
RGB
CMYK
RGB Variations
Color information
#20800D (or 0x20800D) is known color: Forest Green. HEX triplet: 20, 80 and 0D. RGB value is (32,128,13). Sum of RGB (Red+Green+Blue) = 32+128+13=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 128 (50.39% from 255 or 73.99% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 128 - color contains mainly: green. Hex color #20800D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20800D is #DF7FF2. Grayscale: #565656. Windows color (decimal): -14647283 or 884768. OLE color: 884768.
HSL color Cylindrical-coordinate representation of color #20800D: hue angle of 110.09º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20800D is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 128 | 13 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.50 |
| HSL | 110.09º | 0.82% | 0.28% | - |
| HSV(B) | 110.09º | 0.9% | 0.5% | - |
| XYZ | 8.39 | 15.77 | 2.98 | - |
| YUV | 86.19 | 86.7 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 13 | 0.75 | 0 | 0.90 | 0.50 | 110.09 | 0.82 | 0.28 |
| Hex | 20 | 80 | D | 4B | 0 | 5A | 32 | 6E | 52 | 1C |
| Octal | 40 | 200 | 15 | 113 | 0 | 132 | 62 | 156 | 122 | 34 |
| Binary | 100000 | 10000000 | 1101 | 1001011 | 0 | 1011010 | 110010 | 1101110 | 1010010 | 11100 |
Color Harmonies of #20800D
Complementary color
Monochromatic Colors of #20800D
Black with #20800D
Text Example
Text Example
White with #20800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20800D; }
p { color: rgb(32,128,13); }
H1.HeaderClassName
{
color: #20800D;
}
.AnyTagClassName
{
color: #20800D;
}
</style>
background-color css
<style>
a { background-color: #20800D; }
a { background-color: rgb(32,128,13); }
div.DivClassName
{
background-color: #20800D;
}
.BgClassName
{
background-color: #20800D;
}
</style>
border-color css
<style>
span { border-color: #20800D; }
span { border-color: rgb(32,128,13); }
td.TdClassName
{
border-color: #20800D;
}
.TagClassName
{
border-color: #20800D;
}
</style>