Shades of Forest Green #1F7E0F
Tints of Forest Green #1F7E0F
RGB
CMYK
RGB Variations
Color information
#1F7E0F (or 0x1F7E0F) is known color: Forest Green. HEX triplet: 1F, 7E and 0F. RGB value is (31,126,15). Sum of RGB (Red+Green+Blue) = 31+126+15=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 126 (49.61% from 255 or 73.26% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7E0F is #E081F0. Grayscale: #555555. Windows color (decimal): -14713329 or 1015327. OLE color: 1015327.
HSL color Cylindrical-coordinate representation of color #1F7E0F: hue angle of 111.35º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F7E0F is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 126 | 15 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.51 |
| HSL | 111.35º | 0.79% | 0.28% | - |
| HSV(B) | 111.35º | 0.88% | 0.49% | - |
| XYZ | 8.11 | 15.25 | 2.97 | - |
| YUV | 84.94 | 88.53 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 15 | 0.75 | 0 | 0.88 | 0.51 | 111.35 | 0.79 | 0.28 |
| Hex | 1F | 7E | F | 4B | 0 | 58 | 33 | 6F | 4F | 1C |
| Octal | 37 | 176 | 17 | 113 | 0 | 130 | 63 | 157 | 117 | 34 |
| Binary | 11111 | 1111110 | 1111 | 1001011 | 0 | 1011000 | 110011 | 1101111 | 1001111 | 11100 |
Color Harmonies of #1F7E0F
Complementary color
Monochromatic Colors of #1F7E0F
Black with #1F7E0F
Text Example
Text Example
White with #1F7E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7E0F; }
p { color: rgb(31,126,15); }
H1.HeaderClassName
{
color: #1F7E0F;
}
.AnyTagClassName
{
color: #1F7E0F;
}
</style>
background-color css
<style>
a { background-color: #1F7E0F; }
a { background-color: rgb(31,126,15); }
div.DivClassName
{
background-color: #1F7E0F;
}
.BgClassName
{
background-color: #1F7E0F;
}
</style>
border-color css
<style>
span { border-color: #1F7E0F; }
span { border-color: rgb(31,126,15); }
td.TdClassName
{
border-color: #1F7E0F;
}
.TagClassName
{
border-color: #1F7E0F;
}
</style>