Shades of Dark Spring Green #1F7547
Tints of Dark Spring Green #1F7547
RGB
CMYK
RGB Variations
Color information
#1F7547 (or 0x1F7547) is known color: Dark Spring Green. HEX triplet: 1F, 75 and 47. RGB value is (31,117,71). Sum of RGB (Red+Green+Blue) = 31+117+71=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #1F7547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7547 is #E08AB8. Grayscale: #565656. Windows color (decimal): -14715577 or 4683039. OLE color: 4683039.
HSL color Cylindrical-coordinate representation of color #1F7547: hue angle of 147.91º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7547 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 71 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.54 |
| HSL | 147.91º | 0.58% | 0.29% | - |
| HSV(B) | 147.91º | 0.74% | 0.46% | - |
| XYZ | 8.06 | 13.47 | 8.14 | - |
| YUV | 86.04 | 119.51 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 71 | 0.74 | 0 | 0.39 | 0.54 | 147.91 | 0.58 | 0.29 |
| Hex | 1F | 75 | 47 | 4A | 0 | 27 | 36 | 94 | 3A | 1D |
| Octal | 37 | 165 | 107 | 112 | 0 | 47 | 66 | 224 | 72 | 35 |
| Binary | 11111 | 1110101 | 1000111 | 1001010 | 0 | 100111 | 110110 | 10010100 | 111010 | 11101 |
Color Harmonies of #1F7547
Complementary color
Monochromatic Colors of #1F7547
Black with #1F7547
Text Example
Text Example
White with #1F7547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7547; }
p { color: rgb(31,117,71); }
H1.HeaderClassName
{
color: #1F7547;
}
.AnyTagClassName
{
color: #1F7547;
}
</style>
background-color css
<style>
a { background-color: #1F7547; }
a { background-color: rgb(31,117,71); }
div.DivClassName
{
background-color: #1F7547;
}
.BgClassName
{
background-color: #1F7547;
}
</style>
border-color css
<style>
span { border-color: #1F7547; }
span { border-color: rgb(31,117,71); }
td.TdClassName
{
border-color: #1F7547;
}
.TagClassName
{
border-color: #1F7547;
}
</style>