Shades of Forest Green #1F700C
Tints of Forest Green #1F700C
RGB
CMYK
RGB Variations
Color information
#1F700C (or 0x1F700C) is known color: Forest Green. HEX triplet: 1F, 70 and 0C. RGB value is (31,112,12). Sum of RGB (Red+Green+Blue) = 31+112+12=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 112 (44.14% from 255 or 72.26% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 112 - color contains mainly: green. Hex color #1F700C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F700C is #E08FF3. Grayscale: #4C4C4C. Windows color (decimal): -14716916 or 815135. OLE color: 815135.
HSL color Cylindrical-coordinate representation of color #1F700C: hue angle of 108.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F700C is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 12 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.56 |
| HSL | 108.6º | 0.81% | 0.24% | - |
| HSV(B) | 108.6º | 0.89% | 0.44% | - |
| XYZ | 6.43 | 11.91 | 2.31 | - |
| YUV | 76.38 | 91.66 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 12 | 0.72 | 0 | 0.89 | 0.56 | 108.6 | 0.81 | 0.24 |
| Hex | 1F | 70 | C | 48 | 0 | 59 | 38 | 6D | 51 | 18 |
| Octal | 37 | 160 | 14 | 110 | 0 | 131 | 70 | 155 | 121 | 30 |
| Binary | 11111 | 1110000 | 1100 | 1001000 | 0 | 1011001 | 111000 | 1101101 | 1010001 | 11000 |
Color Harmonies of #1F700C
Complementary color
Monochromatic Colors of #1F700C
Black with #1F700C
Text Example
Text Example
White with #1F700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F700C; }
p { color: rgb(31,112,12); }
H1.HeaderClassName
{
color: #1F700C;
}
.AnyTagClassName
{
color: #1F700C;
}
</style>
background-color css
<style>
a { background-color: #1F700C; }
a { background-color: rgb(31,112,12); }
div.DivClassName
{
background-color: #1F700C;
}
.BgClassName
{
background-color: #1F700C;
}
</style>
border-color css
<style>
span { border-color: #1F700C; }
span { border-color: rgb(31,112,12); }
td.TdClassName
{
border-color: #1F700C;
}
.TagClassName
{
border-color: #1F700C;
}
</style>