Shades of Forest Green #16912D
Tints of Forest Green #16912D
RGB
CMYK
RGB Variations
Color information
#16912D (or 0x16912D) is known color: Forest Green. HEX triplet: 16, 91 and 2D. RGB value is (22,145,45). Sum of RGB (Red+Green+Blue) = 22+145+45=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 145 (57.03% from 255 or 68.40% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 145 - color contains mainly: green. Hex color #16912D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16912D is #E96ED2. Grayscale: #616161. Windows color (decimal): -15298259 or 2986262. OLE color: 2986262.
HSL color Cylindrical-coordinate representation of color #16912D: hue angle of 131.22º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16912D is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 145 | 45 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.43 |
| HSL | 131.22º | 0.74% | 0.33% | - |
| HSV(B) | 131.22º | 0.85% | 0.57% | - |
| XYZ | 10.93 | 20.61 | 5.88 | - |
| YUV | 96.82 | 98.75 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 145 | 45 | 0.85 | 0 | 0.69 | 0.43 | 131.22 | 0.74 | 0.33 |
| Hex | 16 | 91 | 2D | 55 | 0 | 45 | 2B | 83 | 4A | 21 |
| Octal | 26 | 221 | 55 | 125 | 0 | 105 | 53 | 203 | 112 | 41 |
| Binary | 10110 | 10010001 | 101101 | 1010101 | 0 | 1000101 | 101011 | 10000011 | 1001010 | 100001 |
Color Harmonies of #16912D
Complementary color
Monochromatic Colors of #16912D
Black with #16912D
Text Example
Text Example
White with #16912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16912D; }
p { color: rgb(22,145,45); }
H1.HeaderClassName
{
color: #16912D;
}
.AnyTagClassName
{
color: #16912D;
}
</style>
background-color css
<style>
a { background-color: #16912D; }
a { background-color: rgb(22,145,45); }
div.DivClassName
{
background-color: #16912D;
}
.BgClassName
{
background-color: #16912D;
}
</style>
border-color css
<style>
span { border-color: #16912D; }
span { border-color: rgb(22,145,45); }
td.TdClassName
{
border-color: #16912D;
}
.TagClassName
{
border-color: #16912D;
}
</style>