Shades of Forest Green #16852D
Tints of Forest Green #16852D
RGB
CMYK
RGB Variations
Color information
#16852D (or 0x16852D) is known color: Forest Green. HEX triplet: 16, 85 and 2D. RGB value is (22,133,45). Sum of RGB (Red+Green+Blue) = 22+133+45=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 133 (52.34% from 255 or 66.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 133 - color contains mainly: green. Hex color #16852D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16852D is #E97AD2. Grayscale: #5A5A5A. Windows color (decimal): -15301331 or 2983190. OLE color: 2983190.
HSL color Cylindrical-coordinate representation of color #16852D: hue angle of 132.43º degrees, saturation: 0.72, 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 #16852D is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 133 | 45 | - |
| CMYK | 0.83 | 0 | 0.66 | 0.48 |
| HSL | 132.43º | 0.72% | 0.3% | - |
| HSV(B) | 132.43º | 0.83% | 0.52% | - |
| XYZ | 9.19 | 17.14 | 5.31 | - |
| YUV | 89.78 | 102.73 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 45 | 0.83 | 0 | 0.66 | 0.48 | 132.43 | 0.72 | 0.3 |
| Hex | 16 | 85 | 2D | 53 | 0 | 42 | 30 | 84 | 48 | 1E |
| Octal | 26 | 205 | 55 | 123 | 0 | 102 | 60 | 204 | 110 | 36 |
| Binary | 10110 | 10000101 | 101101 | 1010011 | 0 | 1000010 | 110000 | 10000100 | 1001000 | 11110 |
Color Harmonies of #16852D
Complementary color
Monochromatic Colors of #16852D
Black with #16852D
Text Example
Text Example
White with #16852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16852D; }
p { color: rgb(22,133,45); }
H1.HeaderClassName
{
color: #16852D;
}
.AnyTagClassName
{
color: #16852D;
}
</style>
background-color css
<style>
a { background-color: #16852D; }
a { background-color: rgb(22,133,45); }
div.DivClassName
{
background-color: #16852D;
}
.BgClassName
{
background-color: #16852D;
}
</style>
border-color css
<style>
span { border-color: #16852D; }
span { border-color: rgb(22,133,45); }
td.TdClassName
{
border-color: #16852D;
}
.TagClassName
{
border-color: #16852D;
}
</style>