Shades of Dark Spring Green #1F7C41
Tints of Dark Spring Green #1F7C41
RGB
CMYK
RGB Variations
Color information
#1F7C41 (or 0x1F7C41) is known color: Dark Spring Green. HEX triplet: 1F, 7C and 41. RGB value is (31,124,65). Sum of RGB (Red+Green+Blue) = 31+124+65=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 124 (48.83% from 255 or 56.36% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 124 - color contains mainly: green. Hex color #1F7C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7C41 is #E083BE. Grayscale: #595959. Windows color (decimal): -14713791 or 4291615. OLE color: 4291615.
HSL color Cylindrical-coordinate representation of color #1F7C41: hue angle of 141.94º 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 #1F7C41 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 124 | 65 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.51 |
| HSL | 141.94º | 0.6% | 0.3% | - |
| HSV(B) | 141.94º | 0.75% | 0.49% | - |
| XYZ | 8.73 | 15.09 | 7.45 | - |
| YUV | 89.47 | 114.19 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 124 | 65 | 0.75 | 0 | 0.48 | 0.51 | 141.94 | 0.6 | 0.3 |
| Hex | 1F | 7C | 41 | 4B | 0 | 30 | 33 | 8E | 3C | 1E |
| Octal | 37 | 174 | 101 | 113 | 0 | 60 | 63 | 216 | 74 | 36 |
| Binary | 11111 | 1111100 | 1000001 | 1001011 | 0 | 110000 | 110011 | 10001110 | 111100 | 11110 |
Color Harmonies of #1F7C41
Complementary color
Monochromatic Colors of #1F7C41
Black with #1F7C41
Text Example
Text Example
White with #1F7C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7C41; }
p { color: rgb(31,124,65); }
H1.HeaderClassName
{
color: #1F7C41;
}
.AnyTagClassName
{
color: #1F7C41;
}
</style>
background-color css
<style>
a { background-color: #1F7C41; }
a { background-color: rgb(31,124,65); }
div.DivClassName
{
background-color: #1F7C41;
}
.BgClassName
{
background-color: #1F7C41;
}
</style>
border-color css
<style>
span { border-color: #1F7C41; }
span { border-color: rgb(31,124,65); }
td.TdClassName
{
border-color: #1F7C41;
}
.TagClassName
{
border-color: #1F7C41;
}
</style>