Shades of Forest Green #16952B
Tints of Forest Green #16952B
RGB
CMYK
RGB Variations
Color information
#16952B (or 0x16952B) is known color: Forest Green. HEX triplet: 16, 95 and 2B. RGB value is (22,149,43). Sum of RGB (Red+Green+Blue) = 22+149+43=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 149 (58.59% from 255 or 69.63% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 149 - color contains mainly: green. Hex color #16952B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16952B is #E96AD4. Grayscale: #636363. Windows color (decimal): -15297237 or 2856214. OLE color: 2856214.
HSL color Cylindrical-coordinate representation of color #16952B: hue angle of 129.92º 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 #16952B is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 149 | 43 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.42 |
| HSL | 129.92º | 0.74% | 0.34% | - |
| HSV(B) | 129.92º | 0.85% | 0.58% | - |
| XYZ | 11.51 | 21.84 | 5.89 | - |
| YUV | 98.94 | 96.42 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 149 | 43 | 0.85 | 0 | 0.71 | 0.42 | 129.92 | 0.74 | 0.34 |
| Hex | 16 | 95 | 2B | 55 | 0 | 47 | 2A | 82 | 4A | 22 |
| Octal | 26 | 225 | 53 | 125 | 0 | 107 | 52 | 202 | 112 | 42 |
| Binary | 10110 | 10010101 | 101011 | 1010101 | 0 | 1000111 | 101010 | 10000010 | 1001010 | 100010 |
Color Harmonies of #16952B
Complementary color
Monochromatic Colors of #16952B
Black with #16952B
Text Example
Text Example
White with #16952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16952B; }
p { color: rgb(22,149,43); }
H1.HeaderClassName
{
color: #16952B;
}
.AnyTagClassName
{
color: #16952B;
}
</style>
background-color css
<style>
a { background-color: #16952B; }
a { background-color: rgb(22,149,43); }
div.DivClassName
{
background-color: #16952B;
}
.BgClassName
{
background-color: #16952B;
}
</style>
border-color css
<style>
span { border-color: #16952B; }
span { border-color: rgb(22,149,43); }
td.TdClassName
{
border-color: #16952B;
}
.TagClassName
{
border-color: #16952B;
}
</style>