Shades of Forest Green #20832C
Tints of Forest Green #20832C
RGB
CMYK
RGB Variations
Color information
#20832C (or 0x20832C) is known color: Forest Green. HEX triplet: 20, 83 and 2C. RGB value is (32,131,44). Sum of RGB (Red+Green+Blue) = 32+131+44=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 131 (51.56% from 255 or 63.29% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 131 - color contains mainly: green. Hex color #20832C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20832C is #DF7CD3. Grayscale: #5B5B5B. Windows color (decimal): -14646484 or 2917152. OLE color: 2917152.
HSL color Cylindrical-coordinate representation of color #20832C: hue angle of 127.27º 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 #20832C is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 44 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.49 |
| HSL | 127.27º | 0.61% | 0.32% | - |
| HSV(B) | 127.27º | 0.76% | 0.51% | - |
| XYZ | 9.17 | 16.72 | 5.13 | - |
| YUV | 91.48 | 101.2 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 44 | 0.76 | 0 | 0.66 | 0.49 | 127.27 | 0.61 | 0.32 |
| Hex | 20 | 83 | 2C | 4C | 0 | 42 | 31 | 7F | 3D | 20 |
| Octal | 40 | 203 | 54 | 114 | 0 | 102 | 61 | 177 | 75 | 40 |
| Binary | 100000 | 10000011 | 101100 | 1001100 | 0 | 1000010 | 110001 | 1111111 | 111101 | 100000 |
Color Harmonies of #20832C
Complementary color
Monochromatic Colors of #20832C
Black with #20832C
Text Example
Text Example
White with #20832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20832C; }
p { color: rgb(32,131,44); }
H1.HeaderClassName
{
color: #20832C;
}
.AnyTagClassName
{
color: #20832C;
}
</style>
background-color css
<style>
a { background-color: #20832C; }
a { background-color: rgb(32,131,44); }
div.DivClassName
{
background-color: #20832C;
}
.BgClassName
{
background-color: #20832C;
}
</style>
border-color css
<style>
span { border-color: #20832C; }
span { border-color: rgb(32,131,44); }
td.TdClassName
{
border-color: #20832C;
}
.TagClassName
{
border-color: #20832C;
}
</style>