Shades of Forest Green #16981F
Tints of Forest Green #16981F
RGB
CMYK
RGB Variations
Color information
#16981F (or 0x16981F) is known color: Forest Green. HEX triplet: 16, 98 and 1F. RGB value is (22,152,31). Sum of RGB (Red+Green+Blue) = 22+152+31=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 152 (59.77% from 255 or 74.15% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 152 - color contains mainly: green. Hex color #16981F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16981F is #E967E0. Grayscale: #636363. Windows color (decimal): -15296481 or 2070550. OLE color: 2070550.
HSL color Cylindrical-coordinate representation of color #16981F: hue angle of 124.15º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16981F is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 152 | 31 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.40 |
| HSL | 124.15º | 0.75% | 0.34% | - |
| HSV(B) | 124.15º | 0.86% | 0.6% | - |
| XYZ | 11.81 | 22.73 | 5.06 | - |
| YUV | 99.34 | 89.43 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 31 | 0.86 | 0 | 0.80 | 0.40 | 124.15 | 0.75 | 0.34 |
| Hex | 16 | 98 | 1F | 56 | 0 | 50 | 28 | 7C | 4B | 22 |
| Octal | 26 | 230 | 37 | 126 | 0 | 120 | 50 | 174 | 113 | 42 |
| Binary | 10110 | 10011000 | 11111 | 1010110 | 0 | 1010000 | 101000 | 1111100 | 1001011 | 100010 |
Color Harmonies of #16981F
Complementary color
Monochromatic Colors of #16981F
Black with #16981F
Text Example
Text Example
White with #16981F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16981F; }
p { color: rgb(22,152,31); }
H1.HeaderClassName
{
color: #16981F;
}
.AnyTagClassName
{
color: #16981F;
}
</style>
background-color css
<style>
a { background-color: #16981F; }
a { background-color: rgb(22,152,31); }
div.DivClassName
{
background-color: #16981F;
}
.BgClassName
{
background-color: #16981F;
}
</style>
border-color css
<style>
span { border-color: #16981F; }
span { border-color: rgb(22,152,31); }
td.TdClassName
{
border-color: #16981F;
}
.TagClassName
{
border-color: #16981F;
}
</style>