Shades of Forest Green #1F7917
Tints of Forest Green #1F7917
RGB
CMYK
RGB Variations
Color information
#1F7917 (or 0x1F7917) is known color: Forest Green. HEX triplet: 1F, 79 and 17. RGB value is (31,121,23). Sum of RGB (Red+Green+Blue) = 31+121+23=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 121 (47.66% from 255 or 69.14% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 121 - color contains mainly: green. Hex color #1F7917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7917 is #E086E8. Grayscale: #535353. Windows color (decimal): -14714601 or 1538335. OLE color: 1538335.
HSL color Cylindrical-coordinate representation of color #1F7917: hue angle of 115.1º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F7917 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 121 | 23 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.53 |
| HSL | 115.1º | 0.68% | 0.28% | - |
| HSV(B) | 115.1º | 0.81% | 0.47% | - |
| XYZ | 7.56 | 14.03 | 3.12 | - |
| YUV | 82.92 | 94.18 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 121 | 23 | 0.74 | 0 | 0.81 | 0.53 | 115.1 | 0.68 | 0.28 |
| Hex | 1F | 79 | 17 | 4A | 0 | 51 | 35 | 73 | 44 | 1C |
| Octal | 37 | 171 | 27 | 112 | 0 | 121 | 65 | 163 | 104 | 34 |
| Binary | 11111 | 1111001 | 10111 | 1001010 | 0 | 1010001 | 110101 | 1110011 | 1000100 | 11100 |
Color Harmonies of #1F7917
Complementary color
Monochromatic Colors of #1F7917
Black with #1F7917
Text Example
Text Example
White with #1F7917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7917; }
p { color: rgb(31,121,23); }
H1.HeaderClassName
{
color: #1F7917;
}
.AnyTagClassName
{
color: #1F7917;
}
</style>
background-color css
<style>
a { background-color: #1F7917; }
a { background-color: rgb(31,121,23); }
div.DivClassName
{
background-color: #1F7917;
}
.BgClassName
{
background-color: #1F7917;
}
</style>
border-color css
<style>
span { border-color: #1F7917; }
span { border-color: rgb(31,121,23); }
td.TdClassName
{
border-color: #1F7917;
}
.TagClassName
{
border-color: #1F7917;
}
</style>