Shades of Forest Green #1F8410
Tints of Forest Green #1F8410
RGB
CMYK
RGB Variations
Color information
#1F8410 (or 0x1F8410) is known color: Forest Green. HEX triplet: 1F, 84 and 10. RGB value is (31,132,16). Sum of RGB (Red+Green+Blue) = 31+132+16=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 132 (51.95% from 255 or 73.74% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 132 - color contains mainly: green. Hex color #1F8410 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8410 is #E07BEF. Grayscale: #585858. Windows color (decimal): -14711792 or 1082399. OLE color: 1082399.
HSL color Cylindrical-coordinate representation of color #1F8410: hue angle of 112.24º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F8410 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 132 | 16 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.48 |
| HSL | 112.24º | 0.78% | 0.29% | - |
| HSV(B) | 112.24º | 0.88% | 0.52% | - |
| XYZ | 8.91 | 16.83 | 3.27 | - |
| YUV | 88.58 | 87.04 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 132 | 16 | 0.77 | 0 | 0.88 | 0.48 | 112.24 | 0.78 | 0.29 |
| Hex | 1F | 84 | 10 | 4D | 0 | 58 | 30 | 70 | 4E | 1D |
| Octal | 37 | 204 | 20 | 115 | 0 | 130 | 60 | 160 | 116 | 35 |
| Binary | 11111 | 10000100 | 10000 | 1001101 | 0 | 1011000 | 110000 | 1110000 | 1001110 | 11101 |
Color Harmonies of #1F8410
Complementary color
Monochromatic Colors of #1F8410
Black with #1F8410
Text Example
Text Example
White with #1F8410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8410; }
p { color: rgb(31,132,16); }
H1.HeaderClassName
{
color: #1F8410;
}
.AnyTagClassName
{
color: #1F8410;
}
</style>
background-color css
<style>
a { background-color: #1F8410; }
a { background-color: rgb(31,132,16); }
div.DivClassName
{
background-color: #1F8410;
}
.BgClassName
{
background-color: #1F8410;
}
</style>
border-color css
<style>
span { border-color: #1F8410; }
span { border-color: rgb(31,132,16); }
td.TdClassName
{
border-color: #1F8410;
}
.TagClassName
{
border-color: #1F8410;
}
</style>