Shades of Dark Spring Green #048A2E
Tints of Dark Spring Green #048A2E
RGB
CMYK
RGB Variations
Color information
#048A2E (or 0x048A2E) is known color: Dark Spring Green. HEX triplet: 04, 8A and 2E. RGB value is (4,138,46). Sum of RGB (Red+Green+Blue) = 4+138+46=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 138 (54.30% from 255 or 73.40% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 138 - color contains mainly: green. Hex color #048A2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048A2E is #FB75D1. Grayscale: #575757. Windows color (decimal): -16479698 or 3049988. OLE color: 3049988.
HSL color Cylindrical-coordinate representation of color #048A2E: hue angle of 138.81º 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 #048A2E is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 138 | 46 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.46 |
| HSL | 138.81º | 0.94% | 0.28% | - |
| HSV(B) | 138.81º | 0.97% | 0.54% | - |
| XYZ | 9.63 | 18.4 | 5.63 | - |
| YUV | 87.45 | 104.61 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 138 | 46 | 0.97 | 0 | 0.67 | 0.46 | 138.81 | 0.94 | 0.28 |
| Hex | 4 | 8A | 2E | 61 | 0 | 43 | 2E | 8B | 5E | 1C |
| Octal | 4 | 212 | 56 | 141 | 0 | 103 | 56 | 213 | 136 | 34 |
| Binary | 100 | 10001010 | 101110 | 1100001 | 0 | 1000011 | 101110 | 10001011 | 1011110 | 11100 |
Color Harmonies of #048A2E
Complementary color
Monochromatic Colors of #048A2E
Black with #048A2E
Text Example
Text Example
White with #048A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048A2E; }
p { color: rgb(4,138,46); }
H1.HeaderClassName
{
color: #048A2E;
}
.AnyTagClassName
{
color: #048A2E;
}
</style>
background-color css
<style>
a { background-color: #048A2E; }
a { background-color: rgb(4,138,46); }
div.DivClassName
{
background-color: #048A2E;
}
.BgClassName
{
background-color: #048A2E;
}
</style>
border-color css
<style>
span { border-color: #048A2E; }
span { border-color: rgb(4,138,46); }
td.TdClassName
{
border-color: #048A2E;
}
.TagClassName
{
border-color: #048A2E;
}
</style>