Shades of Dark Spring Green #047542
Tints of Dark Spring Green #047542
RGB
CMYK
RGB Variations
Color information
#047542 (or 0x047542) is known color: Dark Spring Green. HEX triplet: 04, 75 and 42. RGB value is (4,117,66). Sum of RGB (Red+Green+Blue) = 4+117+66=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #047542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047542 is #FB8ABD. Grayscale: #4D4D4D. Windows color (decimal): -16485054 or 4355332. OLE color: 4355332.
HSL color Cylindrical-coordinate representation of color #047542: hue angle of 152.92º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047542 is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 117 | 66 | - |
| CMYK | 0.97 | 0 | 0.44 | 0.54 |
| HSL | 152.92º | 0.93% | 0.24% | - |
| HSV(B) | 152.92º | 0.97% | 0.46% | - |
| XYZ | 7.39 | 13.14 | 7.3 | - |
| YUV | 77.4 | 121.56 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 117 | 66 | 0.97 | 0 | 0.44 | 0.54 | 152.92 | 0.93 | 0.24 |
| Hex | 4 | 75 | 42 | 61 | 0 | 2C | 36 | 99 | 5D | 18 |
| Octal | 4 | 165 | 102 | 141 | 0 | 54 | 66 | 231 | 135 | 30 |
| Binary | 100 | 1110101 | 1000010 | 1100001 | 0 | 101100 | 110110 | 10011001 | 1011101 | 11000 |
Color Harmonies of #047542
Complementary color
Monochromatic Colors of #047542
Black with #047542
Text Example
Text Example
White with #047542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047542; }
p { color: rgb(4,117,66); }
H1.HeaderClassName
{
color: #047542;
}
.AnyTagClassName
{
color: #047542;
}
</style>
background-color css
<style>
a { background-color: #047542; }
a { background-color: rgb(4,117,66); }
div.DivClassName
{
background-color: #047542;
}
.BgClassName
{
background-color: #047542;
}
</style>
border-color css
<style>
span { border-color: #047542; }
span { border-color: rgb(4,117,66); }
td.TdClassName
{
border-color: #047542;
}
.TagClassName
{
border-color: #047542;
}
</style>