Shades of Forest Green #20781D
Tints of Forest Green #20781D
RGB
CMYK
RGB Variations
Color information
#20781D (or 0x20781D) is known color: Forest Green. HEX triplet: 20, 78 and 1D. RGB value is (32,120,29). Sum of RGB (Red+Green+Blue) = 32+120+29=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 120 (47.27% from 255 or 66.30% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 120 - color contains mainly: green. Hex color #20781D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20781D is #DF87E2. Grayscale: #535353. Windows color (decimal): -14649315 or 1931296. OLE color: 1931296.
HSL color Cylindrical-coordinate representation of color #20781D: hue angle of 118.02º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20781D is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 29 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.53 |
| HSL | 118.02º | 0.61% | 0.29% | - |
| HSV(B) | 118.02º | 0.76% | 0.47% | - |
| XYZ | 7.53 | 13.83 | 3.43 | - |
| YUV | 83.31 | 97.35 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 29 | 0.73 | 0 | 0.76 | 0.53 | 118.02 | 0.61 | 0.29 |
| Hex | 20 | 78 | 1D | 49 | 0 | 4C | 35 | 76 | 3D | 1D |
| Octal | 40 | 170 | 35 | 111 | 0 | 114 | 65 | 166 | 75 | 35 |
| Binary | 100000 | 1111000 | 11101 | 1001001 | 0 | 1001100 | 110101 | 1110110 | 111101 | 11101 |
Color Harmonies of #20781D
Complementary color
Monochromatic Colors of #20781D
Black with #20781D
Text Example
Text Example
White with #20781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20781D; }
p { color: rgb(32,120,29); }
H1.HeaderClassName
{
color: #20781D;
}
.AnyTagClassName
{
color: #20781D;
}
</style>
background-color css
<style>
a { background-color: #20781D; }
a { background-color: rgb(32,120,29); }
div.DivClassName
{
background-color: #20781D;
}
.BgClassName
{
background-color: #20781D;
}
</style>
border-color css
<style>
span { border-color: #20781D; }
span { border-color: rgb(32,120,29); }
td.TdClassName
{
border-color: #20781D;
}
.TagClassName
{
border-color: #20781D;
}
</style>