Shades of Forest Green #16961D
Tints of Forest Green #16961D
RGB
CMYK
RGB Variations
Color information
#16961D (or 0x16961D) is known color: Forest Green. HEX triplet: 16, 96 and 1D. RGB value is (22,150,29). Sum of RGB (Red+Green+Blue) = 22+150+29=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 150 (58.98% from 255 or 74.63% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 150 - color contains mainly: green. Hex color #16961D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16961D is #E969E2. Grayscale: #626262. Windows color (decimal): -15296995 or 1938966. OLE color: 1938966.
HSL color Cylindrical-coordinate representation of color #16961D: hue angle of 123.28º 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 #16961D is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 150 | 29 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.41 |
| HSL | 123.28º | 0.74% | 0.34% | - |
| HSV(B) | 123.28º | 0.85% | 0.59% | - |
| XYZ | 11.46 | 22.07 | 4.82 | - |
| YUV | 97.93 | 89.09 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 29 | 0.85 | 0 | 0.81 | 0.41 | 123.28 | 0.74 | 0.34 |
| Hex | 16 | 96 | 1D | 55 | 0 | 51 | 29 | 7B | 4A | 22 |
| Octal | 26 | 226 | 35 | 125 | 0 | 121 | 51 | 173 | 112 | 42 |
| Binary | 10110 | 10010110 | 11101 | 1010101 | 0 | 1010001 | 101001 | 1111011 | 1001010 | 100010 |
Color Harmonies of #16961D
Complementary color
Monochromatic Colors of #16961D
Black with #16961D
Text Example
Text Example
White with #16961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16961D; }
p { color: rgb(22,150,29); }
H1.HeaderClassName
{
color: #16961D;
}
.AnyTagClassName
{
color: #16961D;
}
</style>
background-color css
<style>
a { background-color: #16961D; }
a { background-color: rgb(22,150,29); }
div.DivClassName
{
background-color: #16961D;
}
.BgClassName
{
background-color: #16961D;
}
</style>
border-color css
<style>
span { border-color: #16961D; }
span { border-color: rgb(22,150,29); }
td.TdClassName
{
border-color: #16961D;
}
.TagClassName
{
border-color: #16961D;
}
</style>