Shades of Forest Green #16821F
Tints of Forest Green #16821F
RGB
CMYK
RGB Variations
Color information
#16821F (or 0x16821F) is known color: Forest Green. HEX triplet: 16, 82 and 1F. RGB value is (22,130,31). Sum of RGB (Red+Green+Blue) = 22+130+31=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #16821F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16821F is #E97DE0. Grayscale: #565656. Windows color (decimal): -15302113 or 2064918. OLE color: 2064918.
HSL color Cylindrical-coordinate representation of color #16821F: hue angle of 125º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16821F is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 130 | 31 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.49 |
| HSL | 125º | 0.71% | 0.3% | - |
| HSV(B) | 125º | 0.83% | 0.51% | - |
| XYZ | 8.56 | 16.23 | 3.98 | - |
| YUV | 86.42 | 96.72 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 31 | 0.83 | 0 | 0.76 | 0.49 | 125 | 0.71 | 0.3 |
| Hex | 16 | 82 | 1F | 53 | 0 | 4C | 31 | 7D | 47 | 1E |
| Octal | 26 | 202 | 37 | 123 | 0 | 114 | 61 | 175 | 107 | 36 |
| Binary | 10110 | 10000010 | 11111 | 1010011 | 0 | 1001100 | 110001 | 1111101 | 1000111 | 11110 |
Color Harmonies of #16821F
Complementary color
Monochromatic Colors of #16821F
Black with #16821F
Text Example
Text Example
White with #16821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16821F; }
p { color: rgb(22,130,31); }
H1.HeaderClassName
{
color: #16821F;
}
.AnyTagClassName
{
color: #16821F;
}
</style>
background-color css
<style>
a { background-color: #16821F; }
a { background-color: rgb(22,130,31); }
div.DivClassName
{
background-color: #16821F;
}
.BgClassName
{
background-color: #16821F;
}
</style>
border-color css
<style>
span { border-color: #16821F; }
span { border-color: rgb(22,130,31); }
td.TdClassName
{
border-color: #16821F;
}
.TagClassName
{
border-color: #16821F;
}
</style>