Shades of Forest Green #16952C
Tints of Forest Green #16952C
RGB
CMYK
RGB Variations
Color information
#16952C (or 0x16952C) is known color: Forest Green. HEX triplet: 16, 95 and 2C. RGB value is (22,149,44). Sum of RGB (Red+Green+Blue) = 22+149+44=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 149 (58.59% from 255 or 69.30% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 149 - color contains mainly: green. Hex color #16952C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16952C is #E96AD3. Grayscale: #636363. Windows color (decimal): -15297236 or 2921750. OLE color: 2921750.
HSL color Cylindrical-coordinate representation of color #16952C: hue angle of 130.39º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16952C is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 149 | 44 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.42 |
| HSL | 130.39º | 0.74% | 0.34% | - |
| HSV(B) | 130.39º | 0.85% | 0.58% | - |
| XYZ | 11.53 | 21.85 | 5.99 | - |
| YUV | 99.06 | 96.92 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 149 | 44 | 0.85 | 0 | 0.70 | 0.42 | 130.39 | 0.74 | 0.34 |
| Hex | 16 | 95 | 2C | 55 | 0 | 46 | 2A | 82 | 4A | 22 |
| Octal | 26 | 225 | 54 | 125 | 0 | 106 | 52 | 202 | 112 | 42 |
| Binary | 10110 | 10010101 | 101100 | 1010101 | 0 | 1000110 | 101010 | 10000010 | 1001010 | 100010 |
Color Harmonies of #16952C
Complementary color
Monochromatic Colors of #16952C
Black with #16952C
Text Example
Text Example
White with #16952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16952C; }
p { color: rgb(22,149,44); }
H1.HeaderClassName
{
color: #16952C;
}
.AnyTagClassName
{
color: #16952C;
}
</style>
background-color css
<style>
a { background-color: #16952C; }
a { background-color: rgb(22,149,44); }
div.DivClassName
{
background-color: #16952C;
}
.BgClassName
{
background-color: #16952C;
}
</style>
border-color css
<style>
span { border-color: #16952C; }
span { border-color: rgb(22,149,44); }
td.TdClassName
{
border-color: #16952C;
}
.TagClassName
{
border-color: #16952C;
}
</style>