Shades of Forest Green #1F7013
Tints of Forest Green #1F7013
RGB
CMYK
RGB Variations
Color information
#1F7013 (or 0x1F7013) is known color: Forest Green. HEX triplet: 1F, 70 and 13. RGB value is (31,112,19). Sum of RGB (Red+Green+Blue) = 31+112+19=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 112 (44.14% from 255 or 69.14% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7013 is #E08FEC. Grayscale: #4D4D4D. Windows color (decimal): -14716909 or 1273887. OLE color: 1273887.
HSL color Cylindrical-coordinate representation of color #1F7013: hue angle of 112.26º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F7013 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 19 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.56 |
| HSL | 112.26º | 0.71% | 0.26% | - |
| HSV(B) | 112.26º | 0.83% | 0.44% | - |
| XYZ | 6.48 | 11.93 | 2.58 | - |
| YUV | 77.18 | 95.16 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 19 | 0.72 | 0 | 0.83 | 0.56 | 112.26 | 0.71 | 0.26 |
| Hex | 1F | 70 | 13 | 48 | 0 | 53 | 38 | 70 | 47 | 1A |
| Octal | 37 | 160 | 23 | 110 | 0 | 123 | 70 | 160 | 107 | 32 |
| Binary | 11111 | 1110000 | 10011 | 1001000 | 0 | 1010011 | 111000 | 1110000 | 1000111 | 11010 |
Color Harmonies of #1F7013
Complementary color
Monochromatic Colors of #1F7013
Black with #1F7013
Text Example
Text Example
White with #1F7013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7013; }
p { color: rgb(31,112,19); }
H1.HeaderClassName
{
color: #1F7013;
}
.AnyTagClassName
{
color: #1F7013;
}
</style>
background-color css
<style>
a { background-color: #1F7013; }
a { background-color: rgb(31,112,19); }
div.DivClassName
{
background-color: #1F7013;
}
.BgClassName
{
background-color: #1F7013;
}
</style>
border-color css
<style>
span { border-color: #1F7013; }
span { border-color: rgb(31,112,19); }
td.TdClassName
{
border-color: #1F7013;
}
.TagClassName
{
border-color: #1F7013;
}
</style>