Shades of Forest Green #20821F
Tints of Forest Green #20821F
RGB
CMYK
RGB Variations
Color information
#20821F (or 0x20821F) is known color: Forest Green. HEX triplet: 20, 82 and 1F. RGB value is (32,130,31). Sum of RGB (Red+Green+Blue) = 32+130+31=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 130 (51.17% from 255 or 67.36% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 130 - color contains mainly: green. Hex color #20821F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20821F is #DF7DE0. Grayscale: #595959. Windows color (decimal): -14646753 or 2064928. OLE color: 2064928.
HSL color Cylindrical-coordinate representation of color #20821F: hue angle of 119.39º degrees, saturation: 0.61, 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 #20821F is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 130 | 31 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.49 |
| HSL | 119.39º | 0.61% | 0.32% | - |
| HSV(B) | 119.39º | 0.76% | 0.51% | - |
| XYZ | 8.83 | 16.37 | 3.99 | - |
| YUV | 89.41 | 95.03 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 31 | 0.75 | 0 | 0.76 | 0.49 | 119.39 | 0.61 | 0.32 |
| Hex | 20 | 82 | 1F | 4B | 0 | 4C | 31 | 77 | 3D | 20 |
| Octal | 40 | 202 | 37 | 113 | 0 | 114 | 61 | 167 | 75 | 40 |
| Binary | 100000 | 10000010 | 11111 | 1001011 | 0 | 1001100 | 110001 | 1110111 | 111101 | 100000 |
Color Harmonies of #20821F
Complementary color
Monochromatic Colors of #20821F
Black with #20821F
Text Example
Text Example
White with #20821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20821F; }
p { color: rgb(32,130,31); }
H1.HeaderClassName
{
color: #20821F;
}
.AnyTagClassName
{
color: #20821F;
}
</style>
background-color css
<style>
a { background-color: #20821F; }
a { background-color: rgb(32,130,31); }
div.DivClassName
{
background-color: #20821F;
}
.BgClassName
{
background-color: #20821F;
}
</style>
border-color css
<style>
span { border-color: #20821F; }
span { border-color: rgb(32,130,31); }
td.TdClassName
{
border-color: #20821F;
}
.TagClassName
{
border-color: #20821F;
}
</style>