Shades of Forest Green #20862E
Tints of Forest Green #20862E
RGB
CMYK
RGB Variations
Color information
#20862E (or 0x20862E) is known color: Forest Green. HEX triplet: 20, 86 and 2E. RGB value is (32,134,46). Sum of RGB (Red+Green+Blue) = 32+134+46=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 134 (52.73% from 255 or 63.21% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 134 - color contains mainly: green. Hex color #20862E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20862E is #DF79D1. Grayscale: #5D5D5D. Windows color (decimal): -14645714 or 3048992. OLE color: 3048992.
HSL color Cylindrical-coordinate representation of color #20862E: hue angle of 128.24º degrees, saturation: 0.61, 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 #20862E is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 134 | 46 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.47 |
| HSL | 128.24º | 0.61% | 0.33% | - |
| HSV(B) | 128.24º | 0.76% | 0.53% | - |
| XYZ | 9.61 | 17.55 | 5.47 | - |
| YUV | 93.47 | 101.21 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 46 | 0.76 | 0 | 0.66 | 0.47 | 128.24 | 0.61 | 0.33 |
| Hex | 20 | 86 | 2E | 4C | 0 | 42 | 2F | 80 | 3D | 21 |
| Octal | 40 | 206 | 56 | 114 | 0 | 102 | 57 | 200 | 75 | 41 |
| Binary | 100000 | 10000110 | 101110 | 1001100 | 0 | 1000010 | 101111 | 10000000 | 111101 | 100001 |
Color Harmonies of #20862E
Complementary color
Monochromatic Colors of #20862E
Black with #20862E
Text Example
Text Example
White with #20862E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20862E; }
p { color: rgb(32,134,46); }
H1.HeaderClassName
{
color: #20862E;
}
.AnyTagClassName
{
color: #20862E;
}
</style>
background-color css
<style>
a { background-color: #20862E; }
a { background-color: rgb(32,134,46); }
div.DivClassName
{
background-color: #20862E;
}
.BgClassName
{
background-color: #20862E;
}
</style>
border-color css
<style>
span { border-color: #20862E; }
span { border-color: rgb(32,134,46); }
td.TdClassName
{
border-color: #20862E;
}
.TagClassName
{
border-color: #20862E;
}
</style>