Shades of Forest Green #1F7816
Tints of Forest Green #1F7816
RGB
CMYK
RGB Variations
Color information
#1F7816 (or 0x1F7816) is known color: Forest Green. HEX triplet: 1F, 78 and 16. RGB value is (31,120,22). Sum of RGB (Red+Green+Blue) = 31+120+22=173 (22% of max value = 765). Red value is 31 (12.5% from 255 or 17.92% from 173); Green value is 120 (47.27% from 255 or 69.36% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7816 is #E087E9. Grayscale: #525252. Windows color (decimal): -14714858 or 1472543. OLE color: 1472543.
HSL color Cylindrical-coordinate representation of color #1F7816: hue angle of 114.49º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F7816 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 120 | 22 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.53 |
| HSL | 114.49º | 0.69% | 0.28% | - |
| HSV(B) | 114.49º | 0.82% | 0.47% | - |
| XYZ | 7.43 | 13.78 | 3.03 | - |
| YUV | 82.22 | 94.01 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 22 | 0.74 | 0 | 0.82 | 0.53 | 114.49 | 0.69 | 0.28 |
| Hex | 1F | 78 | 16 | 4A | 0 | 52 | 35 | 72 | 45 | 1C |
| Octal | 37 | 170 | 26 | 112 | 0 | 122 | 65 | 162 | 105 | 34 |
| Binary | 11111 | 1111000 | 10110 | 1001010 | 0 | 1010010 | 110101 | 1110010 | 1000101 | 11100 |
Color Harmonies of #1F7816
Complementary color
Monochromatic Colors of #1F7816
Black with #1F7816
Text Example
Text Example
White with #1F7816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7816; }
p { color: rgb(31,120,22); }
H1.HeaderClassName
{
color: #1F7816;
}
.AnyTagClassName
{
color: #1F7816;
}
</style>
background-color css
<style>
a { background-color: #1F7816; }
a { background-color: rgb(31,120,22); }
div.DivClassName
{
background-color: #1F7816;
}
.BgClassName
{
background-color: #1F7816;
}
</style>
border-color css
<style>
span { border-color: #1F7816; }
span { border-color: rgb(31,120,22); }
td.TdClassName
{
border-color: #1F7816;
}
.TagClassName
{
border-color: #1F7816;
}
</style>