Shades of Forest Green #1F861A
Tints of Forest Green #1F861A
RGB
CMYK
RGB Variations
Color information
#1F861A (or 0x1F861A) is known color: Forest Green. HEX triplet: 1F, 86 and 1A. RGB value is (31,134,26). Sum of RGB (Red+Green+Blue) = 31+134+26=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 134 (52.73% from 255 or 70.16% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 134 - color contains mainly: green. Hex color #1F861A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F861A is #E079E5. Grayscale: #5B5B5B. Windows color (decimal): -14711270 or 1738271. OLE color: 1738271.
HSL color Cylindrical-coordinate representation of color #1F861A: hue angle of 117.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F861A is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 134 | 26 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.47 |
| HSL | 117.22º | 0.68% | 0.31% | - |
| HSV(B) | 117.22º | 0.81% | 0.53% | - |
| XYZ | 9.28 | 17.42 | 3.85 | - |
| YUV | 90.89 | 91.38 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 26 | 0.77 | 0 | 0.81 | 0.47 | 117.22 | 0.68 | 0.31 |
| Hex | 1F | 86 | 1A | 4D | 0 | 51 | 2F | 75 | 44 | 1F |
| Octal | 37 | 206 | 32 | 115 | 0 | 121 | 57 | 165 | 104 | 37 |
| Binary | 11111 | 10000110 | 11010 | 1001101 | 0 | 1010001 | 101111 | 1110101 | 1000100 | 11111 |
Color Harmonies of #1F861A
Complementary color
Monochromatic Colors of #1F861A
Black with #1F861A
Text Example
Text Example
White with #1F861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F861A; }
p { color: rgb(31,134,26); }
H1.HeaderClassName
{
color: #1F861A;
}
.AnyTagClassName
{
color: #1F861A;
}
</style>
background-color css
<style>
a { background-color: #1F861A; }
a { background-color: rgb(31,134,26); }
div.DivClassName
{
background-color: #1F861A;
}
.BgClassName
{
background-color: #1F861A;
}
</style>
border-color css
<style>
span { border-color: #1F861A; }
span { border-color: rgb(31,134,26); }
td.TdClassName
{
border-color: #1F861A;
}
.TagClassName
{
border-color: #1F861A;
}
</style>