Shades of Forest Green #20862C
Tints of Forest Green #20862C
RGB
CMYK
RGB Variations
Color information
#20862C (or 0x20862C) is known color: Forest Green. HEX triplet: 20, 86 and 2C. RGB value is (32,134,44). Sum of RGB (Red+Green+Blue) = 32+134+44=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 134 (52.73% from 255 or 63.81% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 134 - color contains mainly: green. Hex color #20862C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20862C is #DF79D3. Grayscale: #5D5D5D. Windows color (decimal): -14645716 or 2917920. OLE color: 2917920.
HSL color Cylindrical-coordinate representation of color #20862C: hue angle of 127.06º 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 #20862C is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 134 | 44 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.47 |
| HSL | 127.06º | 0.61% | 0.33% | - |
| HSV(B) | 127.06º | 0.76% | 0.53% | - |
| XYZ | 9.58 | 17.54 | 5.26 | - |
| YUV | 93.24 | 100.21 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 44 | 0.76 | 0 | 0.67 | 0.47 | 127.06 | 0.61 | 0.33 |
| Hex | 20 | 86 | 2C | 4C | 0 | 43 | 2F | 7F | 3D | 21 |
| Octal | 40 | 206 | 54 | 114 | 0 | 103 | 57 | 177 | 75 | 41 |
| Binary | 100000 | 10000110 | 101100 | 1001100 | 0 | 1000011 | 101111 | 1111111 | 111101 | 100001 |
Color Harmonies of #20862C
Complementary color
Monochromatic Colors of #20862C
Black with #20862C
Text Example
Text Example
White with #20862C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20862C; }
p { color: rgb(32,134,44); }
H1.HeaderClassName
{
color: #20862C;
}
.AnyTagClassName
{
color: #20862C;
}
</style>
background-color css
<style>
a { background-color: #20862C; }
a { background-color: rgb(32,134,44); }
div.DivClassName
{
background-color: #20862C;
}
.BgClassName
{
background-color: #20862C;
}
</style>
border-color css
<style>
span { border-color: #20862C; }
span { border-color: rgb(32,134,44); }
td.TdClassName
{
border-color: #20862C;
}
.TagClassName
{
border-color: #20862C;
}
</style>