Shades of Forest Green #1F8512
Tints of Forest Green #1F8512
RGB
CMYK
RGB Variations
Color information
#1F8512 (or 0x1F8512) is known color: Forest Green. HEX triplet: 1F, 85 and 12. RGB value is (31,133,18). Sum of RGB (Red+Green+Blue) = 31+133+18=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 133 (52.34% from 255 or 73.08% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 133 - color contains mainly: green. Hex color #1F8512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8512 is #E07AED. Grayscale: #595959. Windows color (decimal): -14711534 or 1213727. OLE color: 1213727.
HSL color Cylindrical-coordinate representation of color #1F8512: hue angle of 113.22º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F8512 is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 133 | 18 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.48 |
| HSL | 113.22º | 0.76% | 0.3% | - |
| HSV(B) | 113.22º | 0.86% | 0.52% | - |
| XYZ | 9.06 | 17.11 | 3.4 | - |
| YUV | 89.39 | 87.71 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 133 | 18 | 0.77 | 0 | 0.86 | 0.48 | 113.22 | 0.76 | 0.3 |
| Hex | 1F | 85 | 12 | 4D | 0 | 56 | 30 | 71 | 4C | 1E |
| Octal | 37 | 205 | 22 | 115 | 0 | 126 | 60 | 161 | 114 | 36 |
| Binary | 11111 | 10000101 | 10010 | 1001101 | 0 | 1010110 | 110000 | 1110001 | 1001100 | 11110 |
Color Harmonies of #1F8512
Complementary color
Monochromatic Colors of #1F8512
Black with #1F8512
Text Example
Text Example
White with #1F8512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8512; }
p { color: rgb(31,133,18); }
H1.HeaderClassName
{
color: #1F8512;
}
.AnyTagClassName
{
color: #1F8512;
}
</style>
background-color css
<style>
a { background-color: #1F8512; }
a { background-color: rgb(31,133,18); }
div.DivClassName
{
background-color: #1F8512;
}
.BgClassName
{
background-color: #1F8512;
}
</style>
border-color css
<style>
span { border-color: #1F8512; }
span { border-color: rgb(31,133,18); }
td.TdClassName
{
border-color: #1F8512;
}
.TagClassName
{
border-color: #1F8512;
}
</style>