Shades of Forest Green #1F791D
Tints of Forest Green #1F791D
RGB
CMYK
RGB Variations
Color information
#1F791D (or 0x1F791D) is known color: Forest Green. HEX triplet: 1F, 79 and 1D. RGB value is (31,121,29). Sum of RGB (Red+Green+Blue) = 31+121+29=181 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.13% from 181); Green value is 121 (47.66% from 255 or 66.85% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 121 - color contains mainly: green. Hex color #1F791D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F791D is #E086E2. Grayscale: #535353. Windows color (decimal): -14714595 or 1931551. OLE color: 1931551.
HSL color Cylindrical-coordinate representation of color #1F791D: hue angle of 118.7º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F791D is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 121 | 29 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.53 |
| HSL | 118.7º | 0.61% | 0.29% | - |
| HSV(B) | 118.7º | 0.76% | 0.47% | - |
| XYZ | 7.62 | 14.05 | 3.47 | - |
| YUV | 83.6 | 97.18 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 121 | 29 | 0.74 | 0 | 0.76 | 0.53 | 118.7 | 0.61 | 0.29 |
| Hex | 1F | 79 | 1D | 4A | 0 | 4C | 35 | 77 | 3D | 1D |
| Octal | 37 | 171 | 35 | 112 | 0 | 114 | 65 | 167 | 75 | 35 |
| Binary | 11111 | 1111001 | 11101 | 1001010 | 0 | 1001100 | 110101 | 1110111 | 111101 | 11101 |
Color Harmonies of #1F791D
Complementary color
Monochromatic Colors of #1F791D
Black with #1F791D
Text Example
Text Example
White with #1F791D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F791D; }
p { color: rgb(31,121,29); }
H1.HeaderClassName
{
color: #1F791D;
}
.AnyTagClassName
{
color: #1F791D;
}
</style>
background-color css
<style>
a { background-color: #1F791D; }
a { background-color: rgb(31,121,29); }
div.DivClassName
{
background-color: #1F791D;
}
.BgClassName
{
background-color: #1F791D;
}
</style>
border-color css
<style>
span { border-color: #1F791D; }
span { border-color: rgb(31,121,29); }
td.TdClassName
{
border-color: #1F791D;
}
.TagClassName
{
border-color: #1F791D;
}
</style>