Shades of Forest Green #20841D
Tints of Forest Green #20841D
RGB
CMYK
RGB Variations
Color information
#20841D (or 0x20841D) is known color: Forest Green. HEX triplet: 20, 84 and 1D. RGB value is (32,132,29). Sum of RGB (Red+Green+Blue) = 32+132+29=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 132 (51.95% from 255 or 68.39% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 132 - color contains mainly: green. Hex color #20841D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20841D is #DF7BE2. Grayscale: #5A5A5A. Windows color (decimal): -14646243 or 1934368. OLE color: 1934368.
HSL color Cylindrical-coordinate representation of color #20841D: hue angle of 118.25º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20841D is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 29 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.48 |
| HSL | 118.25º | 0.64% | 0.32% | - |
| HSV(B) | 118.25º | 0.78% | 0.52% | - |
| XYZ | 9.07 | 16.9 | 3.95 | - |
| YUV | 90.36 | 93.37 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 29 | 0.76 | 0 | 0.78 | 0.48 | 118.25 | 0.64 | 0.32 |
| Hex | 20 | 84 | 1D | 4C | 0 | 4E | 30 | 76 | 40 | 20 |
| Octal | 40 | 204 | 35 | 114 | 0 | 116 | 60 | 166 | 100 | 40 |
| Binary | 100000 | 10000100 | 11101 | 1001100 | 0 | 1001110 | 110000 | 1110110 | 1000000 | 100000 |
Color Harmonies of #20841D
Complementary color
Monochromatic Colors of #20841D
Black with #20841D
Text Example
Text Example
White with #20841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20841D; }
p { color: rgb(32,132,29); }
H1.HeaderClassName
{
color: #20841D;
}
.AnyTagClassName
{
color: #20841D;
}
</style>
background-color css
<style>
a { background-color: #20841D; }
a { background-color: rgb(32,132,29); }
div.DivClassName
{
background-color: #20841D;
}
.BgClassName
{
background-color: #20841D;
}
</style>
border-color css
<style>
span { border-color: #20841D; }
span { border-color: rgb(32,132,29); }
td.TdClassName
{
border-color: #20841D;
}
.TagClassName
{
border-color: #20841D;
}
</style>