Shades of Forest Green #167013
Tints of Forest Green #167013
RGB
CMYK
RGB Variations
Color information
#167013 (or 0x167013) is known color: Forest Green. HEX triplet: 16, 70 and 13. RGB value is (22,112,19). Sum of RGB (Red+Green+Blue) = 22+112+19=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 112 (44.14% from 255 or 73.20% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 112 - color contains mainly: green. Hex color #167013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #167013 is #E98FEC. Grayscale: #4A4A4A. Windows color (decimal): -15306733 or 1273878. OLE color: 1273878.
HSL color Cylindrical-coordinate representation of color #167013: hue angle of 118.06º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #167013 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 112 | 19 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.56 |
| HSL | 118.06º | 0.71% | 0.26% | - |
| HSV(B) | 118.06º | 0.83% | 0.44% | - |
| XYZ | 6.24 | 11.81 | 2.57 | - |
| YUV | 74.49 | 96.68 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 19 | 0.80 | 0 | 0.83 | 0.56 | 118.06 | 0.71 | 0.26 |
| Hex | 16 | 70 | 13 | 50 | 0 | 53 | 38 | 76 | 47 | 1A |
| Octal | 26 | 160 | 23 | 120 | 0 | 123 | 70 | 166 | 107 | 32 |
| Binary | 10110 | 1110000 | 10011 | 1010000 | 0 | 1010011 | 111000 | 1110110 | 1000111 | 11010 |
Color Harmonies of #167013
Complementary color
Monochromatic Colors of #167013
Black with #167013
Text Example
Text Example
White with #167013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167013; }
p { color: rgb(22,112,19); }
H1.HeaderClassName
{
color: #167013;
}
.AnyTagClassName
{
color: #167013;
}
</style>
background-color css
<style>
a { background-color: #167013; }
a { background-color: rgb(22,112,19); }
div.DivClassName
{
background-color: #167013;
}
.BgClassName
{
background-color: #167013;
}
</style>
border-color css
<style>
span { border-color: #167013; }
span { border-color: rgb(22,112,19); }
td.TdClassName
{
border-color: #167013;
}
.TagClassName
{
border-color: #167013;
}
</style>