Shades of Forest Green #16721C
Tints of Forest Green #16721C
RGB
CMYK
RGB Variations
Color information
#16721C (or 0x16721C) is known color: Forest Green. HEX triplet: 16, 72 and 1C. RGB value is (22,114,28). Sum of RGB (Red+Green+Blue) = 22+114+28=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 114 (44.92% from 255 or 69.51% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 114 - color contains mainly: green. Hex color #16721C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16721C is #E98DE3. Grayscale: #4C4C4C. Windows color (decimal): -15306212 or 1864214. OLE color: 1864214.
HSL color Cylindrical-coordinate representation of color #16721C: hue angle of 123.91º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16721C is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 114 | 28 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.55 |
| HSL | 123.91º | 0.68% | 0.27% | - |
| HSV(B) | 123.91º | 0.81% | 0.45% | - |
| XYZ | 6.56 | 12.29 | 3.13 | - |
| YUV | 76.69 | 100.52 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 114 | 28 | 0.81 | 0 | 0.75 | 0.55 | 123.91 | 0.68 | 0.27 |
| Hex | 16 | 72 | 1C | 51 | 0 | 4B | 37 | 7C | 44 | 1B |
| Octal | 26 | 162 | 34 | 121 | 0 | 113 | 67 | 174 | 104 | 33 |
| Binary | 10110 | 1110010 | 11100 | 1010001 | 0 | 1001011 | 110111 | 1111100 | 1000100 | 11011 |
Color Harmonies of #16721C
Complementary color
Monochromatic Colors of #16721C
Black with #16721C
Text Example
Text Example
White with #16721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16721C; }
p { color: rgb(22,114,28); }
H1.HeaderClassName
{
color: #16721C;
}
.AnyTagClassName
{
color: #16721C;
}
</style>
background-color css
<style>
a { background-color: #16721C; }
a { background-color: rgb(22,114,28); }
div.DivClassName
{
background-color: #16721C;
}
.BgClassName
{
background-color: #16721C;
}
</style>
border-color css
<style>
span { border-color: #16721C; }
span { border-color: rgb(22,114,28); }
td.TdClassName
{
border-color: #16721C;
}
.TagClassName
{
border-color: #16721C;
}
</style>