Shades of Forest Green #20972B
Tints of Forest Green #20972B
RGB
CMYK
RGB Variations
Color information
#20972B (or 0x20972B) is known color: Forest Green. HEX triplet: 20, 97 and 2B. RGB value is (32,151,43). Sum of RGB (Red+Green+Blue) = 32+151+43=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 151 (59.38% from 255 or 66.81% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 151 - color contains mainly: green. Hex color #20972B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20972B is #DF68D4. Grayscale: #676767. Windows color (decimal): -14641365 or 2856736. OLE color: 2856736.
HSL color Cylindrical-coordinate representation of color #20972B: hue angle of 125.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 #20972B is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 151 | 43 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.41 |
| HSL | 125.55º | 0.65% | 0.36% | - |
| HSV(B) | 125.55º | 0.79% | 0.59% | - |
| XYZ | 12.1 | 22.61 | 6.01 | - |
| YUV | 103.11 | 94.08 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 43 | 0.79 | 0 | 0.72 | 0.41 | 125.55 | 0.65 | 0.36 |
| Hex | 20 | 97 | 2B | 4F | 0 | 48 | 29 | 7E | 41 | 24 |
| Octal | 40 | 227 | 53 | 117 | 0 | 110 | 51 | 176 | 101 | 44 |
| Binary | 100000 | 10010111 | 101011 | 1001111 | 0 | 1001000 | 101001 | 1111110 | 1000001 | 100100 |
Color Harmonies of #20972B
Complementary color
Monochromatic Colors of #20972B
Black with #20972B
Text Example
Text Example
White with #20972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20972B; }
p { color: rgb(32,151,43); }
H1.HeaderClassName
{
color: #20972B;
}
.AnyTagClassName
{
color: #20972B;
}
</style>
background-color css
<style>
a { background-color: #20972B; }
a { background-color: rgb(32,151,43); }
div.DivClassName
{
background-color: #20972B;
}
.BgClassName
{
background-color: #20972B;
}
</style>
border-color css
<style>
span { border-color: #20972B; }
span { border-color: rgb(32,151,43); }
td.TdClassName
{
border-color: #20972B;
}
.TagClassName
{
border-color: #20972B;
}
</style>