Shades of Forest Green #1F980D
Tints of Forest Green #1F980D
RGB
CMYK
RGB Variations
Color information
#1F980D (or 0x1F980D) is known color: Forest Green. HEX triplet: 1F, 98 and 0D. RGB value is (31,152,13). Sum of RGB (Red+Green+Blue) = 31+152+13=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 152 (59.77% from 255 or 77.55% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 152 - color contains mainly: green. Hex color #1F980D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F980D is #E067F2. Grayscale: #646464. Windows color (decimal): -14706675 or 890911. OLE color: 890911.
HSL color Cylindrical-coordinate representation of color #1F980D: hue angle of 112.23º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F980D is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 152 | 13 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.40 |
| HSL | 112.23º | 0.84% | 0.32% | - |
| HSV(B) | 112.23º | 0.91% | 0.6% | - |
| XYZ | 11.87 | 22.78 | 4.15 | - |
| YUV | 99.98 | 78.91 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 152 | 13 | 0.80 | 0 | 0.91 | 0.40 | 112.23 | 0.84 | 0.32 |
| Hex | 1F | 98 | D | 50 | 0 | 5B | 28 | 70 | 54 | 20 |
| Octal | 37 | 230 | 15 | 120 | 0 | 133 | 50 | 160 | 124 | 40 |
| Binary | 11111 | 10011000 | 1101 | 1010000 | 0 | 1011011 | 101000 | 1110000 | 1010100 | 100000 |
Color Harmonies of #1F980D
Complementary color
Monochromatic Colors of #1F980D
Black with #1F980D
Text Example
Text Example
White with #1F980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F980D; }
p { color: rgb(31,152,13); }
H1.HeaderClassName
{
color: #1F980D;
}
.AnyTagClassName
{
color: #1F980D;
}
</style>
background-color css
<style>
a { background-color: #1F980D; }
a { background-color: rgb(31,152,13); }
div.DivClassName
{
background-color: #1F980D;
}
.BgClassName
{
background-color: #1F980D;
}
</style>
border-color css
<style>
span { border-color: #1F980D; }
span { border-color: rgb(31,152,13); }
td.TdClassName
{
border-color: #1F980D;
}
.TagClassName
{
border-color: #1F980D;
}
</style>