Shades of Forest Green #16972F
Tints of Forest Green #16972F
RGB
CMYK
RGB Variations
Color information
#16972F (or 0x16972F) is known color: Forest Green. HEX triplet: 16, 97 and 2F. RGB value is (22,151,47). Sum of RGB (Red+Green+Blue) = 22+151+47=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 151 (59.38% from 255 or 68.64% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 151 - color contains mainly: green. Hex color #16972F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16972F is #E968D0. Grayscale: #646464. Windows color (decimal): -15296721 or 3118870. OLE color: 3118870.
HSL color Cylindrical-coordinate representation of color #16972F: hue angle of 131.63º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16972F is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 151 | 47 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.41 |
| HSL | 131.63º | 0.75% | 0.34% | - |
| HSV(B) | 131.63º | 0.85% | 0.59% | - |
| XYZ | 11.91 | 22.51 | 6.41 | - |
| YUV | 100.57 | 97.76 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 151 | 47 | 0.85 | 0 | 0.69 | 0.41 | 131.63 | 0.75 | 0.34 |
| Hex | 16 | 97 | 2F | 55 | 0 | 45 | 29 | 84 | 4B | 22 |
| Octal | 26 | 227 | 57 | 125 | 0 | 105 | 51 | 204 | 113 | 42 |
| Binary | 10110 | 10010111 | 101111 | 1010101 | 0 | 1000101 | 101001 | 10000100 | 1001011 | 100010 |
Color Harmonies of #16972F
Complementary color
Monochromatic Colors of #16972F
Black with #16972F
Text Example
Text Example
White with #16972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16972F; }
p { color: rgb(22,151,47); }
H1.HeaderClassName
{
color: #16972F;
}
.AnyTagClassName
{
color: #16972F;
}
</style>
background-color css
<style>
a { background-color: #16972F; }
a { background-color: rgb(22,151,47); }
div.DivClassName
{
background-color: #16972F;
}
.BgClassName
{
background-color: #16972F;
}
</style>
border-color css
<style>
span { border-color: #16972F; }
span { border-color: rgb(22,151,47); }
td.TdClassName
{
border-color: #16972F;
}
.TagClassName
{
border-color: #16972F;
}
</style>