Shades of Dark Spring Green #1F704C
Tints of Dark Spring Green #1F704C
RGB
CMYK
RGB Variations
Color information
#1F704C (or 0x1F704C) is known color: Dark Spring Green. HEX triplet: 1F, 70 and 4C. RGB value is (31,112,76). Sum of RGB (Red+Green+Blue) = 31+112+76=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #1F704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F704C is #E08FB3. Grayscale: #535353. Windows color (decimal): -14716852 or 5009439. OLE color: 5009439.
HSL color Cylindrical-coordinate representation of color #1F704C: hue angle of 153.33º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F704C is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 76 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.56 |
| HSL | 153.33º | 0.57% | 0.28% | - |
| HSV(B) | 153.33º | 0.72% | 0.44% | - |
| XYZ | 7.66 | 12.4 | 8.83 | - |
| YUV | 83.68 | 123.66 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 76 | 0.72 | 0 | 0.32 | 0.56 | 153.33 | 0.57 | 0.28 |
| Hex | 1F | 70 | 4C | 48 | 0 | 20 | 38 | 99 | 39 | 1C |
| Octal | 37 | 160 | 114 | 110 | 0 | 40 | 70 | 231 | 71 | 34 |
| Binary | 11111 | 1110000 | 1001100 | 1001000 | 0 | 100000 | 111000 | 10011001 | 111001 | 11100 |
Color Harmonies of #1F704C
Complementary color
Monochromatic Colors of #1F704C
Black with #1F704C
Text Example
Text Example
White with #1F704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F704C; }
p { color: rgb(31,112,76); }
H1.HeaderClassName
{
color: #1F704C;
}
.AnyTagClassName
{
color: #1F704C;
}
</style>
background-color css
<style>
a { background-color: #1F704C; }
a { background-color: rgb(31,112,76); }
div.DivClassName
{
background-color: #1F704C;
}
.BgClassName
{
background-color: #1F704C;
}
</style>
border-color css
<style>
span { border-color: #1F704C; }
span { border-color: rgb(31,112,76); }
td.TdClassName
{
border-color: #1F704C;
}
.TagClassName
{
border-color: #1F704C;
}
</style>