Shades of Forest Green #1F7610
Tints of Forest Green #1F7610
RGB
CMYK
RGB Variations
Color information
#1F7610 (or 0x1F7610) is known color: Forest Green. HEX triplet: 1F, 76 and 10. RGB value is (31,118,16). Sum of RGB (Red+Green+Blue) = 31+118+16=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 118 (46.48% from 255 or 71.52% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 118 - color contains mainly: green. Hex color #1F7610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7610 is #E089EF. Grayscale: #505050. Windows color (decimal): -14715376 or 1078815. OLE color: 1078815.
HSL color Cylindrical-coordinate representation of color #1F7610: hue angle of 111.18º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F7610 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 118 | 16 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.54 |
| HSL | 111.18º | 0.76% | 0.26% | - |
| HSV(B) | 111.18º | 0.86% | 0.46% | - |
| XYZ | 7.14 | 13.29 | 2.68 | - |
| YUV | 80.36 | 91.68 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 16 | 0.74 | 0 | 0.86 | 0.54 | 111.18 | 0.76 | 0.26 |
| Hex | 1F | 76 | 10 | 4A | 0 | 56 | 36 | 6F | 4C | 1A |
| Octal | 37 | 166 | 20 | 112 | 0 | 126 | 66 | 157 | 114 | 32 |
| Binary | 11111 | 1110110 | 10000 | 1001010 | 0 | 1010110 | 110110 | 1101111 | 1001100 | 11010 |
Color Harmonies of #1F7610
Complementary color
Monochromatic Colors of #1F7610
Black with #1F7610
Text Example
Text Example
White with #1F7610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7610; }
p { color: rgb(31,118,16); }
H1.HeaderClassName
{
color: #1F7610;
}
.AnyTagClassName
{
color: #1F7610;
}
</style>
background-color css
<style>
a { background-color: #1F7610; }
a { background-color: rgb(31,118,16); }
div.DivClassName
{
background-color: #1F7610;
}
.BgClassName
{
background-color: #1F7610;
}
</style>
border-color css
<style>
span { border-color: #1F7610; }
span { border-color: rgb(31,118,16); }
td.TdClassName
{
border-color: #1F7610;
}
.TagClassName
{
border-color: #1F7610;
}
</style>