Shades of Forest Green #16962D
Tints of Forest Green #16962D
RGB
CMYK
RGB Variations
Color information
#16962D (or 0x16962D) is known color: Forest Green. HEX triplet: 16, 96 and 2D. RGB value is (22,150,45). Sum of RGB (Red+Green+Blue) = 22+150+45=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 150 (58.98% from 255 or 69.12% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 150 - color contains mainly: green. Hex color #16962D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16962D is #E969D2. Grayscale: #646464. Windows color (decimal): -15296979 or 2987542. OLE color: 2987542.
HSL color Cylindrical-coordinate representation of color #16962D: hue angle of 130.78º degrees, saturation: 0.74, 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 #16962D is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 150 | 45 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.41 |
| HSL | 130.78º | 0.74% | 0.34% | - |
| HSV(B) | 130.78º | 0.85% | 0.59% | - |
| XYZ | 11.71 | 22.17 | 6.15 | - |
| YUV | 99.76 | 97.09 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 45 | 0.85 | 0 | 0.70 | 0.41 | 130.78 | 0.74 | 0.34 |
| Hex | 16 | 96 | 2D | 55 | 0 | 46 | 29 | 83 | 4A | 22 |
| Octal | 26 | 226 | 55 | 125 | 0 | 106 | 51 | 203 | 112 | 42 |
| Binary | 10110 | 10010110 | 101101 | 1010101 | 0 | 1000110 | 101001 | 10000011 | 1001010 | 100010 |
Color Harmonies of #16962D
Complementary color
Monochromatic Colors of #16962D
Black with #16962D
Text Example
Text Example
White with #16962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16962D; }
p { color: rgb(22,150,45); }
H1.HeaderClassName
{
color: #16962D;
}
.AnyTagClassName
{
color: #16962D;
}
</style>
background-color css
<style>
a { background-color: #16962D; }
a { background-color: rgb(22,150,45); }
div.DivClassName
{
background-color: #16962D;
}
.BgClassName
{
background-color: #16962D;
}
</style>
border-color css
<style>
span { border-color: #16962D; }
span { border-color: rgb(22,150,45); }
td.TdClassName
{
border-color: #16962D;
}
.TagClassName
{
border-color: #16962D;
}
</style>