Shades of Forest Green #20971D
Tints of Forest Green #20971D
RGB
CMYK
RGB Variations
Color information
#20971D (or 0x20971D) is known color: Forest Green. HEX triplet: 20, 97 and 1D. RGB value is (32,151,29). Sum of RGB (Red+Green+Blue) = 32+151+29=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 151 (59.38% from 255 or 71.23% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 151 - color contains mainly: green. Hex color #20971D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20971D is #DF68E2. Grayscale: #656565. Windows color (decimal): -14641379 or 1939232. OLE color: 1939232.
HSL color Cylindrical-coordinate representation of color #20971D: hue angle of 118.52º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20971D is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 151 | 29 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.41 |
| HSL | 118.52º | 0.68% | 0.35% | - |
| HSV(B) | 118.52º | 0.81% | 0.59% | - |
| XYZ | 11.88 | 22.53 | 4.88 | - |
| YUV | 101.51 | 87.08 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 29 | 0.79 | 0 | 0.81 | 0.41 | 118.52 | 0.68 | 0.35 |
| Hex | 20 | 97 | 1D | 4F | 0 | 51 | 29 | 77 | 44 | 23 |
| Octal | 40 | 227 | 35 | 117 | 0 | 121 | 51 | 167 | 104 | 43 |
| Binary | 100000 | 10010111 | 11101 | 1001111 | 0 | 1010001 | 101001 | 1110111 | 1000100 | 100011 |
Color Harmonies of #20971D
Complementary color
Monochromatic Colors of #20971D
Black with #20971D
Text Example
Text Example
White with #20971D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20971D; }
p { color: rgb(32,151,29); }
H1.HeaderClassName
{
color: #20971D;
}
.AnyTagClassName
{
color: #20971D;
}
</style>
background-color css
<style>
a { background-color: #20971D; }
a { background-color: rgb(32,151,29); }
div.DivClassName
{
background-color: #20971D;
}
.BgClassName
{
background-color: #20971D;
}
</style>
border-color css
<style>
span { border-color: #20971D; }
span { border-color: rgb(32,151,29); }
td.TdClassName
{
border-color: #20971D;
}
.TagClassName
{
border-color: #20971D;
}
</style>