Shades of Dark Spring Green #048C32
Tints of Dark Spring Green #048C32
RGB
CMYK
RGB Variations
Color information
#048C32 (or 0x048C32) is known color: Dark Spring Green. HEX triplet: 04, 8C and 32. RGB value is (4,140,50). Sum of RGB (Red+Green+Blue) = 4+140+50=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 140 (55.08% from 255 or 72.16% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 140 - color contains mainly: green. Hex color #048C32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048C32 is #FB73CD. Grayscale: #595959. Windows color (decimal): -16479182 or 3312644. OLE color: 3312644.
HSL color Cylindrical-coordinate representation of color #048C32: hue angle of 140.29º 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 #048C32 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 140 | 50 | - |
| CMYK | 0.97 | 0 | 0.64 | 0.45 |
| HSL | 140.29º | 0.94% | 0.28% | - |
| HSV(B) | 140.29º | 0.97% | 0.55% | - |
| XYZ | 10 | 19.01 | 6.16 | - |
| YUV | 89.08 | 105.94 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 50 | 0.97 | 0 | 0.64 | 0.45 | 140.29 | 0.94 | 0.28 |
| Hex | 4 | 8C | 32 | 61 | 0 | 40 | 2D | 8C | 5E | 1C |
| Octal | 4 | 214 | 62 | 141 | 0 | 100 | 55 | 214 | 136 | 34 |
| Binary | 100 | 10001100 | 110010 | 1100001 | 0 | 1000000 | 101101 | 10001100 | 1011110 | 11100 |
Color Harmonies of #048C32
Complementary color
Monochromatic Colors of #048C32
Black with #048C32
Text Example
Text Example
White with #048C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048C32; }
p { color: rgb(4,140,50); }
H1.HeaderClassName
{
color: #048C32;
}
.AnyTagClassName
{
color: #048C32;
}
</style>
background-color css
<style>
a { background-color: #048C32; }
a { background-color: rgb(4,140,50); }
div.DivClassName
{
background-color: #048C32;
}
.BgClassName
{
background-color: #048C32;
}
</style>
border-color css
<style>
span { border-color: #048C32; }
span { border-color: rgb(4,140,50); }
td.TdClassName
{
border-color: #048C32;
}
.TagClassName
{
border-color: #048C32;
}
</style>