Shades of Forest Green #1F7317
Tints of Forest Green #1F7317
RGB
CMYK
RGB Variations
Color information
#1F7317 (or 0x1F7317) is known color: Forest Green. HEX triplet: 1F, 73 and 17. RGB value is (31,115,23). Sum of RGB (Red+Green+Blue) = 31+115+23=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 115 (45.31% from 255 or 68.05% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 115 - color contains mainly: green. Hex color #1F7317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7317 is #E08CE8. Grayscale: #4F4F4F. Windows color (decimal): -14716137 or 1536799. OLE color: 1536799.
HSL color Cylindrical-coordinate representation of color #1F7317: hue angle of 114.78º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F7317 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 115 | 23 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.55 |
| HSL | 114.78º | 0.67% | 0.27% | - |
| HSV(B) | 114.78º | 0.8% | 0.45% | - |
| XYZ | 6.85 | 12.61 | 2.88 | - |
| YUV | 79.4 | 96.17 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 115 | 23 | 0.73 | 0 | 0.80 | 0.55 | 114.78 | 0.67 | 0.27 |
| Hex | 1F | 73 | 17 | 49 | 0 | 50 | 37 | 73 | 43 | 1B |
| Octal | 37 | 163 | 27 | 111 | 0 | 120 | 67 | 163 | 103 | 33 |
| Binary | 11111 | 1110011 | 10111 | 1001001 | 0 | 1010000 | 110111 | 1110011 | 1000011 | 11011 |
Color Harmonies of #1F7317
Complementary color
Monochromatic Colors of #1F7317
Black with #1F7317
Text Example
Text Example
White with #1F7317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7317; }
p { color: rgb(31,115,23); }
H1.HeaderClassName
{
color: #1F7317;
}
.AnyTagClassName
{
color: #1F7317;
}
</style>
background-color css
<style>
a { background-color: #1F7317; }
a { background-color: rgb(31,115,23); }
div.DivClassName
{
background-color: #1F7317;
}
.BgClassName
{
background-color: #1F7317;
}
</style>
border-color css
<style>
span { border-color: #1F7317; }
span { border-color: rgb(31,115,23); }
td.TdClassName
{
border-color: #1F7317;
}
.TagClassName
{
border-color: #1F7317;
}
</style>