Shades of Forest Green #16882D
Tints of Forest Green #16882D
RGB
CMYK
RGB Variations
Color information
#16882D (or 0x16882D) is known color: Forest Green. HEX triplet: 16, 88 and 2D. RGB value is (22,136,45). Sum of RGB (Red+Green+Blue) = 22+136+45=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 136 (53.52% from 255 or 67.00% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 136 - color contains mainly: green. Hex color #16882D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16882D is #E977D2. Grayscale: #5B5B5B. Windows color (decimal): -15300563 or 2983958. OLE color: 2983958.
HSL color Cylindrical-coordinate representation of color #16882D: hue angle of 132.11º 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 #16882D is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 136 | 45 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.47 |
| HSL | 132.11º | 0.72% | 0.31% | - |
| HSV(B) | 132.11º | 0.84% | 0.53% | - |
| XYZ | 9.61 | 17.97 | 5.44 | - |
| YUV | 91.54 | 101.73 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 136 | 45 | 0.84 | 0 | 0.67 | 0.47 | 132.11 | 0.72 | 0.31 |
| Hex | 16 | 88 | 2D | 54 | 0 | 43 | 2F | 84 | 48 | 1F |
| Octal | 26 | 210 | 55 | 124 | 0 | 103 | 57 | 204 | 110 | 37 |
| Binary | 10110 | 10001000 | 101101 | 1010100 | 0 | 1000011 | 101111 | 10000100 | 1001000 | 11111 |
Color Harmonies of #16882D
Complementary color
Monochromatic Colors of #16882D
Black with #16882D
Text Example
Text Example
White with #16882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16882D; }
p { color: rgb(22,136,45); }
H1.HeaderClassName
{
color: #16882D;
}
.AnyTagClassName
{
color: #16882D;
}
</style>
background-color css
<style>
a { background-color: #16882D; }
a { background-color: rgb(22,136,45); }
div.DivClassName
{
background-color: #16882D;
}
.BgClassName
{
background-color: #16882D;
}
</style>
border-color css
<style>
span { border-color: #16882D; }
span { border-color: rgb(22,136,45); }
td.TdClassName
{
border-color: #16882D;
}
.TagClassName
{
border-color: #16882D;
}
</style>