Shades of Forest Green #16851C
Tints of Forest Green #16851C
RGB
CMYK
RGB Variations
Color information
#16851C (or 0x16851C) is known color: Forest Green. HEX triplet: 16, 85 and 1C. RGB value is (22,133,28). Sum of RGB (Red+Green+Blue) = 22+133+28=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 133 (52.34% from 255 or 72.68% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 133 - color contains mainly: green. Hex color #16851C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16851C is #E97AE3. Grayscale: #585858. Windows color (decimal): -15301348 or 1869078. OLE color: 1869078.
HSL color Cylindrical-coordinate representation of color #16851C: hue angle of 123.24º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16851C is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 133 | 28 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.48 |
| HSL | 123.24º | 0.72% | 0.3% | - |
| HSV(B) | 123.24º | 0.83% | 0.52% | - |
| XYZ | 8.93 | 17.03 | 3.92 | - |
| YUV | 87.84 | 94.23 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 28 | 0.83 | 0 | 0.79 | 0.48 | 123.24 | 0.72 | 0.3 |
| Hex | 16 | 85 | 1C | 53 | 0 | 4F | 30 | 7B | 48 | 1E |
| Octal | 26 | 205 | 34 | 123 | 0 | 117 | 60 | 173 | 110 | 36 |
| Binary | 10110 | 10000101 | 11100 | 1010011 | 0 | 1001111 | 110000 | 1111011 | 1001000 | 11110 |
Color Harmonies of #16851C
Complementary color
Monochromatic Colors of #16851C
Black with #16851C
Text Example
Text Example
White with #16851C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16851C; }
p { color: rgb(22,133,28); }
H1.HeaderClassName
{
color: #16851C;
}
.AnyTagClassName
{
color: #16851C;
}
</style>
background-color css
<style>
a { background-color: #16851C; }
a { background-color: rgb(22,133,28); }
div.DivClassName
{
background-color: #16851C;
}
.BgClassName
{
background-color: #16851C;
}
</style>
border-color css
<style>
span { border-color: #16851C; }
span { border-color: rgb(22,133,28); }
td.TdClassName
{
border-color: #16851C;
}
.TagClassName
{
border-color: #16851C;
}
</style>