Shades of Forest Green #20821C
Tints of Forest Green #20821C
RGB
CMYK
RGB Variations
Color information
#20821C (or 0x20821C) is known color: Forest Green. HEX triplet: 20, 82 and 1C. RGB value is (32,130,28). Sum of RGB (Red+Green+Blue) = 32+130+28=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 130 (51.17% from 255 or 68.42% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 130 - color contains mainly: green. Hex color #20821C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20821C is #DF7DE3. Grayscale: #595959. Windows color (decimal): -14646756 or 1868320. OLE color: 1868320.
HSL color Cylindrical-coordinate representation of color #20821C: hue angle of 117.65º degrees, saturation: 0.65, 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 #20821C is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 130 | 28 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.49 |
| HSL | 117.65º | 0.65% | 0.31% | - |
| HSV(B) | 117.65º | 0.78% | 0.51% | - |
| XYZ | 8.79 | 16.36 | 3.79 | - |
| YUV | 89.07 | 93.53 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 28 | 0.75 | 0 | 0.78 | 0.49 | 117.65 | 0.65 | 0.31 |
| Hex | 20 | 82 | 1C | 4B | 0 | 4E | 31 | 76 | 41 | 1F |
| Octal | 40 | 202 | 34 | 113 | 0 | 116 | 61 | 166 | 101 | 37 |
| Binary | 100000 | 10000010 | 11100 | 1001011 | 0 | 1001110 | 110001 | 1110110 | 1000001 | 11111 |
Color Harmonies of #20821C
Complementary color
Monochromatic Colors of #20821C
Black with #20821C
Text Example
Text Example
White with #20821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20821C; }
p { color: rgb(32,130,28); }
H1.HeaderClassName
{
color: #20821C;
}
.AnyTagClassName
{
color: #20821C;
}
</style>
background-color css
<style>
a { background-color: #20821C; }
a { background-color: rgb(32,130,28); }
div.DivClassName
{
background-color: #20821C;
}
.BgClassName
{
background-color: #20821C;
}
</style>
border-color css
<style>
span { border-color: #20821C; }
span { border-color: rgb(32,130,28); }
td.TdClassName
{
border-color: #20821C;
}
.TagClassName
{
border-color: #20821C;
}
</style>