Shades of Dark Spring Green #048A34
Tints of Dark Spring Green #048A34
RGB
CMYK
RGB Variations
Color information
#048A34 (or 0x048A34) is known color: Dark Spring Green. HEX triplet: 04, 8A and 34. RGB value is (4,138,52). Sum of RGB (Red+Green+Blue) = 4+138+52=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 138 (54.30% from 255 or 71.13% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 138 - color contains mainly: green. Hex color #048A34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048A34 is #FB75CB. Grayscale: #585858. Windows color (decimal): -16479692 or 3443204. OLE color: 3443204.
HSL color Cylindrical-coordinate representation of color #048A34: hue angle of 141.49º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048A34 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 138 | 52 | - |
| CMYK | 0.97 | 0 | 0.62 | 0.46 |
| HSL | 141.49º | 0.94% | 0.28% | - |
| HSV(B) | 141.49º | 0.97% | 0.54% | - |
| XYZ | 9.76 | 18.45 | 6.3 | - |
| YUV | 88.13 | 107.61 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 138 | 52 | 0.97 | 0 | 0.62 | 0.46 | 141.49 | 0.94 | 0.28 |
| Hex | 4 | 8A | 34 | 61 | 0 | 3E | 2E | 8D | 5E | 1C |
| Octal | 4 | 212 | 64 | 141 | 0 | 76 | 56 | 215 | 136 | 34 |
| Binary | 100 | 10001010 | 110100 | 1100001 | 0 | 111110 | 101110 | 10001101 | 1011110 | 11100 |
Color Harmonies of #048A34
Complementary color
Monochromatic Colors of #048A34
Black with #048A34
Text Example
Text Example
White with #048A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048A34; }
p { color: rgb(4,138,52); }
H1.HeaderClassName
{
color: #048A34;
}
.AnyTagClassName
{
color: #048A34;
}
</style>
background-color css
<style>
a { background-color: #048A34; }
a { background-color: rgb(4,138,52); }
div.DivClassName
{
background-color: #048A34;
}
.BgClassName
{
background-color: #048A34;
}
</style>
border-color css
<style>
span { border-color: #048A34; }
span { border-color: rgb(4,138,52); }
td.TdClassName
{
border-color: #048A34;
}
.TagClassName
{
border-color: #048A34;
}
</style>