Shades of Dark Spring Green #1F7544
Tints of Dark Spring Green #1F7544
RGB
CMYK
RGB Variations
Color information
#1F7544 (or 0x1F7544) is known color: Dark Spring Green. HEX triplet: 1F, 75 and 44. RGB value is (31,117,68). Sum of RGB (Red+Green+Blue) = 31+117+68=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #1F7544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7544 is #E08ABB. Grayscale: #555555. Windows color (decimal): -14715580 or 4486431. OLE color: 4486431.
HSL color Cylindrical-coordinate representation of color #1F7544: hue angle of 145.81º 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 #1F7544 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 68 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.54 |
| HSL | 145.81º | 0.58% | 0.29% | - |
| HSV(B) | 145.81º | 0.74% | 0.46% | - |
| XYZ | 7.97 | 13.43 | 7.64 | - |
| YUV | 85.7 | 118.01 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 68 | 0.74 | 0 | 0.42 | 0.54 | 145.81 | 0.58 | 0.29 |
| Hex | 1F | 75 | 44 | 4A | 0 | 2A | 36 | 92 | 3A | 1D |
| Octal | 37 | 165 | 104 | 112 | 0 | 52 | 66 | 222 | 72 | 35 |
| Binary | 11111 | 1110101 | 1000100 | 1001010 | 0 | 101010 | 110110 | 10010010 | 111010 | 11101 |
Color Harmonies of #1F7544
Complementary color
Monochromatic Colors of #1F7544
Black with #1F7544
Text Example
Text Example
White with #1F7544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7544; }
p { color: rgb(31,117,68); }
H1.HeaderClassName
{
color: #1F7544;
}
.AnyTagClassName
{
color: #1F7544;
}
</style>
background-color css
<style>
a { background-color: #1F7544; }
a { background-color: rgb(31,117,68); }
div.DivClassName
{
background-color: #1F7544;
}
.BgClassName
{
background-color: #1F7544;
}
</style>
border-color css
<style>
span { border-color: #1F7544; }
span { border-color: rgb(31,117,68); }
td.TdClassName
{
border-color: #1F7544;
}
.TagClassName
{
border-color: #1F7544;
}
</style>