Shades of Forest Green #16842D
Tints of Forest Green #16842D
RGB
CMYK
RGB Variations
Color information
#16842D (or 0x16842D) is known color: Forest Green. HEX triplet: 16, 84 and 2D. RGB value is (22,132,45). Sum of RGB (Red+Green+Blue) = 22+132+45=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 132 (51.95% from 255 or 66.33% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 132 - color contains mainly: green. Hex color #16842D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16842D is #E97BD2. Grayscale: #595959. Windows color (decimal): -15301587 or 2982934. OLE color: 2982934.
HSL color Cylindrical-coordinate representation of color #16842D: hue angle of 132.55º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16842D is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 132 | 45 | - |
| CMYK | 0.83 | 0 | 0.66 | 0.48 |
| HSL | 132.55º | 0.71% | 0.3% | - |
| HSV(B) | 132.55º | 0.83% | 0.52% | - |
| XYZ | 9.06 | 16.86 | 5.26 | - |
| YUV | 89.19 | 103.06 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 132 | 45 | 0.83 | 0 | 0.66 | 0.48 | 132.55 | 0.71 | 0.3 |
| Hex | 16 | 84 | 2D | 53 | 0 | 42 | 30 | 85 | 47 | 1E |
| Octal | 26 | 204 | 55 | 123 | 0 | 102 | 60 | 205 | 107 | 36 |
| Binary | 10110 | 10000100 | 101101 | 1010011 | 0 | 1000010 | 110000 | 10000101 | 1000111 | 11110 |
Color Harmonies of #16842D
Complementary color
Monochromatic Colors of #16842D
Black with #16842D
Text Example
Text Example
White with #16842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16842D; }
p { color: rgb(22,132,45); }
H1.HeaderClassName
{
color: #16842D;
}
.AnyTagClassName
{
color: #16842D;
}
</style>
background-color css
<style>
a { background-color: #16842D; }
a { background-color: rgb(22,132,45); }
div.DivClassName
{
background-color: #16842D;
}
.BgClassName
{
background-color: #16842D;
}
</style>
border-color css
<style>
span { border-color: #16842D; }
span { border-color: rgb(22,132,45); }
td.TdClassName
{
border-color: #16842D;
}
.TagClassName
{
border-color: #16842D;
}
</style>