Shades of Forest Green #20840D
Tints of Forest Green #20840D
RGB
CMYK
RGB Variations
Color information
#20840D (or 0x20840D) is known color: Forest Green. HEX triplet: 20, 84 and 0D. RGB value is (32,132,13). Sum of RGB (Red+Green+Blue) = 32+132+13=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 132 (51.95% from 255 or 74.58% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 132 - color contains mainly: green. Hex color #20840D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20840D is #DF7BF2. Grayscale: #585858. Windows color (decimal): -14646259 or 885792. OLE color: 885792.
HSL color Cylindrical-coordinate representation of color #20840D: hue angle of 110.42º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20840D is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 13 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.48 |
| HSL | 110.42º | 0.82% | 0.28% | - |
| HSV(B) | 110.42º | 0.9% | 0.52% | - |
| XYZ | 8.92 | 16.84 | 3.16 | - |
| YUV | 88.53 | 85.37 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 13 | 0.76 | 0 | 0.90 | 0.48 | 110.42 | 0.82 | 0.28 |
| Hex | 20 | 84 | D | 4C | 0 | 5A | 30 | 6E | 52 | 1C |
| Octal | 40 | 204 | 15 | 114 | 0 | 132 | 60 | 156 | 122 | 34 |
| Binary | 100000 | 10000100 | 1101 | 1001100 | 0 | 1011010 | 110000 | 1101110 | 1010010 | 11100 |
Color Harmonies of #20840D
Complementary color
Monochromatic Colors of #20840D
Black with #20840D
Text Example
Text Example
White with #20840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20840D; }
p { color: rgb(32,132,13); }
H1.HeaderClassName
{
color: #20840D;
}
.AnyTagClassName
{
color: #20840D;
}
</style>
background-color css
<style>
a { background-color: #20840D; }
a { background-color: rgb(32,132,13); }
div.DivClassName
{
background-color: #20840D;
}
.BgClassName
{
background-color: #20840D;
}
</style>
border-color css
<style>
span { border-color: #20840D; }
span { border-color: rgb(32,132,13); }
td.TdClassName
{
border-color: #20840D;
}
.TagClassName
{
border-color: #20840D;
}
</style>