Shades of Forest Green #20812E
Tints of Forest Green #20812E
RGB
CMYK
RGB Variations
Color information
#20812E (or 0x20812E) is known color: Forest Green. HEX triplet: 20, 81 and 2E. RGB value is (32,129,46). Sum of RGB (Red+Green+Blue) = 32+129+46=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 129 (50.78% from 255 or 62.32% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 129 - color contains mainly: green. Hex color #20812E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20812E is #DF7ED1. Grayscale: #5A5A5A. Windows color (decimal): -14646994 or 3047712. OLE color: 3047712.
HSL color Cylindrical-coordinate representation of color #20812E: hue angle of 128.66º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20812E is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 129 | 46 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.49 |
| HSL | 128.66º | 0.6% | 0.32% | - |
| HSV(B) | 128.66º | 0.75% | 0.51% | - |
| XYZ | 8.94 | 16.2 | 5.24 | - |
| YUV | 90.54 | 102.86 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 129 | 46 | 0.75 | 0 | 0.64 | 0.49 | 128.66 | 0.6 | 0.32 |
| Hex | 20 | 81 | 2E | 4B | 0 | 40 | 31 | 81 | 3C | 20 |
| Octal | 40 | 201 | 56 | 113 | 0 | 100 | 61 | 201 | 74 | 40 |
| Binary | 100000 | 10000001 | 101110 | 1001011 | 0 | 1000000 | 110001 | 10000001 | 111100 | 100000 |
Color Harmonies of #20812E
Complementary color
Monochromatic Colors of #20812E
Black with #20812E
Text Example
Text Example
White with #20812E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20812E; }
p { color: rgb(32,129,46); }
H1.HeaderClassName
{
color: #20812E;
}
.AnyTagClassName
{
color: #20812E;
}
</style>
background-color css
<style>
a { background-color: #20812E; }
a { background-color: rgb(32,129,46); }
div.DivClassName
{
background-color: #20812E;
}
.BgClassName
{
background-color: #20812E;
}
</style>
border-color css
<style>
span { border-color: #20812E; }
span { border-color: rgb(32,129,46); }
td.TdClassName
{
border-color: #20812E;
}
.TagClassName
{
border-color: #20812E;
}
</style>