Shades of Forest Green #1F6F17
Tints of Forest Green #1F6F17
RGB
CMYK
RGB Variations
Color information
#1F6F17 (or 0x1F6F17) is known color: Forest Green. HEX triplet: 1F, 6F and 17. RGB value is (31,111,23). Sum of RGB (Red+Green+Blue) = 31+111+23=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 111 (43.75% from 255 or 67.27% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 111 - color contains mainly: green. Hex color #1F6F17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6F17 is #E090E8. Grayscale: #4D4D4D. Windows color (decimal): -14717161 or 1535775. OLE color: 1535775.
HSL color Cylindrical-coordinate representation of color #1F6F17: hue angle of 114.55º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F6F17 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 111 | 23 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.56 |
| HSL | 114.55º | 0.66% | 0.26% | - |
| HSV(B) | 114.55º | 0.79% | 0.44% | - |
| XYZ | 6.4 | 11.72 | 2.74 | - |
| YUV | 77.05 | 97.5 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 111 | 23 | 0.72 | 0 | 0.79 | 0.56 | 114.55 | 0.66 | 0.26 |
| Hex | 1F | 6F | 17 | 48 | 0 | 4F | 38 | 73 | 42 | 1A |
| Octal | 37 | 157 | 27 | 110 | 0 | 117 | 70 | 163 | 102 | 32 |
| Binary | 11111 | 1101111 | 10111 | 1001000 | 0 | 1001111 | 111000 | 1110011 | 1000010 | 11010 |
Color Harmonies of #1F6F17
Complementary color
Monochromatic Colors of #1F6F17
Black with #1F6F17
Text Example
Text Example
White with #1F6F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6F17; }
p { color: rgb(31,111,23); }
H1.HeaderClassName
{
color: #1F6F17;
}
.AnyTagClassName
{
color: #1F6F17;
}
</style>
background-color css
<style>
a { background-color: #1F6F17; }
a { background-color: rgb(31,111,23); }
div.DivClassName
{
background-color: #1F6F17;
}
.BgClassName
{
background-color: #1F6F17;
}
</style>
border-color css
<style>
span { border-color: #1F6F17; }
span { border-color: rgb(31,111,23); }
td.TdClassName
{
border-color: #1F6F17;
}
.TagClassName
{
border-color: #1F6F17;
}
</style>