Shades of Forest Green #206F16
Tints of Forest Green #206F16
RGB
CMYK
RGB Variations
Color information
#206F16 (or 0x206F16) is known color: Forest Green. HEX triplet: 20, 6F and 16. RGB value is (32,111,22). Sum of RGB (Red+Green+Blue) = 32+111+22=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 111 (43.75% from 255 or 67.27% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 111 - color contains mainly: green. Hex color #206F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206F16 is #DF90E9. Grayscale: #4D4D4D. Windows color (decimal): -14651626 or 1470240. OLE color: 1470240.
HSL color Cylindrical-coordinate representation of color #206F16: hue angle of 113.26º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #206F16 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 111 | 22 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.56 |
| HSL | 113.26º | 0.67% | 0.26% | - |
| HSV(B) | 113.26º | 0.8% | 0.44% | - |
| XYZ | 6.42 | 11.73 | 2.69 | - |
| YUV | 77.23 | 96.83 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 22 | 0.71 | 0 | 0.80 | 0.56 | 113.26 | 0.67 | 0.26 |
| Hex | 20 | 6F | 16 | 47 | 0 | 50 | 38 | 71 | 43 | 1A |
| Octal | 40 | 157 | 26 | 107 | 0 | 120 | 70 | 161 | 103 | 32 |
| Binary | 100000 | 1101111 | 10110 | 1000111 | 0 | 1010000 | 111000 | 1110001 | 1000011 | 11010 |
Color Harmonies of #206F16
Complementary color
Monochromatic Colors of #206F16
Black with #206F16
Text Example
Text Example
White with #206F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F16; }
p { color: rgb(32,111,22); }
H1.HeaderClassName
{
color: #206F16;
}
.AnyTagClassName
{
color: #206F16;
}
</style>
background-color css
<style>
a { background-color: #206F16; }
a { background-color: rgb(32,111,22); }
div.DivClassName
{
background-color: #206F16;
}
.BgClassName
{
background-color: #206F16;
}
</style>
border-color css
<style>
span { border-color: #206F16; }
span { border-color: rgb(32,111,22); }
td.TdClassName
{
border-color: #206F16;
}
.TagClassName
{
border-color: #206F16;
}
</style>