Shades of Forest Green #16901F
Tints of Forest Green #16901F
RGB
CMYK
RGB Variations
Color information
#16901F (or 0x16901F) is known color: Forest Green. HEX triplet: 16, 90 and 1F. RGB value is (22,144,31). Sum of RGB (Red+Green+Blue) = 22+144+31=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 144 (56.64% from 255 or 73.10% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 144 - color contains mainly: green. Hex color #16901F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16901F is #E96FE0. Grayscale: #5E5E5E. Windows color (decimal): -15298529 or 2068502. OLE color: 2068502.
HSL color Cylindrical-coordinate representation of color #16901F: hue angle of 124.43º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16901F is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 144 | 31 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.44 |
| HSL | 124.43º | 0.73% | 0.33% | - |
| HSV(B) | 124.43º | 0.85% | 0.56% | - |
| XYZ | 10.55 | 20.22 | 4.64 | - |
| YUV | 94.64 | 92.08 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 144 | 31 | 0.85 | 0 | 0.78 | 0.44 | 124.43 | 0.73 | 0.33 |
| Hex | 16 | 90 | 1F | 55 | 0 | 4E | 2C | 7C | 49 | 21 |
| Octal | 26 | 220 | 37 | 125 | 0 | 116 | 54 | 174 | 111 | 41 |
| Binary | 10110 | 10010000 | 11111 | 1010101 | 0 | 1001110 | 101100 | 1111100 | 1001001 | 100001 |
Color Harmonies of #16901F
Complementary color
Monochromatic Colors of #16901F
Black with #16901F
Text Example
Text Example
White with #16901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16901F; }
p { color: rgb(22,144,31); }
H1.HeaderClassName
{
color: #16901F;
}
.AnyTagClassName
{
color: #16901F;
}
</style>
background-color css
<style>
a { background-color: #16901F; }
a { background-color: rgb(22,144,31); }
div.DivClassName
{
background-color: #16901F;
}
.BgClassName
{
background-color: #16901F;
}
</style>
border-color css
<style>
span { border-color: #16901F; }
span { border-color: rgb(22,144,31); }
td.TdClassName
{
border-color: #16901F;
}
.TagClassName
{
border-color: #16901F;
}
</style>