Shades of Forest Green #16852B
Tints of Forest Green #16852B
RGB
CMYK
RGB Variations
Color information
#16852B (or 0x16852B) is known color: Forest Green. HEX triplet: 16, 85 and 2B. RGB value is (22,133,43). Sum of RGB (Red+Green+Blue) = 22+133+43=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 133 (52.34% from 255 or 67.17% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 133 - color contains mainly: green. Hex color #16852B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16852B is #E97AD4. Grayscale: #595959. Windows color (decimal): -15301333 or 2852118. OLE color: 2852118.
HSL color Cylindrical-coordinate representation of color #16852B: hue angle of 131.35º 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 #16852B is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 133 | 43 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.48 |
| HSL | 131.35º | 0.72% | 0.3% | - |
| HSV(B) | 131.35º | 0.83% | 0.52% | - |
| XYZ | 9.15 | 17.12 | 5.11 | - |
| YUV | 89.55 | 101.73 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 43 | 0.83 | 0 | 0.68 | 0.48 | 131.35 | 0.72 | 0.3 |
| Hex | 16 | 85 | 2B | 53 | 0 | 44 | 30 | 83 | 48 | 1E |
| Octal | 26 | 205 | 53 | 123 | 0 | 104 | 60 | 203 | 110 | 36 |
| Binary | 10110 | 10000101 | 101011 | 1010011 | 0 | 1000100 | 110000 | 10000011 | 1001000 | 11110 |
Color Harmonies of #16852B
Complementary color
Monochromatic Colors of #16852B
Black with #16852B
Text Example
Text Example
White with #16852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16852B; }
p { color: rgb(22,133,43); }
H1.HeaderClassName
{
color: #16852B;
}
.AnyTagClassName
{
color: #16852B;
}
</style>
background-color css
<style>
a { background-color: #16852B; }
a { background-color: rgb(22,133,43); }
div.DivClassName
{
background-color: #16852B;
}
.BgClassName
{
background-color: #16852B;
}
</style>
border-color css
<style>
span { border-color: #16852B; }
span { border-color: rgb(22,133,43); }
td.TdClassName
{
border-color: #16852B;
}
.TagClassName
{
border-color: #16852B;
}
</style>