Shades of Dark Spring Green #048C33
Tints of Dark Spring Green #048C33
RGB
CMYK
RGB Variations
Color information
#048C33 (or 0x048C33) is known color: Dark Spring Green. HEX triplet: 04, 8C and 33. RGB value is (4,140,51). Sum of RGB (Red+Green+Blue) = 4+140+51=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 140 (55.08% from 255 or 71.79% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 140 - color contains mainly: green. Hex color #048C33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048C33 is #FB73CC. Grayscale: #595959. Windows color (decimal): -16479181 or 3378180. OLE color: 3378180.
HSL color Cylindrical-coordinate representation of color #048C33: hue angle of 140.74º 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 #048C33 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 140 | 51 | - |
| CMYK | 0.97 | 0 | 0.64 | 0.45 |
| HSL | 140.74º | 0.94% | 0.28% | - |
| HSV(B) | 140.74º | 0.97% | 0.55% | - |
| XYZ | 10.03 | 19.02 | 6.27 | - |
| YUV | 89.19 | 106.44 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 51 | 0.97 | 0 | 0.64 | 0.45 | 140.74 | 0.94 | 0.28 |
| Hex | 4 | 8C | 33 | 61 | 0 | 40 | 2D | 8D | 5E | 1C |
| Octal | 4 | 214 | 63 | 141 | 0 | 100 | 55 | 215 | 136 | 34 |
| Binary | 100 | 10001100 | 110011 | 1100001 | 0 | 1000000 | 101101 | 10001101 | 1011110 | 11100 |
Color Harmonies of #048C33
Complementary color
Monochromatic Colors of #048C33
Black with #048C33
Text Example
Text Example
White with #048C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048C33; }
p { color: rgb(4,140,51); }
H1.HeaderClassName
{
color: #048C33;
}
.AnyTagClassName
{
color: #048C33;
}
</style>
background-color css
<style>
a { background-color: #048C33; }
a { background-color: rgb(4,140,51); }
div.DivClassName
{
background-color: #048C33;
}
.BgClassName
{
background-color: #048C33;
}
</style>
border-color css
<style>
span { border-color: #048C33; }
span { border-color: rgb(4,140,51); }
td.TdClassName
{
border-color: #048C33;
}
.TagClassName
{
border-color: #048C33;
}
</style>