Shades of Forest Green #1F9D19
Tints of Forest Green #1F9D19
RGB
CMYK
RGB Variations
Color information
#1F9D19 (or 0x1F9D19) is known color: Forest Green. HEX triplet: 1F, 9D and 19. RGB value is (31,157,25). Sum of RGB (Red+Green+Blue) = 31+157+25=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 157 (61.72% from 255 or 73.71% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 157 - color contains mainly: green. Hex color #1F9D19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9D19 is #E062E6. Grayscale: #686868. Windows color (decimal): -14705383 or 1678623. OLE color: 1678623.
HSL color Cylindrical-coordinate representation of color #1F9D19: hue angle of 117.27º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F9D19 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 157 | 25 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.38 |
| HSL | 117.27º | 0.73% | 0.36% | - |
| HSV(B) | 117.27º | 0.84% | 0.62% | - |
| XYZ | 12.8 | 24.48 | 4.97 | - |
| YUV | 104.28 | 83.26 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 157 | 25 | 0.80 | 0 | 0.84 | 0.38 | 117.27 | 0.73 | 0.36 |
| Hex | 1F | 9D | 19 | 50 | 0 | 54 | 26 | 75 | 49 | 24 |
| Octal | 37 | 235 | 31 | 120 | 0 | 124 | 46 | 165 | 111 | 44 |
| Binary | 11111 | 10011101 | 11001 | 1010000 | 0 | 1010100 | 100110 | 1110101 | 1001001 | 100100 |
Color Harmonies of #1F9D19
Complementary color
Monochromatic Colors of #1F9D19
Black with #1F9D19
Text Example
Text Example
White with #1F9D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9D19; }
p { color: rgb(31,157,25); }
H1.HeaderClassName
{
color: #1F9D19;
}
.AnyTagClassName
{
color: #1F9D19;
}
</style>
background-color css
<style>
a { background-color: #1F9D19; }
a { background-color: rgb(31,157,25); }
div.DivClassName
{
background-color: #1F9D19;
}
.BgClassName
{
background-color: #1F9D19;
}
</style>
border-color css
<style>
span { border-color: #1F9D19; }
span { border-color: rgb(31,157,25); }
td.TdClassName
{
border-color: #1F9D19;
}
.TagClassName
{
border-color: #1F9D19;
}
</style>