Shades of Forest Green #16731D
Tints of Forest Green #16731D
RGB
CMYK
RGB Variations
Color information
#16731D (or 0x16731D) is known color: Forest Green. HEX triplet: 16, 73 and 1D. RGB value is (22,115,29). Sum of RGB (Red+Green+Blue) = 22+115+29=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 115 (45.31% from 255 or 69.28% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 115 - color contains mainly: green. Hex color #16731D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16731D is #E98CE2. Grayscale: #4D4D4D. Windows color (decimal): -15305955 or 1930006. OLE color: 1930006.
HSL color Cylindrical-coordinate representation of color #16731D: hue angle of 124.52º 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 #16731D is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 115 | 29 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.55 |
| HSL | 124.52º | 0.68% | 0.27% | - |
| HSV(B) | 124.52º | 0.81% | 0.45% | - |
| XYZ | 6.68 | 12.52 | 3.23 | - |
| YUV | 77.39 | 100.69 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 115 | 29 | 0.81 | 0 | 0.75 | 0.55 | 124.52 | 0.68 | 0.27 |
| Hex | 16 | 73 | 1D | 51 | 0 | 4B | 37 | 7D | 44 | 1B |
| Octal | 26 | 163 | 35 | 121 | 0 | 113 | 67 | 175 | 104 | 33 |
| Binary | 10110 | 1110011 | 11101 | 1010001 | 0 | 1001011 | 110111 | 1111101 | 1000100 | 11011 |
Color Harmonies of #16731D
Complementary color
Monochromatic Colors of #16731D
Black with #16731D
Text Example
Text Example
White with #16731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16731D; }
p { color: rgb(22,115,29); }
H1.HeaderClassName
{
color: #16731D;
}
.AnyTagClassName
{
color: #16731D;
}
</style>
background-color css
<style>
a { background-color: #16731D; }
a { background-color: rgb(22,115,29); }
div.DivClassName
{
background-color: #16731D;
}
.BgClassName
{
background-color: #16731D;
}
</style>
border-color css
<style>
span { border-color: #16731D; }
span { border-color: rgb(22,115,29); }
td.TdClassName
{
border-color: #16731D;
}
.TagClassName
{
border-color: #16731D;
}
</style>