Shades of Dark Spring Green #1F704B
Tints of Dark Spring Green #1F704B
RGB
CMYK
RGB Variations
Color information
#1F704B (or 0x1F704B) is known color: Dark Spring Green. HEX triplet: 1F, 70 and 4B. RGB value is (31,112,75). Sum of RGB (Red+Green+Blue) = 31+112+75=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #1F704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F704B is #E08FB4. Grayscale: #535353. Windows color (decimal): -14716853 or 4943903. OLE color: 4943903.
HSL color Cylindrical-coordinate representation of color #1F704B: hue angle of 152.59º 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 #1F704B is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 75 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.56 |
| HSL | 152.59º | 0.57% | 0.28% | - |
| HSV(B) | 152.59º | 0.72% | 0.44% | - |
| XYZ | 7.63 | 12.39 | 8.65 | - |
| YUV | 83.56 | 123.16 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 75 | 0.72 | 0 | 0.33 | 0.56 | 152.59 | 0.57 | 0.28 |
| Hex | 1F | 70 | 4B | 48 | 0 | 21 | 38 | 99 | 39 | 1C |
| Octal | 37 | 160 | 113 | 110 | 0 | 41 | 70 | 231 | 71 | 34 |
| Binary | 11111 | 1110000 | 1001011 | 1001000 | 0 | 100001 | 111000 | 10011001 | 111001 | 11100 |
Color Harmonies of #1F704B
Complementary color
Monochromatic Colors of #1F704B
Black with #1F704B
Text Example
Text Example
White with #1F704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F704B; }
p { color: rgb(31,112,75); }
H1.HeaderClassName
{
color: #1F704B;
}
.AnyTagClassName
{
color: #1F704B;
}
</style>
background-color css
<style>
a { background-color: #1F704B; }
a { background-color: rgb(31,112,75); }
div.DivClassName
{
background-color: #1F704B;
}
.BgClassName
{
background-color: #1F704B;
}
</style>
border-color css
<style>
span { border-color: #1F704B; }
span { border-color: rgb(31,112,75); }
td.TdClassName
{
border-color: #1F704B;
}
.TagClassName
{
border-color: #1F704B;
}
</style>