Shades of Forest Green #1F7E26
Tints of Forest Green #1F7E26
RGB
CMYK
RGB Variations
Color information
#1F7E26 (or 0x1F7E26) is known color: Forest Green. HEX triplet: 1F, 7E and 26. RGB value is (31,126,38). Sum of RGB (Red+Green+Blue) = 31+126+38=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 126 (49.61% from 255 or 64.62% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7E26 is #E081D9. Grayscale: #575757. Windows color (decimal): -14713306 or 2522655. OLE color: 2522655.
HSL color Cylindrical-coordinate representation of color #1F7E26: hue angle of 124.42º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7E26 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 126 | 38 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.51 |
| HSL | 124.42º | 0.61% | 0.31% | - |
| HSV(B) | 124.42º | 0.75% | 0.49% | - |
| XYZ | 8.38 | 15.35 | 4.36 | - |
| YUV | 87.56 | 100.03 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 38 | 0.75 | 0 | 0.70 | 0.51 | 124.42 | 0.61 | 0.31 |
| Hex | 1F | 7E | 26 | 4B | 0 | 46 | 33 | 7C | 3D | 1F |
| Octal | 37 | 176 | 46 | 113 | 0 | 106 | 63 | 174 | 75 | 37 |
| Binary | 11111 | 1111110 | 100110 | 1001011 | 0 | 1000110 | 110011 | 1111100 | 111101 | 11111 |
Color Harmonies of #1F7E26
Complementary color
Monochromatic Colors of #1F7E26
Black with #1F7E26
Text Example
Text Example
White with #1F7E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7E26; }
p { color: rgb(31,126,38); }
H1.HeaderClassName
{
color: #1F7E26;
}
.AnyTagClassName
{
color: #1F7E26;
}
</style>
background-color css
<style>
a { background-color: #1F7E26; }
a { background-color: rgb(31,126,38); }
div.DivClassName
{
background-color: #1F7E26;
}
.BgClassName
{
background-color: #1F7E26;
}
</style>
border-color css
<style>
span { border-color: #1F7E26; }
span { border-color: rgb(31,126,38); }
td.TdClassName
{
border-color: #1F7E26;
}
.TagClassName
{
border-color: #1F7E26;
}
</style>