Shades of Forest Green #1F740F
Tints of Forest Green #1F740F
RGB
CMYK
RGB Variations
Color information
#1F740F (or 0x1F740F) is known color: Forest Green. HEX triplet: 1F, 74 and 0F. RGB value is (31,116,15). Sum of RGB (Red+Green+Blue) = 31+116+15=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 116 (45.70% from 255 or 71.60% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 116 - color contains mainly: green. Hex color #1F740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F740F is #E08BF0. Grayscale: #4F4F4F. Windows color (decimal): -14715889 or 1012767. OLE color: 1012767.
HSL color Cylindrical-coordinate representation of color #1F740F: hue angle of 110.5º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F740F is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 116 | 15 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.55 |
| HSL | 110.5º | 0.77% | 0.26% | - |
| HSV(B) | 110.5º | 0.87% | 0.45% | - |
| XYZ | 6.9 | 12.82 | 2.56 | - |
| YUV | 79.07 | 91.84 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 116 | 15 | 0.73 | 0 | 0.87 | 0.55 | 110.5 | 0.77 | 0.26 |
| Hex | 1F | 74 | F | 49 | 0 | 57 | 37 | 6E | 4D | 1A |
| Octal | 37 | 164 | 17 | 111 | 0 | 127 | 67 | 156 | 115 | 32 |
| Binary | 11111 | 1110100 | 1111 | 1001001 | 0 | 1010111 | 110111 | 1101110 | 1001101 | 11010 |
Color Harmonies of #1F740F
Complementary color
Monochromatic Colors of #1F740F
Black with #1F740F
Text Example
Text Example
White with #1F740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F740F; }
p { color: rgb(31,116,15); }
H1.HeaderClassName
{
color: #1F740F;
}
.AnyTagClassName
{
color: #1F740F;
}
</style>
background-color css
<style>
a { background-color: #1F740F; }
a { background-color: rgb(31,116,15); }
div.DivClassName
{
background-color: #1F740F;
}
.BgClassName
{
background-color: #1F740F;
}
</style>
border-color css
<style>
span { border-color: #1F740F; }
span { border-color: rgb(31,116,15); }
td.TdClassName
{
border-color: #1F740F;
}
.TagClassName
{
border-color: #1F740F;
}
</style>