Shades of Forest Green #168214
Tints of Forest Green #168214
RGB
CMYK
RGB Variations
Color information
#168214 (or 0x168214) is known color: Forest Green. HEX triplet: 16, 82 and 14. RGB value is (22,130,20). Sum of RGB (Red+Green+Blue) = 22+130+20=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 130 (51.17% from 255 or 75.58% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 130 - color contains mainly: green. Hex color #168214 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #168214 is #E97DEB. Grayscale: #555555. Windows color (decimal): -15302124 or 1344022. OLE color: 1344022.
HSL color Cylindrical-coordinate representation of color #168214: hue angle of 118.91º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168214 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 130 | 20 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.49 |
| HSL | 118.91º | 0.73% | 0.29% | - |
| HSV(B) | 118.91º | 0.85% | 0.51% | - |
| XYZ | 8.44 | 16.19 | 3.34 | - |
| YUV | 85.17 | 91.22 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 20 | 0.83 | 0 | 0.85 | 0.49 | 118.91 | 0.73 | 0.29 |
| Hex | 16 | 82 | 14 | 53 | 0 | 55 | 31 | 77 | 49 | 1D |
| Octal | 26 | 202 | 24 | 123 | 0 | 125 | 61 | 167 | 111 | 35 |
| Binary | 10110 | 10000010 | 10100 | 1010011 | 0 | 1010101 | 110001 | 1110111 | 1001001 | 11101 |
Color Harmonies of #168214
Complementary color
Monochromatic Colors of #168214
Black with #168214
Text Example
Text Example
White with #168214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168214; }
p { color: rgb(22,130,20); }
H1.HeaderClassName
{
color: #168214;
}
.AnyTagClassName
{
color: #168214;
}
</style>
background-color css
<style>
a { background-color: #168214; }
a { background-color: rgb(22,130,20); }
div.DivClassName
{
background-color: #168214;
}
.BgClassName
{
background-color: #168214;
}
</style>
border-color css
<style>
span { border-color: #168214; }
span { border-color: rgb(22,130,20); }
td.TdClassName
{
border-color: #168214;
}
.TagClassName
{
border-color: #168214;
}
</style>