Shades of Forest Green #1F7412
Tints of Forest Green #1F7412
RGB
CMYK
RGB Variations
Color information
#1F7412 (or 0x1F7412) is known color: Forest Green. HEX triplet: 1F, 74 and 12. RGB value is (31,116,18). Sum of RGB (Red+Green+Blue) = 31+116+18=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 116 (45.70% from 255 or 70.30% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 116 - color contains mainly: green. Hex color #1F7412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7412 is #E08BED. Grayscale: #4F4F4F. Windows color (decimal): -14715886 or 1209375. OLE color: 1209375.
HSL color Cylindrical-coordinate representation of color #1F7412: hue angle of 112.04º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F7412 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 116 | 18 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.55 |
| HSL | 112.04º | 0.73% | 0.26% | - |
| HSV(B) | 112.04º | 0.84% | 0.45% | - |
| XYZ | 6.92 | 12.83 | 2.68 | - |
| YUV | 79.41 | 93.34 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 116 | 18 | 0.73 | 0 | 0.84 | 0.55 | 112.04 | 0.73 | 0.26 |
| Hex | 1F | 74 | 12 | 49 | 0 | 54 | 37 | 70 | 49 | 1A |
| Octal | 37 | 164 | 22 | 111 | 0 | 124 | 67 | 160 | 111 | 32 |
| Binary | 11111 | 1110100 | 10010 | 1001001 | 0 | 1010100 | 110111 | 1110000 | 1001001 | 11010 |
Color Harmonies of #1F7412
Complementary color
Monochromatic Colors of #1F7412
Black with #1F7412
Text Example
Text Example
White with #1F7412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7412; }
p { color: rgb(31,116,18); }
H1.HeaderClassName
{
color: #1F7412;
}
.AnyTagClassName
{
color: #1F7412;
}
</style>
background-color css
<style>
a { background-color: #1F7412; }
a { background-color: rgb(31,116,18); }
div.DivClassName
{
background-color: #1F7412;
}
.BgClassName
{
background-color: #1F7412;
}
</style>
border-color css
<style>
span { border-color: #1F7412; }
span { border-color: rgb(31,116,18); }
td.TdClassName
{
border-color: #1F7412;
}
.TagClassName
{
border-color: #1F7412;
}
</style>