Shades of Forest Green #16971C
Tints of Forest Green #16971C
RGB
CMYK
RGB Variations
Color information
#16971C (or 0x16971C) is known color: Forest Green. HEX triplet: 16, 97 and 1C. RGB value is (22,151,28). Sum of RGB (Red+Green+Blue) = 22+151+28=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 151 (59.38% from 255 or 75.12% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 151 - color contains mainly: green. Hex color #16971C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16971C is #E968E3. Grayscale: #626262. Windows color (decimal): -15296740 or 1873686. OLE color: 1873686.
HSL color Cylindrical-coordinate representation of color #16971C: hue angle of 122.79º 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 #16971C is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 151 | 28 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.41 |
| HSL | 122.79º | 0.75% | 0.34% | - |
| HSV(B) | 122.79º | 0.85% | 0.59% | - |
| XYZ | 11.61 | 22.39 | 4.81 | - |
| YUV | 98.41 | 88.26 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 151 | 28 | 0.85 | 0 | 0.81 | 0.41 | 122.79 | 0.75 | 0.34 |
| Hex | 16 | 97 | 1C | 55 | 0 | 51 | 29 | 7B | 4B | 22 |
| Octal | 26 | 227 | 34 | 125 | 0 | 121 | 51 | 173 | 113 | 42 |
| Binary | 10110 | 10010111 | 11100 | 1010101 | 0 | 1010001 | 101001 | 1111011 | 1001011 | 100010 |
Color Harmonies of #16971C
Complementary color
Monochromatic Colors of #16971C
Black with #16971C
Text Example
Text Example
White with #16971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16971C; }
p { color: rgb(22,151,28); }
H1.HeaderClassName
{
color: #16971C;
}
.AnyTagClassName
{
color: #16971C;
}
</style>
background-color css
<style>
a { background-color: #16971C; }
a { background-color: rgb(22,151,28); }
div.DivClassName
{
background-color: #16971C;
}
.BgClassName
{
background-color: #16971C;
}
</style>
border-color css
<style>
span { border-color: #16971C; }
span { border-color: rgb(22,151,28); }
td.TdClassName
{
border-color: #16971C;
}
.TagClassName
{
border-color: #16971C;
}
</style>