Shades of Dark Spring Green #1F7840
Tints of Dark Spring Green #1F7840
RGB
CMYK
RGB Variations
Color information
#1F7840 (or 0x1F7840) is known color: Dark Spring Green. HEX triplet: 1F, 78 and 40. RGB value is (31,120,64). Sum of RGB (Red+Green+Blue) = 31+120+64=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 120 (47.27% from 255 or 55.81% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7840 is #E087BF. Grayscale: #575757. Windows color (decimal): -14714816 or 4225055. OLE color: 4225055.
HSL color Cylindrical-coordinate representation of color #1F7840: hue angle of 142.25º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7840 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 120 | 64 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.53 |
| HSL | 142.25º | 0.59% | 0.3% | - |
| HSV(B) | 142.25º | 0.74% | 0.47% | - |
| XYZ | 8.21 | 14.09 | 7.14 | - |
| YUV | 87.01 | 115.01 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 64 | 0.74 | 0 | 0.47 | 0.53 | 142.25 | 0.59 | 0.3 |
| Hex | 1F | 78 | 40 | 4A | 0 | 2F | 35 | 8E | 3B | 1E |
| Octal | 37 | 170 | 100 | 112 | 0 | 57 | 65 | 216 | 73 | 36 |
| Binary | 11111 | 1111000 | 1000000 | 1001010 | 0 | 101111 | 110101 | 10001110 | 111011 | 11110 |
Color Harmonies of #1F7840
Complementary color
Monochromatic Colors of #1F7840
Black with #1F7840
Text Example
Text Example
White with #1F7840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7840; }
p { color: rgb(31,120,64); }
H1.HeaderClassName
{
color: #1F7840;
}
.AnyTagClassName
{
color: #1F7840;
}
</style>
background-color css
<style>
a { background-color: #1F7840; }
a { background-color: rgb(31,120,64); }
div.DivClassName
{
background-color: #1F7840;
}
.BgClassName
{
background-color: #1F7840;
}
</style>
border-color css
<style>
span { border-color: #1F7840; }
span { border-color: rgb(31,120,64); }
td.TdClassName
{
border-color: #1F7840;
}
.TagClassName
{
border-color: #1F7840;
}
</style>