Shades of Forest Green #206F14
Tints of Forest Green #206F14
RGB
CMYK
RGB Variations
Color information
#206F14 (or 0x206F14) is known color: Forest Green. HEX triplet: 20, 6F and 14. RGB value is (32,111,20). Sum of RGB (Red+Green+Blue) = 32+111+20=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 111 (43.75% from 255 or 68.10% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 111 - color contains mainly: green. Hex color #206F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206F14 is #DF90EB. Grayscale: #4D4D4D. Windows color (decimal): -14651628 or 1339168. OLE color: 1339168.
HSL color Cylindrical-coordinate representation of color #206F14: hue angle of 112.09º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #206F14 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 111 | 20 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.56 |
| HSL | 112.09º | 0.69% | 0.26% | - |
| HSV(B) | 112.09º | 0.82% | 0.44% | - |
| XYZ | 6.41 | 11.73 | 2.59 | - |
| YUV | 77.01 | 95.83 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 20 | 0.71 | 0 | 0.82 | 0.56 | 112.09 | 0.69 | 0.26 |
| Hex | 20 | 6F | 14 | 47 | 0 | 52 | 38 | 70 | 45 | 1A |
| Octal | 40 | 157 | 24 | 107 | 0 | 122 | 70 | 160 | 105 | 32 |
| Binary | 100000 | 1101111 | 10100 | 1000111 | 0 | 1010010 | 111000 | 1110000 | 1000101 | 11010 |
Color Harmonies of #206F14
Complementary color
Monochromatic Colors of #206F14
Black with #206F14
Text Example
Text Example
White with #206F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F14; }
p { color: rgb(32,111,20); }
H1.HeaderClassName
{
color: #206F14;
}
.AnyTagClassName
{
color: #206F14;
}
</style>
background-color css
<style>
a { background-color: #206F14; }
a { background-color: rgb(32,111,20); }
div.DivClassName
{
background-color: #206F14;
}
.BgClassName
{
background-color: #206F14;
}
</style>
border-color css
<style>
span { border-color: #206F14; }
span { border-color: rgb(32,111,20); }
td.TdClassName
{
border-color: #206F14;
}
.TagClassName
{
border-color: #206F14;
}
</style>