Shades of Forest Green #1F700B
Tints of Forest Green #1F700B
RGB
CMYK
RGB Variations
Color information
#1F700B (or 0x1F700B) is known color: Forest Green. HEX triplet: 1F, 70 and 0B. RGB value is (31,112,11). Sum of RGB (Red+Green+Blue) = 31+112+11=154 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.13% from 154); Green value is 112 (44.14% from 255 or 72.73% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 112 - color contains mainly: green. Hex color #1F700B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F700B is #E08FF4. Grayscale: #4C4C4C. Windows color (decimal): -14716917 or 749599. OLE color: 749599.
HSL color Cylindrical-coordinate representation of color #1F700B: hue angle of 108.12º 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 #1F700B is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 11 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.56 |
| HSL | 108.12º | 0.82% | 0.24% | - |
| HSV(B) | 108.12º | 0.9% | 0.44% | - |
| XYZ | 6.42 | 11.9 | 2.28 | - |
| YUV | 76.27 | 91.16 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 11 | 0.72 | 0 | 0.90 | 0.56 | 108.12 | 0.82 | 0.24 |
| Hex | 1F | 70 | B | 48 | 0 | 5A | 38 | 6C | 52 | 18 |
| Octal | 37 | 160 | 13 | 110 | 0 | 132 | 70 | 154 | 122 | 30 |
| Binary | 11111 | 1110000 | 1011 | 1001000 | 0 | 1011010 | 111000 | 1101100 | 1010010 | 11000 |
Color Harmonies of #1F700B
Complementary color
Monochromatic Colors of #1F700B
Black with #1F700B
Text Example
Text Example
White with #1F700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F700B; }
p { color: rgb(31,112,11); }
H1.HeaderClassName
{
color: #1F700B;
}
.AnyTagClassName
{
color: #1F700B;
}
</style>
background-color css
<style>
a { background-color: #1F700B; }
a { background-color: rgb(31,112,11); }
div.DivClassName
{
background-color: #1F700B;
}
.BgClassName
{
background-color: #1F700B;
}
</style>
border-color css
<style>
span { border-color: #1F700B; }
span { border-color: rgb(31,112,11); }
td.TdClassName
{
border-color: #1F700B;
}
.TagClassName
{
border-color: #1F700B;
}
</style>