Shades of Dark Spring Green #1F7E3F
Tints of Dark Spring Green #1F7E3F
RGB
CMYK
RGB Variations
Color information
#1F7E3F (or 0x1F7E3F) is known color: Dark Spring Green. HEX triplet: 1F, 7E and 3F. RGB value is (31,126,63). Sum of RGB (Red+Green+Blue) = 31+126+63=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 126 (49.61% from 255 or 57.27% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7E3F is #E081C0. Grayscale: #5A5A5A. Windows color (decimal): -14713281 or 4161055. OLE color: 4161055.
HSL color Cylindrical-coordinate representation of color #1F7E3F: hue angle of 140.21º 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 #1F7E3F is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 126 | 63 | - |
| CMYK | 0.75 | 0 | 0.50 | 0.51 |
| HSL | 140.21º | 0.61% | 0.31% | - |
| HSV(B) | 140.21º | 0.75% | 0.49% | - |
| XYZ | 8.92 | 15.57 | 7.24 | - |
| YUV | 90.41 | 112.53 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 63 | 0.75 | 0 | 0.50 | 0.51 | 140.21 | 0.61 | 0.31 |
| Hex | 1F | 7E | 3F | 4B | 0 | 32 | 33 | 8C | 3D | 1F |
| Octal | 37 | 176 | 77 | 113 | 0 | 62 | 63 | 214 | 75 | 37 |
| Binary | 11111 | 1111110 | 111111 | 1001011 | 0 | 110010 | 110011 | 10001100 | 111101 | 11111 |
Color Harmonies of #1F7E3F
Complementary color
Monochromatic Colors of #1F7E3F
Black with #1F7E3F
Text Example
Text Example
White with #1F7E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7E3F; }
p { color: rgb(31,126,63); }
H1.HeaderClassName
{
color: #1F7E3F;
}
.AnyTagClassName
{
color: #1F7E3F;
}
</style>
background-color css
<style>
a { background-color: #1F7E3F; }
a { background-color: rgb(31,126,63); }
div.DivClassName
{
background-color: #1F7E3F;
}
.BgClassName
{
background-color: #1F7E3F;
}
</style>
border-color css
<style>
span { border-color: #1F7E3F; }
span { border-color: rgb(31,126,63); }
td.TdClassName
{
border-color: #1F7E3F;
}
.TagClassName
{
border-color: #1F7E3F;
}
</style>