Shades of Forest Green #1F8614
Tints of Forest Green #1F8614
RGB
CMYK
RGB Variations
Color information
#1F8614 (or 0x1F8614) is known color: Forest Green. HEX triplet: 1F, 86 and 14. RGB value is (31,134,20). Sum of RGB (Red+Green+Blue) = 31+134+20=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 134 (52.73% from 255 or 72.43% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 134 - color contains mainly: green. Hex color #1F8614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8614 is #E079EB. Grayscale: #5A5A5A. Windows color (decimal): -14711276 or 1345055. OLE color: 1345055.
HSL color Cylindrical-coordinate representation of color #1F8614: hue angle of 114.21º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F8614 is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 134 | 20 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.47 |
| HSL | 114.21º | 0.74% | 0.3% | - |
| HSV(B) | 114.21º | 0.85% | 0.53% | - |
| XYZ | 9.22 | 17.39 | 3.53 | - |
| YUV | 90.21 | 88.38 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 20 | 0.77 | 0 | 0.85 | 0.47 | 114.21 | 0.74 | 0.3 |
| Hex | 1F | 86 | 14 | 4D | 0 | 55 | 2F | 72 | 4A | 1E |
| Octal | 37 | 206 | 24 | 115 | 0 | 125 | 57 | 162 | 112 | 36 |
| Binary | 11111 | 10000110 | 10100 | 1001101 | 0 | 1010101 | 101111 | 1110010 | 1001010 | 11110 |
Color Harmonies of #1F8614
Complementary color
Monochromatic Colors of #1F8614
Black with #1F8614
Text Example
Text Example
White with #1F8614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8614; }
p { color: rgb(31,134,20); }
H1.HeaderClassName
{
color: #1F8614;
}
.AnyTagClassName
{
color: #1F8614;
}
</style>
background-color css
<style>
a { background-color: #1F8614; }
a { background-color: rgb(31,134,20); }
div.DivClassName
{
background-color: #1F8614;
}
.BgClassName
{
background-color: #1F8614;
}
</style>
border-color css
<style>
span { border-color: #1F8614; }
span { border-color: rgb(31,134,20); }
td.TdClassName
{
border-color: #1F8614;
}
.TagClassName
{
border-color: #1F8614;
}
</style>