Shades of Forest Green #16711C
Tints of Forest Green #16711C
RGB
CMYK
RGB Variations
Color information
#16711C (or 0x16711C) is known color: Forest Green. HEX triplet: 16, 71 and 1C. RGB value is (22,113,28). Sum of RGB (Red+Green+Blue) = 22+113+28=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 113 (44.53% from 255 or 69.33% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 113 - color contains mainly: green. Hex color #16711C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16711C is #E98EE3. Grayscale: #4C4C4C. Windows color (decimal): -15306468 or 1863958. OLE color: 1863958.
HSL color Cylindrical-coordinate representation of color #16711C: hue angle of 123.96º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16711C is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 113 | 28 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.56 |
| HSL | 123.96º | 0.67% | 0.26% | - |
| HSV(B) | 123.96º | 0.81% | 0.44% | - |
| XYZ | 6.45 | 12.06 | 3.09 | - |
| YUV | 76.1 | 100.85 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 113 | 28 | 0.81 | 0 | 0.75 | 0.56 | 123.96 | 0.67 | 0.26 |
| Hex | 16 | 71 | 1C | 51 | 0 | 4B | 38 | 7C | 43 | 1A |
| Octal | 26 | 161 | 34 | 121 | 0 | 113 | 70 | 174 | 103 | 32 |
| Binary | 10110 | 1110001 | 11100 | 1010001 | 0 | 1001011 | 111000 | 1111100 | 1000011 | 11010 |
Color Harmonies of #16711C
Complementary color
Monochromatic Colors of #16711C
Black with #16711C
Text Example
Text Example
White with #16711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16711C; }
p { color: rgb(22,113,28); }
H1.HeaderClassName
{
color: #16711C;
}
.AnyTagClassName
{
color: #16711C;
}
</style>
background-color css
<style>
a { background-color: #16711C; }
a { background-color: rgb(22,113,28); }
div.DivClassName
{
background-color: #16711C;
}
.BgClassName
{
background-color: #16711C;
}
</style>
border-color css
<style>
span { border-color: #16711C; }
span { border-color: rgb(22,113,28); }
td.TdClassName
{
border-color: #16711C;
}
.TagClassName
{
border-color: #16711C;
}
</style>