Shades of Forest Green #166F19
Tints of Forest Green #166F19
RGB
CMYK
RGB Variations
Color information
#166F19 (or 0x166F19) is known color: Forest Green. HEX triplet: 16, 6F and 19. RGB value is (22,111,25). Sum of RGB (Red+Green+Blue) = 22+111+25=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 111 (43.75% from 255 or 70.25% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 111 - color contains mainly: green. Hex color #166F19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166F19 is #E990E6. Grayscale: #4A4A4A. Windows color (decimal): -15306983 or 1666838. OLE color: 1666838.
HSL color Cylindrical-coordinate representation of color #166F19: hue angle of 122.02º 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 #166F19 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 111 | 25 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.56 |
| HSL | 122.02º | 0.67% | 0.26% | - |
| HSV(B) | 122.02º | 0.8% | 0.44% | - |
| XYZ | 6.19 | 11.61 | 2.83 | - |
| YUV | 74.59 | 100.01 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 25 | 0.80 | 0 | 0.77 | 0.56 | 122.02 | 0.67 | 0.26 |
| Hex | 16 | 6F | 19 | 50 | 0 | 4D | 38 | 7A | 43 | 1A |
| Octal | 26 | 157 | 31 | 120 | 0 | 115 | 70 | 172 | 103 | 32 |
| Binary | 10110 | 1101111 | 11001 | 1010000 | 0 | 1001101 | 111000 | 1111010 | 1000011 | 11010 |
Color Harmonies of #166F19
Complementary color
Monochromatic Colors of #166F19
Black with #166F19
Text Example
Text Example
White with #166F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166F19; }
p { color: rgb(22,111,25); }
H1.HeaderClassName
{
color: #166F19;
}
.AnyTagClassName
{
color: #166F19;
}
</style>
background-color css
<style>
a { background-color: #166F19; }
a { background-color: rgb(22,111,25); }
div.DivClassName
{
background-color: #166F19;
}
.BgClassName
{
background-color: #166F19;
}
</style>
border-color css
<style>
span { border-color: #166F19; }
span { border-color: rgb(22,111,25); }
td.TdClassName
{
border-color: #166F19;
}
.TagClassName
{
border-color: #166F19;
}
</style>