Shades of Forest Green #20972D
Tints of Forest Green #20972D
RGB
CMYK
RGB Variations
Color information
#20972D (or 0x20972D) is known color: Forest Green. HEX triplet: 20, 97 and 2D. RGB value is (32,151,45). Sum of RGB (Red+Green+Blue) = 32+151+45=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 151 (59.38% from 255 or 66.23% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 151 - color contains mainly: green. Hex color #20972D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20972D is #DF68D2. Grayscale: #676767. Windows color (decimal): -14641363 or 2987808. OLE color: 2987808.
HSL color Cylindrical-coordinate representation of color #20972D: hue angle of 126.55º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20972D is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 151 | 45 | - |
| CMYK | 0.79 | 0 | 0.70 | 0.41 |
| HSL | 126.55º | 0.65% | 0.36% | - |
| HSV(B) | 126.55º | 0.79% | 0.59% | - |
| XYZ | 12.14 | 22.63 | 6.21 | - |
| YUV | 103.34 | 95.08 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 45 | 0.79 | 0 | 0.70 | 0.41 | 126.55 | 0.65 | 0.36 |
| Hex | 20 | 97 | 2D | 4F | 0 | 46 | 29 | 7F | 41 | 24 |
| Octal | 40 | 227 | 55 | 117 | 0 | 106 | 51 | 177 | 101 | 44 |
| Binary | 100000 | 10010111 | 101101 | 1001111 | 0 | 1000110 | 101001 | 1111111 | 1000001 | 100100 |
Color Harmonies of #20972D
Complementary color
Monochromatic Colors of #20972D
Black with #20972D
Text Example
Text Example
White with #20972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20972D; }
p { color: rgb(32,151,45); }
H1.HeaderClassName
{
color: #20972D;
}
.AnyTagClassName
{
color: #20972D;
}
</style>
background-color css
<style>
a { background-color: #20972D; }
a { background-color: rgb(32,151,45); }
div.DivClassName
{
background-color: #20972D;
}
.BgClassName
{
background-color: #20972D;
}
</style>
border-color css
<style>
span { border-color: #20972D; }
span { border-color: rgb(32,151,45); }
td.TdClassName
{
border-color: #20972D;
}
.TagClassName
{
border-color: #20972D;
}
</style>