Shades of Forest Green #20991F
Tints of Forest Green #20991F
RGB
CMYK
RGB Variations
Color information
#20991F (or 0x20991F) is known color: Forest Green. HEX triplet: 20, 99 and 1F. RGB value is (32,153,31). Sum of RGB (Red+Green+Blue) = 32+153+31=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 153 (60.16% from 255 or 70.83% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 153 - color contains mainly: green. Hex color #20991F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20991F is #DF66E0. Grayscale: #676767. Windows color (decimal): -14640865 or 2070816. OLE color: 2070816.
HSL color Cylindrical-coordinate representation of color #20991F: hue angle of 119.51º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20991F is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 153 | 31 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.4 |
| HSL | 119.51º | 0.66% | 0.36% | - |
| HSV(B) | 119.51º | 0.8% | 0.6% | - |
| XYZ | 12.23 | 23.19 | 5.13 | - |
| YUV | 102.91 | 87.41 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 31 | 0.79 | 0 | 0.80 | 0.4 | 119.51 | 0.66 | 0.36 |
| Hex | 20 | 99 | 1F | 4F | 0 | 50 | 28 | 78 | 42 | 24 |
| Octal | 40 | 231 | 37 | 117 | 0 | 120 | 50 | 170 | 102 | 44 |
| Binary | 100000 | 10011001 | 11111 | 1001111 | 0 | 1010000 | 101000 | 1111000 | 1000010 | 100100 |
Color Harmonies of #20991F
Complementary color
Monochromatic Colors of #20991F
Black with #20991F
Text Example
Text Example
White with #20991F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20991F; }
p { color: rgb(32,153,31); }
H1.HeaderClassName
{
color: #20991F;
}
.AnyTagClassName
{
color: #20991F;
}
</style>
background-color css
<style>
a { background-color: #20991F; }
a { background-color: rgb(32,153,31); }
div.DivClassName
{
background-color: #20991F;
}
.BgClassName
{
background-color: #20991F;
}
</style>
border-color css
<style>
span { border-color: #20991F; }
span { border-color: rgb(32,153,31); }
td.TdClassName
{
border-color: #20991F;
}
.TagClassName
{
border-color: #20991F;
}
</style>