Shades of Forest Green #1F8916
Tints of Forest Green #1F8916
RGB
CMYK
RGB Variations
Color information
#1F8916 (or 0x1F8916) is known color: Forest Green. HEX triplet: 1F, 89 and 16. RGB value is (31,137,22). Sum of RGB (Red+Green+Blue) = 31+137+22=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 137 (53.91% from 255 or 72.11% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 137 - color contains mainly: green. Hex color #1F8916 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8916 is #E076E9. Grayscale: #5C5C5C. Windows color (decimal): -14710506 or 1476895. OLE color: 1476895.
HSL color Cylindrical-coordinate representation of color #1F8916: hue angle of 115.3º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F8916 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 137 | 22 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.46 |
| HSL | 115.3º | 0.72% | 0.31% | - |
| HSV(B) | 115.3º | 0.84% | 0.54% | - |
| XYZ | 9.66 | 18.24 | 3.77 | - |
| YUV | 92.2 | 88.38 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 22 | 0.77 | 0 | 0.84 | 0.46 | 115.3 | 0.72 | 0.31 |
| Hex | 1F | 89 | 16 | 4D | 0 | 54 | 2E | 73 | 48 | 1F |
| Octal | 37 | 211 | 26 | 115 | 0 | 124 | 56 | 163 | 110 | 37 |
| Binary | 11111 | 10001001 | 10110 | 1001101 | 0 | 1010100 | 101110 | 1110011 | 1001000 | 11111 |
Color Harmonies of #1F8916
Complementary color
Monochromatic Colors of #1F8916
Black with #1F8916
Text Example
Text Example
White with #1F8916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8916; }
p { color: rgb(31,137,22); }
H1.HeaderClassName
{
color: #1F8916;
}
.AnyTagClassName
{
color: #1F8916;
}
</style>
background-color css
<style>
a { background-color: #1F8916; }
a { background-color: rgb(31,137,22); }
div.DivClassName
{
background-color: #1F8916;
}
.BgClassName
{
background-color: #1F8916;
}
</style>
border-color css
<style>
span { border-color: #1F8916; }
span { border-color: rgb(31,137,22); }
td.TdClassName
{
border-color: #1F8916;
}
.TagClassName
{
border-color: #1F8916;
}
</style>