Shades of Forest Green #16850D
Tints of Forest Green #16850D
RGB
CMYK
RGB Variations
Color information
#16850D (or 0x16850D) is known color: Forest Green. HEX triplet: 16, 85 and 0D. RGB value is (22,133,13). Sum of RGB (Red+Green+Blue) = 22+133+13=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 133 (52.34% from 255 or 79.17% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 133 - color contains mainly: green. Hex color #16850D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16850D is #E97AF2. Grayscale: #565656. Windows color (decimal): -15301363 or 886038. OLE color: 886038.
HSL color Cylindrical-coordinate representation of color #16850D: hue angle of 115.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16850D is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 133 | 13 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.48 |
| HSL | 115.5º | 0.82% | 0.29% | - |
| HSV(B) | 115.5º | 0.9% | 0.52% | - |
| XYZ | 8.79 | 16.97 | 3.19 | - |
| YUV | 86.13 | 86.73 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 13 | 0.83 | 0 | 0.90 | 0.48 | 115.5 | 0.82 | 0.29 |
| Hex | 16 | 85 | D | 53 | 0 | 5A | 30 | 74 | 52 | 1D |
| Octal | 26 | 205 | 15 | 123 | 0 | 132 | 60 | 164 | 122 | 35 |
| Binary | 10110 | 10000101 | 1101 | 1010011 | 0 | 1011010 | 110000 | 1110100 | 1010010 | 11101 |
Color Harmonies of #16850D
Complementary color
Monochromatic Colors of #16850D
Black with #16850D
Text Example
Text Example
White with #16850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16850D; }
p { color: rgb(22,133,13); }
H1.HeaderClassName
{
color: #16850D;
}
.AnyTagClassName
{
color: #16850D;
}
</style>
background-color css
<style>
a { background-color: #16850D; }
a { background-color: rgb(22,133,13); }
div.DivClassName
{
background-color: #16850D;
}
.BgClassName
{
background-color: #16850D;
}
</style>
border-color css
<style>
span { border-color: #16850D; }
span { border-color: rgb(22,133,13); }
td.TdClassName
{
border-color: #16850D;
}
.TagClassName
{
border-color: #16850D;
}
</style>