Shades of Forest Green #16882F
Tints of Forest Green #16882F
RGB
CMYK
RGB Variations
Color information
#16882F (or 0x16882F) is known color: Forest Green. HEX triplet: 16, 88 and 2F. RGB value is (22,136,47). Sum of RGB (Red+Green+Blue) = 22+136+47=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 136 (53.52% from 255 or 66.34% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 136 - color contains mainly: green. Hex color #16882F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16882F is #E977D0. Grayscale: #5C5C5C. Windows color (decimal): -15300561 or 3115030. OLE color: 3115030.
HSL color Cylindrical-coordinate representation of color #16882F: hue angle of 133.16º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16882F is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 136 | 47 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.47 |
| HSL | 133.16º | 0.72% | 0.31% | - |
| HSV(B) | 133.16º | 0.84% | 0.53% | - |
| XYZ | 9.65 | 17.98 | 5.65 | - |
| YUV | 91.77 | 102.73 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 136 | 47 | 0.84 | 0 | 0.65 | 0.47 | 133.16 | 0.72 | 0.31 |
| Hex | 16 | 88 | 2F | 54 | 0 | 41 | 2F | 85 | 48 | 1F |
| Octal | 26 | 210 | 57 | 124 | 0 | 101 | 57 | 205 | 110 | 37 |
| Binary | 10110 | 10001000 | 101111 | 1010100 | 0 | 1000001 | 101111 | 10000101 | 1001000 | 11111 |
Color Harmonies of #16882F
Complementary color
Monochromatic Colors of #16882F
Black with #16882F
Text Example
Text Example
White with #16882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16882F; }
p { color: rgb(22,136,47); }
H1.HeaderClassName
{
color: #16882F;
}
.AnyTagClassName
{
color: #16882F;
}
</style>
background-color css
<style>
a { background-color: #16882F; }
a { background-color: rgb(22,136,47); }
div.DivClassName
{
background-color: #16882F;
}
.BgClassName
{
background-color: #16882F;
}
</style>
border-color css
<style>
span { border-color: #16882F; }
span { border-color: rgb(22,136,47); }
td.TdClassName
{
border-color: #16882F;
}
.TagClassName
{
border-color: #16882F;
}
</style>