Shades of Dark Spring Green #048330
Tints of Dark Spring Green #048330
RGB
CMYK
RGB Variations
Color information
#048330 (or 0x048330) is known color: Dark Spring Green. HEX triplet: 04, 83 and 30. RGB value is (4,131,48). Sum of RGB (Red+Green+Blue) = 4+131+48=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 131 (51.56% from 255 or 71.58% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 131 - color contains mainly: green. Hex color #048330 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048330 is #FB7CCF. Grayscale: #535353. Windows color (decimal): -16481488 or 3179268. OLE color: 3179268.
HSL color Cylindrical-coordinate representation of color #048330: hue angle of 140.79º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048330 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 131 | 48 | - |
| CMYK | 0.97 | 0 | 0.63 | 0.49 |
| HSL | 140.79º | 0.94% | 0.26% | - |
| HSV(B) | 140.79º | 0.97% | 0.51% | - |
| XYZ | 8.7 | 16.47 | 5.52 | - |
| YUV | 83.57 | 107.92 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 131 | 48 | 0.97 | 0 | 0.63 | 0.49 | 140.79 | 0.94 | 0.26 |
| Hex | 4 | 83 | 30 | 61 | 0 | 3F | 31 | 8D | 5E | 1A |
| Octal | 4 | 203 | 60 | 141 | 0 | 77 | 61 | 215 | 136 | 32 |
| Binary | 100 | 10000011 | 110000 | 1100001 | 0 | 111111 | 110001 | 10001101 | 1011110 | 11010 |
Color Harmonies of #048330
Complementary color
Monochromatic Colors of #048330
Black with #048330
Text Example
Text Example
White with #048330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048330; }
p { color: rgb(4,131,48); }
H1.HeaderClassName
{
color: #048330;
}
.AnyTagClassName
{
color: #048330;
}
</style>
background-color css
<style>
a { background-color: #048330; }
a { background-color: rgb(4,131,48); }
div.DivClassName
{
background-color: #048330;
}
.BgClassName
{
background-color: #048330;
}
</style>
border-color css
<style>
span { border-color: #048330; }
span { border-color: rgb(4,131,48); }
td.TdClassName
{
border-color: #048330;
}
.TagClassName
{
border-color: #048330;
}
</style>