Shades of Forest Green #20861C
Tints of Forest Green #20861C
RGB
CMYK
RGB Variations
Color information
#20861C (or 0x20861C) is known color: Forest Green. HEX triplet: 20, 86 and 1C. RGB value is (32,134,28). Sum of RGB (Red+Green+Blue) = 32+134+28=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 134 (52.73% from 255 or 69.07% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 134 - color contains mainly: green. Hex color #20861C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20861C is #DF79E3. Grayscale: #5B5B5B. Windows color (decimal): -14645732 or 1869344. OLE color: 1869344.
HSL color Cylindrical-coordinate representation of color #20861C: hue angle of 117.74º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20861C is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 134 | 28 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.47 |
| HSL | 117.74º | 0.65% | 0.32% | - |
| HSV(B) | 117.74º | 0.79% | 0.53% | - |
| XYZ | 9.33 | 17.44 | 3.97 | - |
| YUV | 91.42 | 92.21 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 28 | 0.76 | 0 | 0.79 | 0.47 | 117.74 | 0.65 | 0.32 |
| Hex | 20 | 86 | 1C | 4C | 0 | 4F | 2F | 76 | 41 | 20 |
| Octal | 40 | 206 | 34 | 114 | 0 | 117 | 57 | 166 | 101 | 40 |
| Binary | 100000 | 10000110 | 11100 | 1001100 | 0 | 1001111 | 101111 | 1110110 | 1000001 | 100000 |
Color Harmonies of #20861C
Complementary color
Monochromatic Colors of #20861C
Black with #20861C
Text Example
Text Example
White with #20861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20861C; }
p { color: rgb(32,134,28); }
H1.HeaderClassName
{
color: #20861C;
}
.AnyTagClassName
{
color: #20861C;
}
</style>
background-color css
<style>
a { background-color: #20861C; }
a { background-color: rgb(32,134,28); }
div.DivClassName
{
background-color: #20861C;
}
.BgClassName
{
background-color: #20861C;
}
</style>
border-color css
<style>
span { border-color: #20861C; }
span { border-color: rgb(32,134,28); }
td.TdClassName
{
border-color: #20861C;
}
.TagClassName
{
border-color: #20861C;
}
</style>