Shades of Forest Green #168211
Tints of Forest Green #168211
RGB
CMYK
RGB Variations
Color information
#168211 (or 0x168211) is known color: Forest Green. HEX triplet: 16, 82 and 11. RGB value is (22,130,17). Sum of RGB (Red+Green+Blue) = 22+130+17=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 130 (51.17% from 255 or 76.92% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 130 - color contains mainly: green. Hex color #168211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #168211 is #E97DEE. Grayscale: #555555. Windows color (decimal): -15302127 or 1147414. OLE color: 1147414.
HSL color Cylindrical-coordinate representation of color #168211: hue angle of 117.35º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #168211 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 130 | 17 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.49 |
| HSL | 117.35º | 0.77% | 0.29% | - |
| HSV(B) | 117.35º | 0.87% | 0.51% | - |
| XYZ | 8.41 | 16.18 | 3.21 | - |
| YUV | 84.83 | 89.72 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 17 | 0.83 | 0 | 0.87 | 0.49 | 117.35 | 0.77 | 0.29 |
| Hex | 16 | 82 | 11 | 53 | 0 | 57 | 31 | 75 | 4D | 1D |
| Octal | 26 | 202 | 21 | 123 | 0 | 127 | 61 | 165 | 115 | 35 |
| Binary | 10110 | 10000010 | 10001 | 1010011 | 0 | 1010111 | 110001 | 1110101 | 1001101 | 11101 |
Color Harmonies of #168211
Complementary color
Monochromatic Colors of #168211
Black with #168211
Text Example
Text Example
White with #168211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168211; }
p { color: rgb(22,130,17); }
H1.HeaderClassName
{
color: #168211;
}
.AnyTagClassName
{
color: #168211;
}
</style>
background-color css
<style>
a { background-color: #168211; }
a { background-color: rgb(22,130,17); }
div.DivClassName
{
background-color: #168211;
}
.BgClassName
{
background-color: #168211;
}
</style>
border-color css
<style>
span { border-color: #168211; }
span { border-color: rgb(22,130,17); }
td.TdClassName
{
border-color: #168211;
}
.TagClassName
{
border-color: #168211;
}
</style>