Shades of Forest Green #20872B
Tints of Forest Green #20872B
RGB
CMYK
RGB Variations
Color information
#20872B (or 0x20872B) is known color: Forest Green. HEX triplet: 20, 87 and 2B. RGB value is (32,135,43). Sum of RGB (Red+Green+Blue) = 32+135+43=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 135 (53.12% from 255 or 64.29% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 135 - color contains mainly: green. Hex color #20872B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20872B is #DF78D4. Grayscale: #5D5D5D. Windows color (decimal): -14645461 or 2852640. OLE color: 2852640.
HSL color Cylindrical-coordinate representation of color #20872B: hue angle of 126.41º 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 #20872B is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 135 | 43 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.47 |
| HSL | 126.41º | 0.62% | 0.33% | - |
| HSV(B) | 126.41º | 0.76% | 0.53% | - |
| XYZ | 9.7 | 17.81 | 5.21 | - |
| YUV | 93.72 | 99.38 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 43 | 0.76 | 0 | 0.68 | 0.47 | 126.41 | 0.62 | 0.33 |
| Hex | 20 | 87 | 2B | 4C | 0 | 44 | 2F | 7E | 3E | 21 |
| Octal | 40 | 207 | 53 | 114 | 0 | 104 | 57 | 176 | 76 | 41 |
| Binary | 100000 | 10000111 | 101011 | 1001100 | 0 | 1000100 | 101111 | 1111110 | 111110 | 100001 |
Color Harmonies of #20872B
Complementary color
Monochromatic Colors of #20872B
Black with #20872B
Text Example
Text Example
White with #20872B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20872B; }
p { color: rgb(32,135,43); }
H1.HeaderClassName
{
color: #20872B;
}
.AnyTagClassName
{
color: #20872B;
}
</style>
background-color css
<style>
a { background-color: #20872B; }
a { background-color: rgb(32,135,43); }
div.DivClassName
{
background-color: #20872B;
}
.BgClassName
{
background-color: #20872B;
}
</style>
border-color css
<style>
span { border-color: #20872B; }
span { border-color: rgb(32,135,43); }
td.TdClassName
{
border-color: #20872B;
}
.TagClassName
{
border-color: #20872B;
}
</style>