Shades of Dark Spring Green #1F714A
Tints of Dark Spring Green #1F714A
RGB
CMYK
RGB Variations
Color information
#1F714A (or 0x1F714A) is known color: Dark Spring Green. HEX triplet: 1F, 71 and 4A. RGB value is (31,113,74). Sum of RGB (Red+Green+Blue) = 31+113+74=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #1F714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F714A is #E08EB5. Grayscale: #545454. Windows color (decimal): -14716598 or 4878623. OLE color: 4878623.
HSL color Cylindrical-coordinate representation of color #1F714A: hue angle of 151.46º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F714A is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 113 | 74 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.56 |
| HSL | 151.46º | 0.57% | 0.28% | - |
| HSV(B) | 151.46º | 0.73% | 0.44% | - |
| XYZ | 7.71 | 12.6 | 8.5 | - |
| YUV | 84.04 | 122.33 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 74 | 0.73 | 0 | 0.35 | 0.56 | 151.46 | 0.57 | 0.28 |
| Hex | 1F | 71 | 4A | 49 | 0 | 23 | 38 | 97 | 39 | 1C |
| Octal | 37 | 161 | 112 | 111 | 0 | 43 | 70 | 227 | 71 | 34 |
| Binary | 11111 | 1110001 | 1001010 | 1001001 | 0 | 100011 | 111000 | 10010111 | 111001 | 11100 |
Color Harmonies of #1F714A
Complementary color
Monochromatic Colors of #1F714A
Black with #1F714A
Text Example
Text Example
White with #1F714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F714A; }
p { color: rgb(31,113,74); }
H1.HeaderClassName
{
color: #1F714A;
}
.AnyTagClassName
{
color: #1F714A;
}
</style>
background-color css
<style>
a { background-color: #1F714A; }
a { background-color: rgb(31,113,74); }
div.DivClassName
{
background-color: #1F714A;
}
.BgClassName
{
background-color: #1F714A;
}
</style>
border-color css
<style>
span { border-color: #1F714A; }
span { border-color: rgb(31,113,74); }
td.TdClassName
{
border-color: #1F714A;
}
.TagClassName
{
border-color: #1F714A;
}
</style>