Shades of Dark Spring Green #1F7C40
Tints of Dark Spring Green #1F7C40
RGB
CMYK
RGB Variations
Color information
#1F7C40 (or 0x1F7C40) is known color: Dark Spring Green. HEX triplet: 1F, 7C and 40. RGB value is (31,124,64). Sum of RGB (Red+Green+Blue) = 31+124+64=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #1F7C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7C40 is #E083BF. Grayscale: #595959. Windows color (decimal): -14713792 or 4226079. OLE color: 4226079.
HSL color Cylindrical-coordinate representation of color #1F7C40: hue angle of 141.29º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7C40 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 124 | 64 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.51 |
| HSL | 141.29º | 0.6% | 0.3% | - |
| HSV(B) | 141.29º | 0.75% | 0.49% | - |
| XYZ | 8.7 | 15.08 | 7.3 | - |
| YUV | 89.35 | 113.69 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 124 | 64 | 0.75 | 0 | 0.48 | 0.51 | 141.29 | 0.6 | 0.3 |
| Hex | 1F | 7C | 40 | 4B | 0 | 30 | 33 | 8D | 3C | 1E |
| Octal | 37 | 174 | 100 | 113 | 0 | 60 | 63 | 215 | 74 | 36 |
| Binary | 11111 | 1111100 | 1000000 | 1001011 | 0 | 110000 | 110011 | 10001101 | 111100 | 11110 |
Color Harmonies of #1F7C40
Complementary color
Monochromatic Colors of #1F7C40
Black with #1F7C40
Text Example
Text Example
White with #1F7C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7C40; }
p { color: rgb(31,124,64); }
H1.HeaderClassName
{
color: #1F7C40;
}
.AnyTagClassName
{
color: #1F7C40;
}
</style>
background-color css
<style>
a { background-color: #1F7C40; }
a { background-color: rgb(31,124,64); }
div.DivClassName
{
background-color: #1F7C40;
}
.BgClassName
{
background-color: #1F7C40;
}
</style>
border-color css
<style>
span { border-color: #1F7C40; }
span { border-color: rgb(31,124,64); }
td.TdClassName
{
border-color: #1F7C40;
}
.TagClassName
{
border-color: #1F7C40;
}
</style>