Shades of Forest Green #1F710A
Tints of Forest Green #1F710A
RGB
CMYK
RGB Variations
Color information
#1F710A (or 0x1F710A) is known color: Forest Green. HEX triplet: 1F, 71 and 0A. RGB value is (31,113,10). Sum of RGB (Red+Green+Blue) = 31+113+10=154 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.13% from 154); Green value is 113 (44.53% from 255 or 73.38% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 113 - color contains mainly: green. Hex color #1F710A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F710A is #E08EF5. Grayscale: #4D4D4D. Windows color (decimal): -14716662 or 684319. OLE color: 684319.
HSL color Cylindrical-coordinate representation of color #1F710A: hue angle of 107.77º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F710A is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 113 | 10 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.56 |
| HSL | 107.77º | 0.84% | 0.24% | - |
| HSV(B) | 107.77º | 0.91% | 0.44% | - |
| XYZ | 6.52 | 12.12 | 2.28 | - |
| YUV | 76.74 | 90.33 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 10 | 0.73 | 0 | 0.91 | 0.56 | 107.77 | 0.84 | 0.24 |
| Hex | 1F | 71 | A | 49 | 0 | 5B | 38 | 6C | 54 | 18 |
| Octal | 37 | 161 | 12 | 111 | 0 | 133 | 70 | 154 | 124 | 30 |
| Binary | 11111 | 1110001 | 1010 | 1001001 | 0 | 1011011 | 111000 | 1101100 | 1010100 | 11000 |
Color Harmonies of #1F710A
Complementary color
Monochromatic Colors of #1F710A
Black with #1F710A
Text Example
Text Example
White with #1F710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F710A; }
p { color: rgb(31,113,10); }
H1.HeaderClassName
{
color: #1F710A;
}
.AnyTagClassName
{
color: #1F710A;
}
</style>
background-color css
<style>
a { background-color: #1F710A; }
a { background-color: rgb(31,113,10); }
div.DivClassName
{
background-color: #1F710A;
}
.BgClassName
{
background-color: #1F710A;
}
</style>
border-color css
<style>
span { border-color: #1F710A; }
span { border-color: rgb(31,113,10); }
td.TdClassName
{
border-color: #1F710A;
}
.TagClassName
{
border-color: #1F710A;
}
</style>