Shades of Forest Green #16850E
Tints of Forest Green #16850E
RGB
CMYK
RGB Variations
Color information
#16850E (or 0x16850E) is known color: Forest Green. HEX triplet: 16, 85 and 0E. RGB value is (22,133,14). Sum of RGB (Red+Green+Blue) = 22+133+14=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 133 (52.34% from 255 or 78.70% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 133 - color contains mainly: green. Hex color #16850E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16850E is #E97AF1. Grayscale: #565656. Windows color (decimal): -15301362 or 951574. OLE color: 951574.
HSL color Cylindrical-coordinate representation of color #16850E: hue angle of 115.97º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16850E is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 133 | 14 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.48 |
| HSL | 115.97º | 0.81% | 0.29% | - |
| HSV(B) | 115.97º | 0.89% | 0.52% | - |
| XYZ | 8.8 | 16.98 | 3.23 | - |
| YUV | 86.25 | 87.23 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 14 | 0.83 | 0 | 0.89 | 0.48 | 115.97 | 0.81 | 0.29 |
| Hex | 16 | 85 | E | 53 | 0 | 59 | 30 | 74 | 51 | 1D |
| Octal | 26 | 205 | 16 | 123 | 0 | 131 | 60 | 164 | 121 | 35 |
| Binary | 10110 | 10000101 | 1110 | 1010011 | 0 | 1011001 | 110000 | 1110100 | 1010001 | 11101 |
Color Harmonies of #16850E
Complementary color
Monochromatic Colors of #16850E
Black with #16850E
Text Example
Text Example
White with #16850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16850E; }
p { color: rgb(22,133,14); }
H1.HeaderClassName
{
color: #16850E;
}
.AnyTagClassName
{
color: #16850E;
}
</style>
background-color css
<style>
a { background-color: #16850E; }
a { background-color: rgb(22,133,14); }
div.DivClassName
{
background-color: #16850E;
}
.BgClassName
{
background-color: #16850E;
}
</style>
border-color css
<style>
span { border-color: #16850E; }
span { border-color: rgb(22,133,14); }
td.TdClassName
{
border-color: #16850E;
}
.TagClassName
{
border-color: #16850E;
}
</style>