Shades of Forest Green #20840C
Tints of Forest Green #20840C
RGB
CMYK
RGB Variations
Color information
#20840C (or 0x20840C) is known color: Forest Green. HEX triplet: 20, 84 and 0C. RGB value is (32,132,12). Sum of RGB (Red+Green+Blue) = 32+132+12=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 132 (51.95% from 255 or 75% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 132 - color contains mainly: green. Hex color #20840C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20840C is #DF7BF3. Grayscale: #585858. Windows color (decimal): -14646260 or 820256. OLE color: 820256.
HSL color Cylindrical-coordinate representation of color #20840C: hue angle of 110º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20840C is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 12 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.48 |
| HSL | 110º | 0.83% | 0.28% | - |
| HSV(B) | 110º | 0.91% | 0.52% | - |
| XYZ | 8.91 | 16.84 | 3.13 | - |
| YUV | 88.42 | 84.87 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 12 | 0.76 | 0 | 0.91 | 0.48 | 110 | 0.83 | 0.28 |
| Hex | 20 | 84 | C | 4C | 0 | 5B | 30 | 6E | 53 | 1C |
| Octal | 40 | 204 | 14 | 114 | 0 | 133 | 60 | 156 | 123 | 34 |
| Binary | 100000 | 10000100 | 1100 | 1001100 | 0 | 1011011 | 110000 | 1101110 | 1010011 | 11100 |
Color Harmonies of #20840C
Complementary color
Monochromatic Colors of #20840C
Black with #20840C
Text Example
Text Example
White with #20840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20840C; }
p { color: rgb(32,132,12); }
H1.HeaderClassName
{
color: #20840C;
}
.AnyTagClassName
{
color: #20840C;
}
</style>
background-color css
<style>
a { background-color: #20840C; }
a { background-color: rgb(32,132,12); }
div.DivClassName
{
background-color: #20840C;
}
.BgClassName
{
background-color: #20840C;
}
</style>
border-color css
<style>
span { border-color: #20840C; }
span { border-color: rgb(32,132,12); }
td.TdClassName
{
border-color: #20840C;
}
.TagClassName
{
border-color: #20840C;
}
</style>