Shades of Forest Green #16852C
Tints of Forest Green #16852C
RGB
CMYK
RGB Variations
Color information
#16852C (or 0x16852C) is known color: Forest Green. HEX triplet: 16, 85 and 2C. RGB value is (22,133,44). Sum of RGB (Red+Green+Blue) = 22+133+44=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 133 (52.34% from 255 or 66.83% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 133 - color contains mainly: green. Hex color #16852C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16852C is #E97AD3. Grayscale: #595959. Windows color (decimal): -15301332 or 2917654. OLE color: 2917654.
HSL color Cylindrical-coordinate representation of color #16852C: hue angle of 131.89º 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 #16852C is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 133 | 44 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.48 |
| HSL | 131.89º | 0.72% | 0.3% | - |
| HSV(B) | 131.89º | 0.83% | 0.52% | - |
| XYZ | 9.17 | 17.13 | 5.21 | - |
| YUV | 89.67 | 102.23 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 44 | 0.83 | 0 | 0.67 | 0.48 | 131.89 | 0.72 | 0.3 |
| Hex | 16 | 85 | 2C | 53 | 0 | 43 | 30 | 84 | 48 | 1E |
| Octal | 26 | 205 | 54 | 123 | 0 | 103 | 60 | 204 | 110 | 36 |
| Binary | 10110 | 10000101 | 101100 | 1010011 | 0 | 1000011 | 110000 | 10000100 | 1001000 | 11110 |
Color Harmonies of #16852C
Complementary color
Monochromatic Colors of #16852C
Black with #16852C
Text Example
Text Example
White with #16852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16852C; }
p { color: rgb(22,133,44); }
H1.HeaderClassName
{
color: #16852C;
}
.AnyTagClassName
{
color: #16852C;
}
</style>
background-color css
<style>
a { background-color: #16852C; }
a { background-color: rgb(22,133,44); }
div.DivClassName
{
background-color: #16852C;
}
.BgClassName
{
background-color: #16852C;
}
</style>
border-color css
<style>
span { border-color: #16852C; }
span { border-color: rgb(22,133,44); }
td.TdClassName
{
border-color: #16852C;
}
.TagClassName
{
border-color: #16852C;
}
</style>