Shades of Forest Green #20850C
Tints of Forest Green #20850C
RGB
CMYK
RGB Variations
Color information
#20850C (or 0x20850C) is known color: Forest Green. HEX triplet: 20, 85 and 0C. RGB value is (32,133,12). Sum of RGB (Red+Green+Blue) = 32+133+12=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 133 (52.34% from 255 or 75.14% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 133 - color contains mainly: green. Hex color #20850C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20850C is #DF7AF3. Grayscale: #595959. Windows color (decimal): -14646004 or 820512. OLE color: 820512.
HSL color Cylindrical-coordinate representation of color #20850C: hue angle of 110.08º 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 #20850C is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 12 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.48 |
| HSL | 110.08º | 0.83% | 0.28% | - |
| HSV(B) | 110.08º | 0.91% | 0.52% | - |
| XYZ | 9.05 | 17.11 | 3.17 | - |
| YUV | 89.01 | 84.54 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 12 | 0.76 | 0 | 0.91 | 0.48 | 110.08 | 0.83 | 0.28 |
| Hex | 20 | 85 | C | 4C | 0 | 5B | 30 | 6E | 53 | 1C |
| Octal | 40 | 205 | 14 | 114 | 0 | 133 | 60 | 156 | 123 | 34 |
| Binary | 100000 | 10000101 | 1100 | 1001100 | 0 | 1011011 | 110000 | 1101110 | 1010011 | 11100 |
Color Harmonies of #20850C
Complementary color
Monochromatic Colors of #20850C
Black with #20850C
Text Example
Text Example
White with #20850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20850C; }
p { color: rgb(32,133,12); }
H1.HeaderClassName
{
color: #20850C;
}
.AnyTagClassName
{
color: #20850C;
}
</style>
background-color css
<style>
a { background-color: #20850C; }
a { background-color: rgb(32,133,12); }
div.DivClassName
{
background-color: #20850C;
}
.BgClassName
{
background-color: #20850C;
}
</style>
border-color css
<style>
span { border-color: #20850C; }
span { border-color: rgb(32,133,12); }
td.TdClassName
{
border-color: #20850C;
}
.TagClassName
{
border-color: #20850C;
}
</style>