Shades of Forest Green #1F7116
Tints of Forest Green #1F7116
RGB
CMYK
RGB Variations
Color information
#1F7116 (or 0x1F7116) is known color: Forest Green. HEX triplet: 1F, 71 and 16. RGB value is (31,113,22). Sum of RGB (Red+Green+Blue) = 31+113+22=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 113 (44.53% from 255 or 68.07% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 113 - color contains mainly: green. Hex color #1F7116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7116 is #E08EE9. Grayscale: #4E4E4E. Windows color (decimal): -14716650 or 1470751. OLE color: 1470751.
HSL color Cylindrical-coordinate representation of color #1F7116: hue angle of 114.07º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F7116 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 113 | 22 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.56 |
| HSL | 114.07º | 0.67% | 0.26% | - |
| HSV(B) | 114.07º | 0.81% | 0.44% | - |
| XYZ | 6.62 | 12.16 | 2.76 | - |
| YUV | 78.11 | 96.33 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 22 | 0.73 | 0 | 0.81 | 0.56 | 114.07 | 0.67 | 0.26 |
| Hex | 1F | 71 | 16 | 49 | 0 | 51 | 38 | 72 | 43 | 1A |
| Octal | 37 | 161 | 26 | 111 | 0 | 121 | 70 | 162 | 103 | 32 |
| Binary | 11111 | 1110001 | 10110 | 1001001 | 0 | 1010001 | 111000 | 1110010 | 1000011 | 11010 |
Color Harmonies of #1F7116
Complementary color
Monochromatic Colors of #1F7116
Black with #1F7116
Text Example
Text Example
White with #1F7116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7116; }
p { color: rgb(31,113,22); }
H1.HeaderClassName
{
color: #1F7116;
}
.AnyTagClassName
{
color: #1F7116;
}
</style>
background-color css
<style>
a { background-color: #1F7116; }
a { background-color: rgb(31,113,22); }
div.DivClassName
{
background-color: #1F7116;
}
.BgClassName
{
background-color: #1F7116;
}
</style>
border-color css
<style>
span { border-color: #1F7116; }
span { border-color: rgb(31,113,22); }
td.TdClassName
{
border-color: #1F7116;
}
.TagClassName
{
border-color: #1F7116;
}
</style>