Shades of Forest Green #20821D
Tints of Forest Green #20821D
RGB
CMYK
RGB Variations
Color information
#20821D (or 0x20821D) is known color: Forest Green. HEX triplet: 20, 82 and 1D. RGB value is (32,130,29). Sum of RGB (Red+Green+Blue) = 32+130+29=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 130 (51.17% from 255 or 68.06% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 130 - color contains mainly: green. Hex color #20821D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20821D is #DF7DE2. Grayscale: #595959. Windows color (decimal): -14646755 or 1933856. OLE color: 1933856.
HSL color Cylindrical-coordinate representation of color #20821D: hue angle of 118.22º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20821D is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 130 | 29 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.49 |
| HSL | 118.22º | 0.64% | 0.31% | - |
| HSV(B) | 118.22º | 0.78% | 0.51% | - |
| XYZ | 8.8 | 16.36 | 3.86 | - |
| YUV | 89.18 | 94.03 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 29 | 0.75 | 0 | 0.78 | 0.49 | 118.22 | 0.64 | 0.31 |
| Hex | 20 | 82 | 1D | 4B | 0 | 4E | 31 | 76 | 40 | 1F |
| Octal | 40 | 202 | 35 | 113 | 0 | 116 | 61 | 166 | 100 | 37 |
| Binary | 100000 | 10000010 | 11101 | 1001011 | 0 | 1001110 | 110001 | 1110110 | 1000000 | 11111 |
Color Harmonies of #20821D
Complementary color
Monochromatic Colors of #20821D
Black with #20821D
Text Example
Text Example
White with #20821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20821D; }
p { color: rgb(32,130,29); }
H1.HeaderClassName
{
color: #20821D;
}
.AnyTagClassName
{
color: #20821D;
}
</style>
background-color css
<style>
a { background-color: #20821D; }
a { background-color: rgb(32,130,29); }
div.DivClassName
{
background-color: #20821D;
}
.BgClassName
{
background-color: #20821D;
}
</style>
border-color css
<style>
span { border-color: #20821D; }
span { border-color: rgb(32,130,29); }
td.TdClassName
{
border-color: #20821D;
}
.TagClassName
{
border-color: #20821D;
}
</style>