Shades of Forest Green #20780D
Tints of Forest Green #20780D
RGB
CMYK
RGB Variations
Color information
#20780D (or 0x20780D) is known color: Forest Green. HEX triplet: 20, 78 and 0D. RGB value is (32,120,13). Sum of RGB (Red+Green+Blue) = 32+120+13=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 120 (47.27% from 255 or 72.73% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 120 - color contains mainly: green. Hex color #20780D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20780D is #DF87F2. Grayscale: #515151. Windows color (decimal): -14649331 or 882720. OLE color: 882720.
HSL color Cylindrical-coordinate representation of color #20780D: hue angle of 109.35º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20780D is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 13 | - |
| CMYK | 0.73 | 0 | 0.89 | 0.53 |
| HSL | 109.35º | 0.8% | 0.26% | - |
| HSV(B) | 109.35º | 0.89% | 0.47% | - |
| XYZ | 7.38 | 13.77 | 2.65 | - |
| YUV | 81.49 | 89.35 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 13 | 0.73 | 0 | 0.89 | 0.53 | 109.35 | 0.8 | 0.26 |
| Hex | 20 | 78 | D | 49 | 0 | 59 | 35 | 6D | 50 | 1A |
| Octal | 40 | 170 | 15 | 111 | 0 | 131 | 65 | 155 | 120 | 32 |
| Binary | 100000 | 1111000 | 1101 | 1001001 | 0 | 1011001 | 110101 | 1101101 | 1010000 | 11010 |
Color Harmonies of #20780D
Complementary color
Monochromatic Colors of #20780D
Black with #20780D
Text Example
Text Example
White with #20780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20780D; }
p { color: rgb(32,120,13); }
H1.HeaderClassName
{
color: #20780D;
}
.AnyTagClassName
{
color: #20780D;
}
</style>
background-color css
<style>
a { background-color: #20780D; }
a { background-color: rgb(32,120,13); }
div.DivClassName
{
background-color: #20780D;
}
.BgClassName
{
background-color: #20780D;
}
</style>
border-color css
<style>
span { border-color: #20780D; }
span { border-color: rgb(32,120,13); }
td.TdClassName
{
border-color: #20780D;
}
.TagClassName
{
border-color: #20780D;
}
</style>