Shades of Forest Green #16701B
Tints of Forest Green #16701B
RGB
CMYK
RGB Variations
Color information
#16701B (or 0x16701B) is known color: Forest Green. HEX triplet: 16, 70 and 1B. RGB value is (22,112,27). Sum of RGB (Red+Green+Blue) = 22+112+27=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 112 (44.14% from 255 or 69.57% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 112 - color contains mainly: green. Hex color #16701B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16701B is #E98FE4. Grayscale: #4B4B4B. Windows color (decimal): -15306725 or 1798166. OLE color: 1798166.
HSL color Cylindrical-coordinate representation of color #16701B: hue angle of 123.33º 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 #16701B is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 112 | 27 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.56 |
| HSL | 123.33º | 0.67% | 0.26% | - |
| HSV(B) | 123.33º | 0.8% | 0.44% | - |
| XYZ | 6.32 | 11.84 | 2.99 | - |
| YUV | 75.4 | 100.68 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 27 | 0.80 | 0 | 0.76 | 0.56 | 123.33 | 0.67 | 0.26 |
| Hex | 16 | 70 | 1B | 50 | 0 | 4C | 38 | 7B | 43 | 1A |
| Octal | 26 | 160 | 33 | 120 | 0 | 114 | 70 | 173 | 103 | 32 |
| Binary | 10110 | 1110000 | 11011 | 1010000 | 0 | 1001100 | 111000 | 1111011 | 1000011 | 11010 |
Color Harmonies of #16701B
Complementary color
Monochromatic Colors of #16701B
Black with #16701B
Text Example
Text Example
White with #16701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16701B; }
p { color: rgb(22,112,27); }
H1.HeaderClassName
{
color: #16701B;
}
.AnyTagClassName
{
color: #16701B;
}
</style>
background-color css
<style>
a { background-color: #16701B; }
a { background-color: rgb(22,112,27); }
div.DivClassName
{
background-color: #16701B;
}
.BgClassName
{
background-color: #16701B;
}
</style>
border-color css
<style>
span { border-color: #16701B; }
span { border-color: rgb(22,112,27); }
td.TdClassName
{
border-color: #16701B;
}
.TagClassName
{
border-color: #16701B;
}
</style>