Shades of Forest Green #1F720F
Tints of Forest Green #1F720F
RGB
CMYK
RGB Variations
Color information
#1F720F (or 0x1F720F) is known color: Forest Green. HEX triplet: 1F, 72 and 0F. RGB value is (31,114,15). Sum of RGB (Red+Green+Blue) = 31+114+15=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 114 (44.92% from 255 or 71.25% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 114 - color contains mainly: green. Hex color #1F720F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F720F is #E08DF0. Grayscale: #4E4E4E. Windows color (decimal): -14716401 or 1012255. OLE color: 1012255.
HSL color Cylindrical-coordinate representation of color #1F720F: hue angle of 110.3º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F720F is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 114 | 15 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.55 |
| HSL | 110.3º | 0.77% | 0.25% | - |
| HSV(B) | 110.3º | 0.87% | 0.45% | - |
| XYZ | 6.67 | 12.36 | 2.49 | - |
| YUV | 77.9 | 92.5 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 114 | 15 | 0.73 | 0 | 0.87 | 0.55 | 110.3 | 0.77 | 0.25 |
| Hex | 1F | 72 | F | 49 | 0 | 57 | 37 | 6E | 4D | 19 |
| Octal | 37 | 162 | 17 | 111 | 0 | 127 | 67 | 156 | 115 | 31 |
| Binary | 11111 | 1110010 | 1111 | 1001001 | 0 | 1010111 | 110111 | 1101110 | 1001101 | 11001 |
Color Harmonies of #1F720F
Complementary color
Monochromatic Colors of #1F720F
Black with #1F720F
Text Example
Text Example
White with #1F720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F720F; }
p { color: rgb(31,114,15); }
H1.HeaderClassName
{
color: #1F720F;
}
.AnyTagClassName
{
color: #1F720F;
}
</style>
background-color css
<style>
a { background-color: #1F720F; }
a { background-color: rgb(31,114,15); }
div.DivClassName
{
background-color: #1F720F;
}
.BgClassName
{
background-color: #1F720F;
}
</style>
border-color css
<style>
span { border-color: #1F720F; }
span { border-color: rgb(31,114,15); }
td.TdClassName
{
border-color: #1F720F;
}
.TagClassName
{
border-color: #1F720F;
}
</style>