Shades of Forest Green #20832E
Tints of Forest Green #20832E
RGB
CMYK
RGB Variations
Color information
#20832E (or 0x20832E) is known color: Forest Green. HEX triplet: 20, 83 and 2E. RGB value is (32,131,46). Sum of RGB (Red+Green+Blue) = 32+131+46=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 131 (51.56% from 255 or 62.68% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 131 - color contains mainly: green. Hex color #20832E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20832E is #DF7CD1. Grayscale: #5B5B5B. Windows color (decimal): -14646482 or 3048224. OLE color: 3048224.
HSL color Cylindrical-coordinate representation of color #20832E: hue angle of 128.48º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20832E is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 46 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.49 |
| HSL | 128.48º | 0.61% | 0.32% | - |
| HSV(B) | 128.48º | 0.76% | 0.51% | - |
| XYZ | 9.21 | 16.74 | 5.33 | - |
| YUV | 91.71 | 102.2 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 46 | 0.76 | 0 | 0.65 | 0.49 | 128.48 | 0.61 | 0.32 |
| Hex | 20 | 83 | 2E | 4C | 0 | 41 | 31 | 80 | 3D | 20 |
| Octal | 40 | 203 | 56 | 114 | 0 | 101 | 61 | 200 | 75 | 40 |
| Binary | 100000 | 10000011 | 101110 | 1001100 | 0 | 1000001 | 110001 | 10000000 | 111101 | 100000 |
Color Harmonies of #20832E
Complementary color
Monochromatic Colors of #20832E
Black with #20832E
Text Example
Text Example
White with #20832E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20832E; }
p { color: rgb(32,131,46); }
H1.HeaderClassName
{
color: #20832E;
}
.AnyTagClassName
{
color: #20832E;
}
</style>
background-color css
<style>
a { background-color: #20832E; }
a { background-color: rgb(32,131,46); }
div.DivClassName
{
background-color: #20832E;
}
.BgClassName
{
background-color: #20832E;
}
</style>
border-color css
<style>
span { border-color: #20832E; }
span { border-color: rgb(32,131,46); }
td.TdClassName
{
border-color: #20832E;
}
.TagClassName
{
border-color: #20832E;
}
</style>