Shades of Dark Spring Green #048C31
Tints of Dark Spring Green #048C31
RGB
CMYK
RGB Variations
Color information
#048C31 (or 0x048C31) is known color: Dark Spring Green. HEX triplet: 04, 8C and 31. RGB value is (4,140,49). Sum of RGB (Red+Green+Blue) = 4+140+49=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 140 (55.08% from 255 or 72.54% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 140 - color contains mainly: green. Hex color #048C31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048C31 is #FB73CE. Grayscale: #595959. Windows color (decimal): -16479183 or 3247108. OLE color: 3247108.
HSL color Cylindrical-coordinate representation of color #048C31: hue angle of 139.85º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048C31 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 140 | 49 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.45 |
| HSL | 139.85º | 0.94% | 0.28% | - |
| HSV(B) | 139.85º | 0.97% | 0.55% | - |
| XYZ | 9.98 | 19 | 6.05 | - |
| YUV | 88.96 | 105.44 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 49 | 0.97 | 0 | 0.65 | 0.45 | 139.85 | 0.94 | 0.28 |
| Hex | 4 | 8C | 31 | 61 | 0 | 41 | 2D | 8C | 5E | 1C |
| Octal | 4 | 214 | 61 | 141 | 0 | 101 | 55 | 214 | 136 | 34 |
| Binary | 100 | 10001100 | 110001 | 1100001 | 0 | 1000001 | 101101 | 10001100 | 1011110 | 11100 |
Color Harmonies of #048C31
Complementary color
Monochromatic Colors of #048C31
Black with #048C31
Text Example
Text Example
White with #048C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048C31; }
p { color: rgb(4,140,49); }
H1.HeaderClassName
{
color: #048C31;
}
.AnyTagClassName
{
color: #048C31;
}
</style>
background-color css
<style>
a { background-color: #048C31; }
a { background-color: rgb(4,140,49); }
div.DivClassName
{
background-color: #048C31;
}
.BgClassName
{
background-color: #048C31;
}
</style>
border-color css
<style>
span { border-color: #048C31; }
span { border-color: rgb(4,140,49); }
td.TdClassName
{
border-color: #048C31;
}
.TagClassName
{
border-color: #048C31;
}
</style>