Shades of Forest Green #1F9C19
Tints of Forest Green #1F9C19
RGB
CMYK
RGB Variations
Color information
#1F9C19 (or 0x1F9C19) is known color: Forest Green. HEX triplet: 1F, 9C and 19. RGB value is (31,156,25). Sum of RGB (Red+Green+Blue) = 31+156+25=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 156 (61.33% from 255 or 73.58% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9C19 is #E063E6. Grayscale: #686868. Windows color (decimal): -14705639 or 1678367. OLE color: 1678367.
HSL color Cylindrical-coordinate representation of color #1F9C19: hue angle of 117.25º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F9C19 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 156 | 25 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.39 |
| HSL | 117.25º | 0.72% | 0.35% | - |
| HSV(B) | 117.25º | 0.84% | 0.61% | - |
| XYZ | 12.63 | 24.14 | 4.91 | - |
| YUV | 103.69 | 83.59 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 25 | 0.80 | 0 | 0.84 | 0.39 | 117.25 | 0.72 | 0.35 |
| Hex | 1F | 9C | 19 | 50 | 0 | 54 | 27 | 75 | 48 | 23 |
| Octal | 37 | 234 | 31 | 120 | 0 | 124 | 47 | 165 | 110 | 43 |
| Binary | 11111 | 10011100 | 11001 | 1010000 | 0 | 1010100 | 100111 | 1110101 | 1001000 | 100011 |
Color Harmonies of #1F9C19
Complementary color
Monochromatic Colors of #1F9C19
Black with #1F9C19
Text Example
Text Example
White with #1F9C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9C19; }
p { color: rgb(31,156,25); }
H1.HeaderClassName
{
color: #1F9C19;
}
.AnyTagClassName
{
color: #1F9C19;
}
</style>
background-color css
<style>
a { background-color: #1F9C19; }
a { background-color: rgb(31,156,25); }
div.DivClassName
{
background-color: #1F9C19;
}
.BgClassName
{
background-color: #1F9C19;
}
</style>
border-color css
<style>
span { border-color: #1F9C19; }
span { border-color: rgb(31,156,25); }
td.TdClassName
{
border-color: #1F9C19;
}
.TagClassName
{
border-color: #1F9C19;
}
</style>