Shades of Forest Green #1F710B
Tints of Forest Green #1F710B
RGB
CMYK
RGB Variations
Color information
#1F710B (or 0x1F710B) is known color: Forest Green. HEX triplet: 1F, 71 and 0B. RGB value is (31,113,11). Sum of RGB (Red+Green+Blue) = 31+113+11=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 113 (44.53% from 255 or 72.90% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 113 - color contains mainly: green. Hex color #1F710B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F710B is #E08EF4. Grayscale: #4D4D4D. Windows color (decimal): -14716661 or 749855. OLE color: 749855.
HSL color Cylindrical-coordinate representation of color #1F710B: hue angle of 108.24º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F710B is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 113 | 11 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.56 |
| HSL | 108.24º | 0.82% | 0.24% | - |
| HSV(B) | 108.24º | 0.9% | 0.44% | - |
| XYZ | 6.53 | 12.13 | 2.31 | - |
| YUV | 76.85 | 90.83 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 11 | 0.73 | 0 | 0.90 | 0.56 | 108.24 | 0.82 | 0.24 |
| Hex | 1F | 71 | B | 49 | 0 | 5A | 38 | 6C | 52 | 18 |
| Octal | 37 | 161 | 13 | 111 | 0 | 132 | 70 | 154 | 122 | 30 |
| Binary | 11111 | 1110001 | 1011 | 1001001 | 0 | 1011010 | 111000 | 1101100 | 1010010 | 11000 |
Color Harmonies of #1F710B
Complementary color
Monochromatic Colors of #1F710B
Black with #1F710B
Text Example
Text Example
White with #1F710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F710B; }
p { color: rgb(31,113,11); }
H1.HeaderClassName
{
color: #1F710B;
}
.AnyTagClassName
{
color: #1F710B;
}
</style>
background-color css
<style>
a { background-color: #1F710B; }
a { background-color: rgb(31,113,11); }
div.DivClassName
{
background-color: #1F710B;
}
.BgClassName
{
background-color: #1F710B;
}
</style>
border-color css
<style>
span { border-color: #1F710B; }
span { border-color: rgb(31,113,11); }
td.TdClassName
{
border-color: #1F710B;
}
.TagClassName
{
border-color: #1F710B;
}
</style>