Shades of Dark Spring Green #1F7E42
Tints of Dark Spring Green #1F7E42
RGB
CMYK
RGB Variations
Color information
#1F7E42 (or 0x1F7E42) is known color: Dark Spring Green. HEX triplet: 1F, 7E and 42. RGB value is (31,126,66). Sum of RGB (Red+Green+Blue) = 31+126+66=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7E42 is #E081BD. Grayscale: #5A5A5A. Windows color (decimal): -14713278 or 4357663. OLE color: 4357663.
HSL color Cylindrical-coordinate representation of color #1F7E42: hue angle of 142.11º 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 #1F7E42 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 126 | 66 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.51 |
| HSL | 142.11º | 0.61% | 0.31% | - |
| HSV(B) | 142.11º | 0.75% | 0.49% | - |
| XYZ | 9.01 | 15.61 | 7.69 | - |
| YUV | 90.76 | 114.03 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 66 | 0.75 | 0 | 0.48 | 0.51 | 142.11 | 0.61 | 0.31 |
| Hex | 1F | 7E | 42 | 4B | 0 | 30 | 33 | 8E | 3D | 1F |
| Octal | 37 | 176 | 102 | 113 | 0 | 60 | 63 | 216 | 75 | 37 |
| Binary | 11111 | 1111110 | 1000010 | 1001011 | 0 | 110000 | 110011 | 10001110 | 111101 | 11111 |
Color Harmonies of #1F7E42
Complementary color
Monochromatic Colors of #1F7E42
Black with #1F7E42
Text Example
Text Example
White with #1F7E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7E42; }
p { color: rgb(31,126,66); }
H1.HeaderClassName
{
color: #1F7E42;
}
.AnyTagClassName
{
color: #1F7E42;
}
</style>
background-color css
<style>
a { background-color: #1F7E42; }
a { background-color: rgb(31,126,66); }
div.DivClassName
{
background-color: #1F7E42;
}
.BgClassName
{
background-color: #1F7E42;
}
</style>
border-color css
<style>
span { border-color: #1F7E42; }
span { border-color: rgb(31,126,66); }
td.TdClassName
{
border-color: #1F7E42;
}
.TagClassName
{
border-color: #1F7E42;
}
</style>