Shades of Forest Green #20832F
Tints of Forest Green #20832F
RGB
CMYK
RGB Variations
Color information
#20832F (or 0x20832F) is known color: Forest Green. HEX triplet: 20, 83 and 2F. RGB value is (32,131,47). Sum of RGB (Red+Green+Blue) = 32+131+47=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 131 (51.56% from 255 or 62.38% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 131 - color contains mainly: green. Hex color #20832F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20832F is #DF7CD0. Grayscale: #5C5C5C. Windows color (decimal): -14646481 or 3113760. OLE color: 3113760.
HSL color Cylindrical-coordinate representation of color #20832F: hue angle of 129.09º 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 #20832F is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 47 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.49 |
| HSL | 129.09º | 0.61% | 0.32% | - |
| HSV(B) | 129.09º | 0.76% | 0.51% | - |
| XYZ | 9.23 | 16.74 | 5.44 | - |
| YUV | 91.82 | 102.7 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 47 | 0.76 | 0 | 0.64 | 0.49 | 129.09 | 0.61 | 0.32 |
| Hex | 20 | 83 | 2F | 4C | 0 | 40 | 31 | 81 | 3D | 20 |
| Octal | 40 | 203 | 57 | 114 | 0 | 100 | 61 | 201 | 75 | 40 |
| Binary | 100000 | 10000011 | 101111 | 1001100 | 0 | 1000000 | 110001 | 10000001 | 111101 | 100000 |
Color Harmonies of #20832F
Complementary color
Monochromatic Colors of #20832F
Black with #20832F
Text Example
Text Example
White with #20832F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20832F; }
p { color: rgb(32,131,47); }
H1.HeaderClassName
{
color: #20832F;
}
.AnyTagClassName
{
color: #20832F;
}
</style>
background-color css
<style>
a { background-color: #20832F; }
a { background-color: rgb(32,131,47); }
div.DivClassName
{
background-color: #20832F;
}
.BgClassName
{
background-color: #20832F;
}
</style>
border-color css
<style>
span { border-color: #20832F; }
span { border-color: rgb(32,131,47); }
td.TdClassName
{
border-color: #20832F;
}
.TagClassName
{
border-color: #20832F;
}
</style>