Shades of Dark Spring Green #1F7E3E
Tints of Dark Spring Green #1F7E3E
RGB
CMYK
RGB Variations
Color information
#1F7E3E (or 0x1F7E3E) is known color: Dark Spring Green. HEX triplet: 1F, 7E and 3E. RGB value is (31,126,62). Sum of RGB (Red+Green+Blue) = 31+126+62=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 126 (49.61% from 255 or 57.53% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7E3E is #E081C1. Grayscale: #5A5A5A. Windows color (decimal): -14713282 or 4095519. OLE color: 4095519.
HSL color Cylindrical-coordinate representation of color #1F7E3E: hue angle of 139.58º 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 #1F7E3E is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 126 | 62 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.51 |
| HSL | 139.58º | 0.61% | 0.31% | - |
| HSV(B) | 139.58º | 0.75% | 0.49% | - |
| XYZ | 8.9 | 15.56 | 7.09 | - |
| YUV | 90.3 | 112.03 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 62 | 0.75 | 0 | 0.51 | 0.51 | 139.58 | 0.61 | 0.31 |
| Hex | 1F | 7E | 3E | 4B | 0 | 33 | 33 | 8C | 3D | 1F |
| Octal | 37 | 176 | 76 | 113 | 0 | 63 | 63 | 214 | 75 | 37 |
| Binary | 11111 | 1111110 | 111110 | 1001011 | 0 | 110011 | 110011 | 10001100 | 111101 | 11111 |
Color Harmonies of #1F7E3E
Complementary color
Monochromatic Colors of #1F7E3E
Black with #1F7E3E
Text Example
Text Example
White with #1F7E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7E3E; }
p { color: rgb(31,126,62); }
H1.HeaderClassName
{
color: #1F7E3E;
}
.AnyTagClassName
{
color: #1F7E3E;
}
</style>
background-color css
<style>
a { background-color: #1F7E3E; }
a { background-color: rgb(31,126,62); }
div.DivClassName
{
background-color: #1F7E3E;
}
.BgClassName
{
background-color: #1F7E3E;
}
</style>
border-color css
<style>
span { border-color: #1F7E3E; }
span { border-color: rgb(31,126,62); }
td.TdClassName
{
border-color: #1F7E3E;
}
.TagClassName
{
border-color: #1F7E3E;
}
</style>