Shades of Forest Green #16971F
Tints of Forest Green #16971F
RGB
CMYK
RGB Variations
Color information
#16971F (or 0x16971F) is known color: Forest Green. HEX triplet: 16, 97 and 1F. RGB value is (22,151,31). Sum of RGB (Red+Green+Blue) = 22+151+31=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 151 (59.38% from 255 or 74.02% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 151 - color contains mainly: green. Hex color #16971F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16971F is #E968E0. Grayscale: #636363. Windows color (decimal): -15296737 or 2070294. OLE color: 2070294.
HSL color Cylindrical-coordinate representation of color #16971F: hue angle of 124.19º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16971F is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 151 | 31 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.41 |
| HSL | 124.19º | 0.75% | 0.34% | - |
| HSV(B) | 124.19º | 0.85% | 0.59% | - |
| XYZ | 11.64 | 22.4 | 5.01 | - |
| YUV | 98.75 | 89.76 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 151 | 31 | 0.85 | 0 | 0.79 | 0.41 | 124.19 | 0.75 | 0.34 |
| Hex | 16 | 97 | 1F | 55 | 0 | 4F | 29 | 7C | 4B | 22 |
| Octal | 26 | 227 | 37 | 125 | 0 | 117 | 51 | 174 | 113 | 42 |
| Binary | 10110 | 10010111 | 11111 | 1010101 | 0 | 1001111 | 101001 | 1111100 | 1001011 | 100010 |
Color Harmonies of #16971F
Complementary color
Monochromatic Colors of #16971F
Black with #16971F
Text Example
Text Example
White with #16971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16971F; }
p { color: rgb(22,151,31); }
H1.HeaderClassName
{
color: #16971F;
}
.AnyTagClassName
{
color: #16971F;
}
</style>
background-color css
<style>
a { background-color: #16971F; }
a { background-color: rgb(22,151,31); }
div.DivClassName
{
background-color: #16971F;
}
.BgClassName
{
background-color: #16971F;
}
</style>
border-color css
<style>
span { border-color: #16971F; }
span { border-color: rgb(22,151,31); }
td.TdClassName
{
border-color: #16971F;
}
.TagClassName
{
border-color: #16971F;
}
</style>