Shades of Forest Green #1F980F
Tints of Forest Green #1F980F
RGB
CMYK
RGB Variations
Color information
#1F980F (or 0x1F980F) is known color: Forest Green. HEX triplet: 1F, 98 and 0F. RGB value is (31,152,15). Sum of RGB (Red+Green+Blue) = 31+152+15=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 152 (59.77% from 255 or 76.77% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 152 - color contains mainly: green. Hex color #1F980F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F980F is #E067F0. Grayscale: #646464. Windows color (decimal): -14706673 or 1021983. OLE color: 1021983.
HSL color Cylindrical-coordinate representation of color #1F980F: hue angle of 112.99º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F980F is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 152 | 15 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.40 |
| HSL | 112.99º | 0.82% | 0.33% | - |
| HSV(B) | 112.99º | 0.9% | 0.6% | - |
| XYZ | 11.88 | 22.78 | 4.22 | - |
| YUV | 100.2 | 79.91 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 152 | 15 | 0.80 | 0 | 0.90 | 0.40 | 112.99 | 0.82 | 0.33 |
| Hex | 1F | 98 | F | 50 | 0 | 5A | 28 | 71 | 52 | 21 |
| Octal | 37 | 230 | 17 | 120 | 0 | 132 | 50 | 161 | 122 | 41 |
| Binary | 11111 | 10011000 | 1111 | 1010000 | 0 | 1011010 | 101000 | 1110001 | 1010010 | 100001 |
Color Harmonies of #1F980F
Complementary color
Monochromatic Colors of #1F980F
Black with #1F980F
Text Example
Text Example
White with #1F980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F980F; }
p { color: rgb(31,152,15); }
H1.HeaderClassName
{
color: #1F980F;
}
.AnyTagClassName
{
color: #1F980F;
}
</style>
background-color css
<style>
a { background-color: #1F980F; }
a { background-color: rgb(31,152,15); }
div.DivClassName
{
background-color: #1F980F;
}
.BgClassName
{
background-color: #1F980F;
}
</style>
border-color css
<style>
span { border-color: #1F980F; }
span { border-color: rgb(31,152,15); }
td.TdClassName
{
border-color: #1F980F;
}
.TagClassName
{
border-color: #1F980F;
}
</style>