Shades of Forest Green #1F701A
Tints of Forest Green #1F701A
RGB
CMYK
RGB Variations
Color information
#1F701A (or 0x1F701A) is known color: Forest Green. HEX triplet: 1F, 70 and 1A. RGB value is (31,112,26). Sum of RGB (Red+Green+Blue) = 31+112+26=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 112 (44.14% from 255 or 66.27% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 112 - color contains mainly: green. Hex color #1F701A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F701A is #E08FE5. Grayscale: #4E4E4E. Windows color (decimal): -14716902 or 1732639. OLE color: 1732639.
HSL color Cylindrical-coordinate representation of color #1F701A: hue angle of 116.51º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F701A is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 26 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.56 |
| HSL | 116.51º | 0.62% | 0.27% | - |
| HSV(B) | 116.51º | 0.77% | 0.44% | - |
| XYZ | 6.55 | 11.95 | 2.94 | - |
| YUV | 77.98 | 98.66 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 26 | 0.72 | 0 | 0.77 | 0.56 | 116.51 | 0.62 | 0.27 |
| Hex | 1F | 70 | 1A | 48 | 0 | 4D | 38 | 75 | 3E | 1B |
| Octal | 37 | 160 | 32 | 110 | 0 | 115 | 70 | 165 | 76 | 33 |
| Binary | 11111 | 1110000 | 11010 | 1001000 | 0 | 1001101 | 111000 | 1110101 | 111110 | 11011 |
Color Harmonies of #1F701A
Complementary color
Monochromatic Colors of #1F701A
Black with #1F701A
Text Example
Text Example
White with #1F701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F701A; }
p { color: rgb(31,112,26); }
H1.HeaderClassName
{
color: #1F701A;
}
.AnyTagClassName
{
color: #1F701A;
}
</style>
background-color css
<style>
a { background-color: #1F701A; }
a { background-color: rgb(31,112,26); }
div.DivClassName
{
background-color: #1F701A;
}
.BgClassName
{
background-color: #1F701A;
}
</style>
border-color css
<style>
span { border-color: #1F701A; }
span { border-color: rgb(31,112,26); }
td.TdClassName
{
border-color: #1F701A;
}
.TagClassName
{
border-color: #1F701A;
}
</style>