Shades of Forest Green #1F880E
Tints of Forest Green #1F880E
RGB
CMYK
RGB Variations
Color information
#1F880E (or 0x1F880E) is known color: Forest Green. HEX triplet: 1F, 88 and 0E. RGB value is (31,136,14). Sum of RGB (Red+Green+Blue) = 31+136+14=181 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.13% from 181); Green value is 136 (53.52% from 255 or 75.14% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 136 - color contains mainly: green. Hex color #1F880E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F880E is #E077F1. Grayscale: #5B5B5B. Windows color (decimal): -14710770 or 952351. OLE color: 952351.
HSL color Cylindrical-coordinate representation of color #1F880E: hue angle of 111.64º degrees, saturation: 0.81, 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 #1F880E is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 136 | 14 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.47 |
| HSL | 111.64º | 0.81% | 0.29% | - |
| HSV(B) | 111.64º | 0.9% | 0.53% | - |
| XYZ | 9.45 | 17.93 | 3.38 | - |
| YUV | 90.7 | 84.71 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 14 | 0.77 | 0 | 0.90 | 0.47 | 111.64 | 0.81 | 0.29 |
| Hex | 1F | 88 | E | 4D | 0 | 5A | 2F | 70 | 51 | 1D |
| Octal | 37 | 210 | 16 | 115 | 0 | 132 | 57 | 160 | 121 | 35 |
| Binary | 11111 | 10001000 | 1110 | 1001101 | 0 | 1011010 | 101111 | 1110000 | 1010001 | 11101 |
Color Harmonies of #1F880E
Complementary color
Monochromatic Colors of #1F880E
Black with #1F880E
Text Example
Text Example
White with #1F880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F880E; }
p { color: rgb(31,136,14); }
H1.HeaderClassName
{
color: #1F880E;
}
.AnyTagClassName
{
color: #1F880E;
}
</style>
background-color css
<style>
a { background-color: #1F880E; }
a { background-color: rgb(31,136,14); }
div.DivClassName
{
background-color: #1F880E;
}
.BgClassName
{
background-color: #1F880E;
}
</style>
border-color css
<style>
span { border-color: #1F880E; }
span { border-color: rgb(31,136,14); }
td.TdClassName
{
border-color: #1F880E;
}
.TagClassName
{
border-color: #1F880E;
}
</style>