Shades of Forest Green #16982D
Tints of Forest Green #16982D
RGB
CMYK
RGB Variations
Color information
#16982D (or 0x16982D) is known color: Forest Green. HEX triplet: 16, 98 and 2D. RGB value is (22,152,45). Sum of RGB (Red+Green+Blue) = 22+152+45=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 152 (59.77% from 255 or 69.41% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 152 - color contains mainly: green. Hex color #16982D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16982D is #E967D2. Grayscale: #656565. Windows color (decimal): -15296467 or 2988054. OLE color: 2988054.
HSL color Cylindrical-coordinate representation of color #16982D: hue angle of 130.62º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16982D is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 152 | 45 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.40 |
| HSL | 130.62º | 0.75% | 0.34% | - |
| HSV(B) | 130.62º | 0.86% | 0.6% | - |
| XYZ | 12.03 | 22.82 | 6.25 | - |
| YUV | 100.93 | 96.43 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 45 | 0.86 | 0 | 0.70 | 0.40 | 130.62 | 0.75 | 0.34 |
| Hex | 16 | 98 | 2D | 56 | 0 | 46 | 28 | 83 | 4B | 22 |
| Octal | 26 | 230 | 55 | 126 | 0 | 106 | 50 | 203 | 113 | 42 |
| Binary | 10110 | 10011000 | 101101 | 1010110 | 0 | 1000110 | 101000 | 10000011 | 1001011 | 100010 |
Color Harmonies of #16982D
Complementary color
Monochromatic Colors of #16982D
Black with #16982D
Text Example
Text Example
White with #16982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16982D; }
p { color: rgb(22,152,45); }
H1.HeaderClassName
{
color: #16982D;
}
.AnyTagClassName
{
color: #16982D;
}
</style>
background-color css
<style>
a { background-color: #16982D; }
a { background-color: rgb(22,152,45); }
div.DivClassName
{
background-color: #16982D;
}
.BgClassName
{
background-color: #16982D;
}
</style>
border-color css
<style>
span { border-color: #16982D; }
span { border-color: rgb(22,152,45); }
td.TdClassName
{
border-color: #16982D;
}
.TagClassName
{
border-color: #16982D;
}
</style>