Shades of Dark Spring Green #048C30
Tints of Dark Spring Green #048C30
RGB
CMYK
RGB Variations
Color information
#048C30 (or 0x048C30) is known color: Dark Spring Green. HEX triplet: 04, 8C and 30. RGB value is (4,140,48). Sum of RGB (Red+Green+Blue) = 4+140+48=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 140 (55.08% from 255 or 72.92% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 140 - color contains mainly: green. Hex color #048C30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048C30 is #FB73CF. Grayscale: #595959. Windows color (decimal): -16479184 or 3181572. OLE color: 3181572.
HSL color Cylindrical-coordinate representation of color #048C30: hue angle of 139.41º 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 #048C30 is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 140 | 48 | - |
| CMYK | 0.97 | 0 | 0.66 | 0.45 |
| HSL | 139.41º | 0.94% | 0.28% | - |
| HSV(B) | 139.41º | 0.97% | 0.55% | - |
| XYZ | 9.96 | 19 | 5.94 | - |
| YUV | 88.85 | 104.94 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 48 | 0.97 | 0 | 0.66 | 0.45 | 139.41 | 0.94 | 0.28 |
| Hex | 4 | 8C | 30 | 61 | 0 | 42 | 2D | 8B | 5E | 1C |
| Octal | 4 | 214 | 60 | 141 | 0 | 102 | 55 | 213 | 136 | 34 |
| Binary | 100 | 10001100 | 110000 | 1100001 | 0 | 1000010 | 101101 | 10001011 | 1011110 | 11100 |
Color Harmonies of #048C30
Complementary color
Monochromatic Colors of #048C30
Black with #048C30
Text Example
Text Example
White with #048C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048C30; }
p { color: rgb(4,140,48); }
H1.HeaderClassName
{
color: #048C30;
}
.AnyTagClassName
{
color: #048C30;
}
</style>
background-color css
<style>
a { background-color: #048C30; }
a { background-color: rgb(4,140,48); }
div.DivClassName
{
background-color: #048C30;
}
.BgClassName
{
background-color: #048C30;
}
</style>
border-color css
<style>
span { border-color: #048C30; }
span { border-color: rgb(4,140,48); }
td.TdClassName
{
border-color: #048C30;
}
.TagClassName
{
border-color: #048C30;
}
</style>