Shades of Forest Green #20872C
Tints of Forest Green #20872C
RGB
CMYK
RGB Variations
Color information
#20872C (or 0x20872C) is known color: Forest Green. HEX triplet: 20, 87 and 2C. RGB value is (32,135,44). Sum of RGB (Red+Green+Blue) = 32+135+44=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 135 (53.12% from 255 or 63.98% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 135 - color contains mainly: green. Hex color #20872C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20872C is #DF78D3. Grayscale: #5E5E5E. Windows color (decimal): -14645460 or 2918176. OLE color: 2918176.
HSL color Cylindrical-coordinate representation of color #20872C: hue angle of 126.99º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20872C is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 135 | 44 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.47 |
| HSL | 126.99º | 0.62% | 0.33% | - |
| HSV(B) | 126.99º | 0.76% | 0.53% | - |
| XYZ | 9.71 | 17.82 | 5.31 | - |
| YUV | 93.83 | 99.88 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 44 | 0.76 | 0 | 0.67 | 0.47 | 126.99 | 0.62 | 0.33 |
| Hex | 20 | 87 | 2C | 4C | 0 | 43 | 2F | 7F | 3E | 21 |
| Octal | 40 | 207 | 54 | 114 | 0 | 103 | 57 | 177 | 76 | 41 |
| Binary | 100000 | 10000111 | 101100 | 1001100 | 0 | 1000011 | 101111 | 1111111 | 111110 | 100001 |
Color Harmonies of #20872C
Complementary color
Monochromatic Colors of #20872C
Black with #20872C
Text Example
Text Example
White with #20872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20872C; }
p { color: rgb(32,135,44); }
H1.HeaderClassName
{
color: #20872C;
}
.AnyTagClassName
{
color: #20872C;
}
</style>
background-color css
<style>
a { background-color: #20872C; }
a { background-color: rgb(32,135,44); }
div.DivClassName
{
background-color: #20872C;
}
.BgClassName
{
background-color: #20872C;
}
</style>
border-color css
<style>
span { border-color: #20872C; }
span { border-color: rgb(32,135,44); }
td.TdClassName
{
border-color: #20872C;
}
.TagClassName
{
border-color: #20872C;
}
</style>