Shades of Dark Spring Green #048234
Tints of Dark Spring Green #048234
RGB
CMYK
RGB Variations
Color information
#048234 (or 0x048234) is known color: Dark Spring Green. HEX triplet: 04, 82 and 34. RGB value is (4,130,52). Sum of RGB (Red+Green+Blue) = 4+130+52=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 130 (51.17% from 255 or 69.89% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 130 - color contains mainly: green. Hex color #048234 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048234 is #FB7DCB. Grayscale: #535353. Windows color (decimal): -16481740 or 3441156. OLE color: 3441156.
HSL color Cylindrical-coordinate representation of color #048234: hue angle of 142.86º 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 #048234 is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 130 | 52 | - |
| CMYK | 0.97 | 0 | 0.60 | 0.49 |
| HSL | 142.86º | 0.94% | 0.26% | - |
| HSV(B) | 142.86º | 0.97% | 0.51% | - |
| XYZ | 8.65 | 16.24 | 5.93 | - |
| YUV | 83.43 | 110.26 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 52 | 0.97 | 0 | 0.60 | 0.49 | 142.86 | 0.94 | 0.26 |
| Hex | 4 | 82 | 34 | 61 | 0 | 3C | 31 | 8F | 5E | 1A |
| Octal | 4 | 202 | 64 | 141 | 0 | 74 | 61 | 217 | 136 | 32 |
| Binary | 100 | 10000010 | 110100 | 1100001 | 0 | 111100 | 110001 | 10001111 | 1011110 | 11010 |
Color Harmonies of #048234
Complementary color
Monochromatic Colors of #048234
Black with #048234
Text Example
Text Example
White with #048234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048234; }
p { color: rgb(4,130,52); }
H1.HeaderClassName
{
color: #048234;
}
.AnyTagClassName
{
color: #048234;
}
</style>
background-color css
<style>
a { background-color: #048234; }
a { background-color: rgb(4,130,52); }
div.DivClassName
{
background-color: #048234;
}
.BgClassName
{
background-color: #048234;
}
</style>
border-color css
<style>
span { border-color: #048234; }
span { border-color: rgb(4,130,52); }
td.TdClassName
{
border-color: #048234;
}
.TagClassName
{
border-color: #048234;
}
</style>