Shades of Forest Green #1F7016
Tints of Forest Green #1F7016
RGB
CMYK
RGB Variations
Color information
#1F7016 (or 0x1F7016) is known color: Forest Green. HEX triplet: 1F, 70 and 16. RGB value is (31,112,22). Sum of RGB (Red+Green+Blue) = 31+112+22=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7016 is #E08FE9. Grayscale: #4D4D4D. Windows color (decimal): -14716906 or 1470495. OLE color: 1470495.
HSL color Cylindrical-coordinate representation of color #1F7016: hue angle of 114º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F7016 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 22 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.56 |
| HSL | 114º | 0.67% | 0.26% | - |
| HSV(B) | 114º | 0.8% | 0.44% | - |
| XYZ | 6.5 | 11.94 | 2.72 | - |
| YUV | 77.52 | 96.66 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 22 | 0.72 | 0 | 0.80 | 0.56 | 114 | 0.67 | 0.26 |
| Hex | 1F | 70 | 16 | 48 | 0 | 50 | 38 | 72 | 43 | 1A |
| Octal | 37 | 160 | 26 | 110 | 0 | 120 | 70 | 162 | 103 | 32 |
| Binary | 11111 | 1110000 | 10110 | 1001000 | 0 | 1010000 | 111000 | 1110010 | 1000011 | 11010 |
Color Harmonies of #1F7016
Complementary color
Monochromatic Colors of #1F7016
Black with #1F7016
Text Example
Text Example
White with #1F7016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7016; }
p { color: rgb(31,112,22); }
H1.HeaderClassName
{
color: #1F7016;
}
.AnyTagClassName
{
color: #1F7016;
}
</style>
background-color css
<style>
a { background-color: #1F7016; }
a { background-color: rgb(31,112,22); }
div.DivClassName
{
background-color: #1F7016;
}
.BgClassName
{
background-color: #1F7016;
}
</style>
border-color css
<style>
span { border-color: #1F7016; }
span { border-color: rgb(31,112,22); }
td.TdClassName
{
border-color: #1F7016;
}
.TagClassName
{
border-color: #1F7016;
}
</style>