Shades of Forest Green #20992F
Tints of Forest Green #20992F
RGB
CMYK
RGB Variations
Color information
#20992F (or 0x20992F) is known color: Forest Green. HEX triplet: 20, 99 and 2F. RGB value is (32,153,47). Sum of RGB (Red+Green+Blue) = 32+153+47=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 153 (60.16% from 255 or 65.95% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 153 - color contains mainly: green. Hex color #20992F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20992F is #DF66D0. Grayscale: #696969. Windows color (decimal): -14640849 or 3119392. OLE color: 3119392.
HSL color Cylindrical-coordinate representation of color #20992F: hue angle of 127.44º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20992F is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 153 | 47 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.4 |
| HSL | 127.44º | 0.65% | 0.36% | - |
| HSV(B) | 127.44º | 0.79% | 0.6% | - |
| XYZ | 12.5 | 23.29 | 6.53 | - |
| YUV | 104.74 | 95.41 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 47 | 0.79 | 0 | 0.69 | 0.4 | 127.44 | 0.65 | 0.36 |
| Hex | 20 | 99 | 2F | 4F | 0 | 45 | 28 | 7F | 41 | 24 |
| Octal | 40 | 231 | 57 | 117 | 0 | 105 | 50 | 177 | 101 | 44 |
| Binary | 100000 | 10011001 | 101111 | 1001111 | 0 | 1000101 | 101000 | 1111111 | 1000001 | 100100 |
Color Harmonies of #20992F
Complementary color
Monochromatic Colors of #20992F
Black with #20992F
Text Example
Text Example
White with #20992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20992F; }
p { color: rgb(32,153,47); }
H1.HeaderClassName
{
color: #20992F;
}
.AnyTagClassName
{
color: #20992F;
}
</style>
background-color css
<style>
a { background-color: #20992F; }
a { background-color: rgb(32,153,47); }
div.DivClassName
{
background-color: #20992F;
}
.BgClassName
{
background-color: #20992F;
}
</style>
border-color css
<style>
span { border-color: #20992F; }
span { border-color: rgb(32,153,47); }
td.TdClassName
{
border-color: #20992F;
}
.TagClassName
{
border-color: #20992F;
}
</style>