Shades of Forest Green #206F0C
Tints of Forest Green #206F0C
RGB
CMYK
RGB Variations
Color information
#206F0C (or 0x206F0C) is known color: Forest Green. HEX triplet: 20, 6F and 0C. RGB value is (32,111,12). Sum of RGB (Red+Green+Blue) = 32+111+12=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 111 (43.75% from 255 or 71.61% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 111 - color contains mainly: green. Hex color #206F0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206F0C is #DF90F3. Grayscale: #4C4C4C. Windows color (decimal): -14651636 or 814880. OLE color: 814880.
HSL color Cylindrical-coordinate representation of color #206F0C: hue angle of 107.88º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #206F0C is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 111 | 12 | - |
| CMYK | 0.71 | 0 | 0.89 | 0.56 |
| HSL | 107.88º | 0.8% | 0.24% | - |
| HSV(B) | 107.88º | 0.89% | 0.44% | - |
| XYZ | 6.35 | 11.7 | 2.27 | - |
| YUV | 76.09 | 91.83 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 12 | 0.71 | 0 | 0.89 | 0.56 | 107.88 | 0.8 | 0.24 |
| Hex | 20 | 6F | C | 47 | 0 | 59 | 38 | 6C | 50 | 18 |
| Octal | 40 | 157 | 14 | 107 | 0 | 131 | 70 | 154 | 120 | 30 |
| Binary | 100000 | 1101111 | 1100 | 1000111 | 0 | 1011001 | 111000 | 1101100 | 1010000 | 11000 |
Color Harmonies of #206F0C
Complementary color
Monochromatic Colors of #206F0C
Black with #206F0C
Text Example
Text Example
White with #206F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F0C; }
p { color: rgb(32,111,12); }
H1.HeaderClassName
{
color: #206F0C;
}
.AnyTagClassName
{
color: #206F0C;
}
</style>
background-color css
<style>
a { background-color: #206F0C; }
a { background-color: rgb(32,111,12); }
div.DivClassName
{
background-color: #206F0C;
}
.BgClassName
{
background-color: #206F0C;
}
</style>
border-color css
<style>
span { border-color: #206F0C; }
span { border-color: rgb(32,111,12); }
td.TdClassName
{
border-color: #206F0C;
}
.TagClassName
{
border-color: #206F0C;
}
</style>