Shades of Forest Green #16970F
Tints of Forest Green #16970F
RGB
CMYK
RGB Variations
Color information
#16970F (or 0x16970F) is known color: Forest Green. HEX triplet: 16, 97 and 0F. RGB value is (22,151,15). Sum of RGB (Red+Green+Blue) = 22+151+15=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 151 (59.38% from 255 or 80.32% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 151 - color contains mainly: green. Hex color #16970F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16970F is #E968F0. Grayscale: #616161. Windows color (decimal): -15296753 or 1021718. OLE color: 1021718.
HSL color Cylindrical-coordinate representation of color #16970F: hue angle of 116.91º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16970F is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 151 | 15 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.41 |
| HSL | 116.91º | 0.82% | 0.33% | - |
| HSV(B) | 116.91º | 0.9% | 0.59% | - |
| XYZ | 11.48 | 22.34 | 4.16 | - |
| YUV | 96.93 | 81.76 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 151 | 15 | 0.85 | 0 | 0.90 | 0.41 | 116.91 | 0.82 | 0.33 |
| Hex | 16 | 97 | F | 55 | 0 | 5A | 29 | 75 | 52 | 21 |
| Octal | 26 | 227 | 17 | 125 | 0 | 132 | 51 | 165 | 122 | 41 |
| Binary | 10110 | 10010111 | 1111 | 1010101 | 0 | 1011010 | 101001 | 1110101 | 1010010 | 100001 |
Color Harmonies of #16970F
Complementary color
Monochromatic Colors of #16970F
Black with #16970F
Text Example
Text Example
White with #16970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16970F; }
p { color: rgb(22,151,15); }
H1.HeaderClassName
{
color: #16970F;
}
.AnyTagClassName
{
color: #16970F;
}
</style>
background-color css
<style>
a { background-color: #16970F; }
a { background-color: rgb(22,151,15); }
div.DivClassName
{
background-color: #16970F;
}
.BgClassName
{
background-color: #16970F;
}
</style>
border-color css
<style>
span { border-color: #16970F; }
span { border-color: rgb(22,151,15); }
td.TdClassName
{
border-color: #16970F;
}
.TagClassName
{
border-color: #16970F;
}
</style>