Shades of Forest Green #1F860D
Tints of Forest Green #1F860D
RGB
CMYK
RGB Variations
Color information
#1F860D (or 0x1F860D) is known color: Forest Green. HEX triplet: 1F, 86 and 0D. RGB value is (31,134,13). Sum of RGB (Red+Green+Blue) = 31+134+13=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 134 (52.73% from 255 or 75.28% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 134 - color contains mainly: green. Hex color #1F860D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F860D is #E079F2. Grayscale: #595959. Windows color (decimal): -14711283 or 886303. OLE color: 886303.
HSL color Cylindrical-coordinate representation of color #1F860D: hue angle of 111.07º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F860D is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 134 | 13 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.47 |
| HSL | 111.07º | 0.82% | 0.29% | - |
| HSV(B) | 111.07º | 0.9% | 0.53% | - |
| XYZ | 9.16 | 17.37 | 3.25 | - |
| YUV | 89.41 | 84.88 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 13 | 0.77 | 0 | 0.90 | 0.47 | 111.07 | 0.82 | 0.29 |
| Hex | 1F | 86 | D | 4D | 0 | 5A | 2F | 6F | 52 | 1D |
| Octal | 37 | 206 | 15 | 115 | 0 | 132 | 57 | 157 | 122 | 35 |
| Binary | 11111 | 10000110 | 1101 | 1001101 | 0 | 1011010 | 101111 | 1101111 | 1010010 | 11101 |
Color Harmonies of #1F860D
Complementary color
Monochromatic Colors of #1F860D
Black with #1F860D
Text Example
Text Example
White with #1F860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F860D; }
p { color: rgb(31,134,13); }
H1.HeaderClassName
{
color: #1F860D;
}
.AnyTagClassName
{
color: #1F860D;
}
</style>
background-color css
<style>
a { background-color: #1F860D; }
a { background-color: rgb(31,134,13); }
div.DivClassName
{
background-color: #1F860D;
}
.BgClassName
{
background-color: #1F860D;
}
</style>
border-color css
<style>
span { border-color: #1F860D; }
span { border-color: rgb(31,134,13); }
td.TdClassName
{
border-color: #1F860D;
}
.TagClassName
{
border-color: #1F860D;
}
</style>