Shades of Forest Green #20842B
Tints of Forest Green #20842B
RGB
CMYK
RGB Variations
Color information
#20842B (or 0x20842B) is known color: Forest Green. HEX triplet: 20, 84 and 2B. RGB value is (32,132,43). Sum of RGB (Red+Green+Blue) = 32+132+43=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #20842B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20842B is #DF7BD4. Grayscale: #5C5C5C. Windows color (decimal): -14646229 or 2851872. OLE color: 2851872.
HSL color Cylindrical-coordinate representation of color #20842B: hue angle of 126.6º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20842B is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 43 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.48 |
| HSL | 126.6º | 0.61% | 0.32% | - |
| HSV(B) | 126.6º | 0.76% | 0.52% | - |
| XYZ | 9.28 | 16.98 | 5.07 | - |
| YUV | 91.95 | 100.37 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 43 | 0.76 | 0 | 0.67 | 0.48 | 126.6 | 0.61 | 0.32 |
| Hex | 20 | 84 | 2B | 4C | 0 | 43 | 30 | 7F | 3D | 20 |
| Octal | 40 | 204 | 53 | 114 | 0 | 103 | 60 | 177 | 75 | 40 |
| Binary | 100000 | 10000100 | 101011 | 1001100 | 0 | 1000011 | 110000 | 1111111 | 111101 | 100000 |
Color Harmonies of #20842B
Complementary color
Monochromatic Colors of #20842B
Black with #20842B
Text Example
Text Example
White with #20842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20842B; }
p { color: rgb(32,132,43); }
H1.HeaderClassName
{
color: #20842B;
}
.AnyTagClassName
{
color: #20842B;
}
</style>
background-color css
<style>
a { background-color: #20842B; }
a { background-color: rgb(32,132,43); }
div.DivClassName
{
background-color: #20842B;
}
.BgClassName
{
background-color: #20842B;
}
</style>
border-color css
<style>
span { border-color: #20842B; }
span { border-color: rgb(32,132,43); }
td.TdClassName
{
border-color: #20842B;
}
.TagClassName
{
border-color: #20842B;
}
</style>