Shades of Forest Green #20831F
Tints of Forest Green #20831F
RGB
CMYK
RGB Variations
Color information
#20831F (or 0x20831F) is known color: Forest Green. HEX triplet: 20, 83 and 1F. RGB value is (32,131,31). Sum of RGB (Red+Green+Blue) = 32+131+31=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 131 (51.56% from 255 or 67.53% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 131 - color contains mainly: green. Hex color #20831F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20831F is #DF7CE0. Grayscale: #5A5A5A. Windows color (decimal): -14646497 or 2065184. OLE color: 2065184.
HSL color Cylindrical-coordinate representation of color #20831F: hue angle of 119.4º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20831F is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 31 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.49 |
| HSL | 119.4º | 0.62% | 0.32% | - |
| HSV(B) | 119.4º | 0.76% | 0.51% | - |
| XYZ | 8.96 | 16.64 | 4.04 | - |
| YUV | 90 | 94.7 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 31 | 0.76 | 0 | 0.76 | 0.49 | 119.4 | 0.62 | 0.32 |
| Hex | 20 | 83 | 1F | 4C | 0 | 4C | 31 | 77 | 3E | 20 |
| Octal | 40 | 203 | 37 | 114 | 0 | 114 | 61 | 167 | 76 | 40 |
| Binary | 100000 | 10000011 | 11111 | 1001100 | 0 | 1001100 | 110001 | 1110111 | 111110 | 100000 |
Color Harmonies of #20831F
Complementary color
Monochromatic Colors of #20831F
Black with #20831F
Text Example
Text Example
White with #20831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20831F; }
p { color: rgb(32,131,31); }
H1.HeaderClassName
{
color: #20831F;
}
.AnyTagClassName
{
color: #20831F;
}
</style>
background-color css
<style>
a { background-color: #20831F; }
a { background-color: rgb(32,131,31); }
div.DivClassName
{
background-color: #20831F;
}
.BgClassName
{
background-color: #20831F;
}
</style>
border-color css
<style>
span { border-color: #20831F; }
span { border-color: rgb(32,131,31); }
td.TdClassName
{
border-color: #20831F;
}
.TagClassName
{
border-color: #20831F;
}
</style>