Shades of Forest Green #1F761D
Tints of Forest Green #1F761D
RGB
CMYK
RGB Variations
Color information
#1F761D (or 0x1F761D) is known color: Forest Green. HEX triplet: 1F, 76 and 1D. RGB value is (31,118,29). Sum of RGB (Red+Green+Blue) = 31+118+29=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 118 (46.48% from 255 or 66.29% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 118 - color contains mainly: green. Hex color #1F761D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F761D is #E089E2. Grayscale: #525252. Windows color (decimal): -14715363 or 1930783. OLE color: 1930783.
HSL color Cylindrical-coordinate representation of color #1F761D: hue angle of 118.65º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F761D is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 118 | 29 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.54 |
| HSL | 118.65º | 0.61% | 0.29% | - |
| HSV(B) | 118.65º | 0.75% | 0.46% | - |
| XYZ | 7.27 | 13.34 | 3.35 | - |
| YUV | 81.84 | 98.18 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 29 | 0.74 | 0 | 0.75 | 0.54 | 118.65 | 0.61 | 0.29 |
| Hex | 1F | 76 | 1D | 4A | 0 | 4B | 36 | 77 | 3D | 1D |
| Octal | 37 | 166 | 35 | 112 | 0 | 113 | 66 | 167 | 75 | 35 |
| Binary | 11111 | 1110110 | 11101 | 1001010 | 0 | 1001011 | 110110 | 1110111 | 111101 | 11101 |
Color Harmonies of #1F761D
Complementary color
Monochromatic Colors of #1F761D
Black with #1F761D
Text Example
Text Example
White with #1F761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F761D; }
p { color: rgb(31,118,29); }
H1.HeaderClassName
{
color: #1F761D;
}
.AnyTagClassName
{
color: #1F761D;
}
</style>
background-color css
<style>
a { background-color: #1F761D; }
a { background-color: rgb(31,118,29); }
div.DivClassName
{
background-color: #1F761D;
}
.BgClassName
{
background-color: #1F761D;
}
</style>
border-color css
<style>
span { border-color: #1F761D; }
span { border-color: rgb(31,118,29); }
td.TdClassName
{
border-color: #1F761D;
}
.TagClassName
{
border-color: #1F761D;
}
</style>