Shades of Forest Green #16841A
Tints of Forest Green #16841A
RGB
CMYK
RGB Variations
Color information
#16841A (or 0x16841A) is known color: Forest Green. HEX triplet: 16, 84 and 1A. RGB value is (22,132,26). Sum of RGB (Red+Green+Blue) = 22+132+26=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 132 (51.95% from 255 or 73.33% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 132 - color contains mainly: green. Hex color #16841A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16841A is #E97BE5. Grayscale: #575757. Windows color (decimal): -15301606 or 1737750. OLE color: 1737750.
HSL color Cylindrical-coordinate representation of color #16841A: hue angle of 122.18º degrees, saturation: 0.71, 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 #16841A is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 132 | 26 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.48 |
| HSL | 122.18º | 0.71% | 0.3% | - |
| HSV(B) | 122.18º | 0.83% | 0.52% | - |
| XYZ | 8.77 | 16.75 | 3.75 | - |
| YUV | 87.03 | 93.56 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 132 | 26 | 0.83 | 0 | 0.80 | 0.48 | 122.18 | 0.71 | 0.3 |
| Hex | 16 | 84 | 1A | 53 | 0 | 50 | 30 | 7A | 47 | 1E |
| Octal | 26 | 204 | 32 | 123 | 0 | 120 | 60 | 172 | 107 | 36 |
| Binary | 10110 | 10000100 | 11010 | 1010011 | 0 | 1010000 | 110000 | 1111010 | 1000111 | 11110 |
Color Harmonies of #16841A
Complementary color
Monochromatic Colors of #16841A
Black with #16841A
Text Example
Text Example
White with #16841A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16841A; }
p { color: rgb(22,132,26); }
H1.HeaderClassName
{
color: #16841A;
}
.AnyTagClassName
{
color: #16841A;
}
</style>
background-color css
<style>
a { background-color: #16841A; }
a { background-color: rgb(22,132,26); }
div.DivClassName
{
background-color: #16841A;
}
.BgClassName
{
background-color: #16841A;
}
</style>
border-color css
<style>
span { border-color: #16841A; }
span { border-color: rgb(22,132,26); }
td.TdClassName
{
border-color: #16841A;
}
.TagClassName
{
border-color: #16841A;
}
</style>