Shades of Forest Green #1F700A
Tints of Forest Green #1F700A
RGB
CMYK
RGB Variations
Color information
#1F700A (or 0x1F700A) is known color: Forest Green. HEX triplet: 1F, 70 and 0A. RGB value is (31,112,10). Sum of RGB (Red+Green+Blue) = 31+112+10=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 112 (44.14% from 255 or 73.20% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 112 - color contains mainly: green. Hex color #1F700A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F700A is #E08FF5. Grayscale: #4C4C4C. Windows color (decimal): -14716918 or 684063. OLE color: 684063.
HSL color Cylindrical-coordinate representation of color #1F700A: hue angle of 107.65º 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 #1F700A is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 10 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.56 |
| HSL | 107.65º | 0.84% | 0.24% | - |
| HSV(B) | 107.65º | 0.91% | 0.44% | - |
| XYZ | 6.41 | 11.9 | 2.25 | - |
| YUV | 76.15 | 90.66 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 10 | 0.72 | 0 | 0.91 | 0.56 | 107.65 | 0.84 | 0.24 |
| Hex | 1F | 70 | A | 48 | 0 | 5B | 38 | 6C | 54 | 18 |
| Octal | 37 | 160 | 12 | 110 | 0 | 133 | 70 | 154 | 124 | 30 |
| Binary | 11111 | 1110000 | 1010 | 1001000 | 0 | 1011011 | 111000 | 1101100 | 1010100 | 11000 |
Color Harmonies of #1F700A
Complementary color
Monochromatic Colors of #1F700A
Black with #1F700A
Text Example
Text Example
White with #1F700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F700A; }
p { color: rgb(31,112,10); }
H1.HeaderClassName
{
color: #1F700A;
}
.AnyTagClassName
{
color: #1F700A;
}
</style>
background-color css
<style>
a { background-color: #1F700A; }
a { background-color: rgb(31,112,10); }
div.DivClassName
{
background-color: #1F700A;
}
.BgClassName
{
background-color: #1F700A;
}
</style>
border-color css
<style>
span { border-color: #1F700A; }
span { border-color: rgb(31,112,10); }
td.TdClassName
{
border-color: #1F700A;
}
.TagClassName
{
border-color: #1F700A;
}
</style>