Shades of Forest Green #16701A
Tints of Forest Green #16701A
RGB
CMYK
RGB Variations
Color information
#16701A (or 0x16701A) is known color: Forest Green. HEX triplet: 16, 70 and 1A. RGB value is (22,112,26). Sum of RGB (Red+Green+Blue) = 22+112+26=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 112 (44.14% from 255 or 70% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 112 - color contains mainly: green. Hex color #16701A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16701A is #E98FE5. Grayscale: #4B4B4B. Windows color (decimal): -15306726 or 1732630. OLE color: 1732630.
HSL color Cylindrical-coordinate representation of color #16701A: hue angle of 122.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16701A is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 112 | 26 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.56 |
| HSL | 122.67º | 0.67% | 0.26% | - |
| HSV(B) | 122.67º | 0.8% | 0.44% | - |
| XYZ | 6.31 | 11.83 | 2.93 | - |
| YUV | 75.29 | 100.18 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 26 | 0.80 | 0 | 0.77 | 0.56 | 122.67 | 0.67 | 0.26 |
| Hex | 16 | 70 | 1A | 50 | 0 | 4D | 38 | 7B | 43 | 1A |
| Octal | 26 | 160 | 32 | 120 | 0 | 115 | 70 | 173 | 103 | 32 |
| Binary | 10110 | 1110000 | 11010 | 1010000 | 0 | 1001101 | 111000 | 1111011 | 1000011 | 11010 |
Color Harmonies of #16701A
Complementary color
Monochromatic Colors of #16701A
Black with #16701A
Text Example
Text Example
White with #16701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16701A; }
p { color: rgb(22,112,26); }
H1.HeaderClassName
{
color: #16701A;
}
.AnyTagClassName
{
color: #16701A;
}
</style>
background-color css
<style>
a { background-color: #16701A; }
a { background-color: rgb(22,112,26); }
div.DivClassName
{
background-color: #16701A;
}
.BgClassName
{
background-color: #16701A;
}
</style>
border-color css
<style>
span { border-color: #16701A; }
span { border-color: rgb(22,112,26); }
td.TdClassName
{
border-color: #16701A;
}
.TagClassName
{
border-color: #16701A;
}
</style>