Shades of Forest Green #1F8D1F
Tints of Forest Green #1F8D1F
RGB
CMYK
RGB Variations
Color information
#1F8D1F (or 0x1F8D1F) is known color: Forest Green. HEX triplet: 1F, 8D and 1F. RGB value is (31,141,31). Sum of RGB (Red+Green+Blue) = 31+141+31=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 141 (55.47% from 255 or 69.46% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 141 - color contains mainly: green. Hex color #1F8D1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8D1F is #E072E0. Grayscale: #5F5F5F. Windows color (decimal): -14709473 or 2067743. OLE color: 2067743.
HSL color Cylindrical-coordinate representation of color #1F8D1F: hue angle of 120º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8D1F is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 141 | 31 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.45 |
| HSL | 120º | 0.64% | 0.34% | - |
| HSV(B) | 120º | 0.78% | 0.55% | - |
| XYZ | 10.34 | 19.44 | 4.5 | - |
| YUV | 95.57 | 91.56 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 141 | 31 | 0.78 | 0 | 0.78 | 0.45 | 120 | 0.64 | 0.34 |
| Hex | 1F | 8D | 1F | 4E | 0 | 4E | 2D | 78 | 40 | 22 |
| Octal | 37 | 215 | 37 | 116 | 0 | 116 | 55 | 170 | 100 | 42 |
| Binary | 11111 | 10001101 | 11111 | 1001110 | 0 | 1001110 | 101101 | 1111000 | 1000000 | 100010 |
Color Harmonies of #1F8D1F
Complementary color
Monochromatic Colors of #1F8D1F
Black with #1F8D1F
Text Example
Text Example
White with #1F8D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8D1F; }
p { color: rgb(31,141,31); }
H1.HeaderClassName
{
color: #1F8D1F;
}
.AnyTagClassName
{
color: #1F8D1F;
}
</style>
background-color css
<style>
a { background-color: #1F8D1F; }
a { background-color: rgb(31,141,31); }
div.DivClassName
{
background-color: #1F8D1F;
}
.BgClassName
{
background-color: #1F8D1F;
}
</style>
border-color css
<style>
span { border-color: #1F8D1F; }
span { border-color: rgb(31,141,31); }
td.TdClassName
{
border-color: #1F8D1F;
}
.TagClassName
{
border-color: #1F8D1F;
}
</style>