Shades of Forest Green #16950F
Tints of Forest Green #16950F
RGB
CMYK
RGB Variations
Color information
#16950F (or 0x16950F) is known color: Forest Green. HEX triplet: 16, 95 and 0F. RGB value is (22,149,15). Sum of RGB (Red+Green+Blue) = 22+149+15=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 149 (58.59% from 255 or 80.11% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 149 - color contains mainly: green. Hex color #16950F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16950F is #E96AF0. Grayscale: #606060. Windows color (decimal): -15297265 or 1021206. OLE color: 1021206.
HSL color Cylindrical-coordinate representation of color #16950F: hue angle of 116.87º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16950F is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 149 | 15 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.42 |
| HSL | 116.87º | 0.82% | 0.32% | - |
| HSV(B) | 116.87º | 0.9% | 0.58% | - |
| XYZ | 11.16 | 21.7 | 4.05 | - |
| YUV | 95.75 | 82.42 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 149 | 15 | 0.85 | 0 | 0.90 | 0.42 | 116.87 | 0.82 | 0.32 |
| Hex | 16 | 95 | F | 55 | 0 | 5A | 2A | 75 | 52 | 20 |
| Octal | 26 | 225 | 17 | 125 | 0 | 132 | 52 | 165 | 122 | 40 |
| Binary | 10110 | 10010101 | 1111 | 1010101 | 0 | 1011010 | 101010 | 1110101 | 1010010 | 100000 |
Color Harmonies of #16950F
Complementary color
Monochromatic Colors of #16950F
Black with #16950F
Text Example
Text Example
White with #16950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16950F; }
p { color: rgb(22,149,15); }
H1.HeaderClassName
{
color: #16950F;
}
.AnyTagClassName
{
color: #16950F;
}
</style>
background-color css
<style>
a { background-color: #16950F; }
a { background-color: rgb(22,149,15); }
div.DivClassName
{
background-color: #16950F;
}
.BgClassName
{
background-color: #16950F;
}
</style>
border-color css
<style>
span { border-color: #16950F; }
span { border-color: rgb(22,149,15); }
td.TdClassName
{
border-color: #16950F;
}
.TagClassName
{
border-color: #16950F;
}
</style>