Shades of Forest Green #1F7819
Tints of Forest Green #1F7819
RGB
CMYK
RGB Variations
Color information
#1F7819 (or 0x1F7819) is known color: Forest Green. HEX triplet: 1F, 78 and 19. RGB value is (31,120,25). Sum of RGB (Red+Green+Blue) = 31+120+25=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 120 (47.27% from 255 or 68.18% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7819 is #E087E6. Grayscale: #525252. Windows color (decimal): -14714855 or 1669151. OLE color: 1669151.
HSL color Cylindrical-coordinate representation of color #1F7819: hue angle of 116.21º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F7819 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 120 | 25 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.53 |
| HSL | 116.21º | 0.66% | 0.28% | - |
| HSV(B) | 116.21º | 0.79% | 0.47% | - |
| XYZ | 7.46 | 13.79 | 3.19 | - |
| YUV | 82.56 | 95.51 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 25 | 0.74 | 0 | 0.79 | 0.53 | 116.21 | 0.66 | 0.28 |
| Hex | 1F | 78 | 19 | 4A | 0 | 4F | 35 | 74 | 42 | 1C |
| Octal | 37 | 170 | 31 | 112 | 0 | 117 | 65 | 164 | 102 | 34 |
| Binary | 11111 | 1111000 | 11001 | 1001010 | 0 | 1001111 | 110101 | 1110100 | 1000010 | 11100 |
Color Harmonies of #1F7819
Complementary color
Monochromatic Colors of #1F7819
Black with #1F7819
Text Example
Text Example
White with #1F7819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7819; }
p { color: rgb(31,120,25); }
H1.HeaderClassName
{
color: #1F7819;
}
.AnyTagClassName
{
color: #1F7819;
}
</style>
background-color css
<style>
a { background-color: #1F7819; }
a { background-color: rgb(31,120,25); }
div.DivClassName
{
background-color: #1F7819;
}
.BgClassName
{
background-color: #1F7819;
}
</style>
border-color css
<style>
span { border-color: #1F7819; }
span { border-color: rgb(31,120,25); }
td.TdClassName
{
border-color: #1F7819;
}
.TagClassName
{
border-color: #1F7819;
}
</style>