Shades of Forest Green #1F700D
Tints of Forest Green #1F700D
RGB
CMYK
RGB Variations
Color information
#1F700D (or 0x1F700D) is known color: Forest Green. HEX triplet: 1F, 70 and 0D. RGB value is (31,112,13). Sum of RGB (Red+Green+Blue) = 31+112+13=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #1F700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F700D is #E08FF2. Grayscale: #4C4C4C. Windows color (decimal): -14716915 or 880671. OLE color: 880671.
HSL color Cylindrical-coordinate representation of color #1F700D: hue angle of 109.09º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F700D is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 13 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.56 |
| HSL | 109.09º | 0.79% | 0.25% | - |
| HSV(B) | 109.09º | 0.88% | 0.44% | - |
| XYZ | 6.43 | 11.91 | 2.34 | - |
| YUV | 76.5 | 92.16 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 13 | 0.72 | 0 | 0.88 | 0.56 | 109.09 | 0.79 | 0.25 |
| Hex | 1F | 70 | D | 48 | 0 | 58 | 38 | 6D | 4F | 19 |
| Octal | 37 | 160 | 15 | 110 | 0 | 130 | 70 | 155 | 117 | 31 |
| Binary | 11111 | 1110000 | 1101 | 1001000 | 0 | 1011000 | 111000 | 1101101 | 1001111 | 11001 |
Color Harmonies of #1F700D
Complementary color
Monochromatic Colors of #1F700D
Black with #1F700D
Text Example
Text Example
White with #1F700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F700D; }
p { color: rgb(31,112,13); }
H1.HeaderClassName
{
color: #1F700D;
}
.AnyTagClassName
{
color: #1F700D;
}
</style>
background-color css
<style>
a { background-color: #1F700D; }
a { background-color: rgb(31,112,13); }
div.DivClassName
{
background-color: #1F700D;
}
.BgClassName
{
background-color: #1F700D;
}
</style>
border-color css
<style>
span { border-color: #1F700D; }
span { border-color: rgb(31,112,13); }
td.TdClassName
{
border-color: #1F700D;
}
.TagClassName
{
border-color: #1F700D;
}
</style>