Shades of Dark Spring Green #048C2F
Tints of Dark Spring Green #048C2F
RGB
CMYK
RGB Variations
Color information
#048C2F (or 0x048C2F) is known color: Dark Spring Green. HEX triplet: 04, 8C and 2F. RGB value is (4,140,47). Sum of RGB (Red+Green+Blue) = 4+140+47=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 140 (55.08% from 255 or 73.30% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 140 - color contains mainly: green. Hex color #048C2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048C2F is #FB73D0. Grayscale: #585858. Windows color (decimal): -16479185 or 3116036. OLE color: 3116036.
HSL color Cylindrical-coordinate representation of color #048C2F: hue angle of 138.97º 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 #048C2F is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 140 | 47 | - |
| CMYK | 0.97 | 0 | 0.66 | 0.45 |
| HSL | 138.97º | 0.94% | 0.28% | - |
| HSV(B) | 138.97º | 0.97% | 0.55% | - |
| XYZ | 9.94 | 18.99 | 5.83 | - |
| YUV | 88.73 | 104.44 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 47 | 0.97 | 0 | 0.66 | 0.45 | 138.97 | 0.94 | 0.28 |
| Hex | 4 | 8C | 2F | 61 | 0 | 42 | 2D | 8B | 5E | 1C |
| Octal | 4 | 214 | 57 | 141 | 0 | 102 | 55 | 213 | 136 | 34 |
| Binary | 100 | 10001100 | 101111 | 1100001 | 0 | 1000010 | 101101 | 10001011 | 1011110 | 11100 |
Color Harmonies of #048C2F
Complementary color
Monochromatic Colors of #048C2F
Black with #048C2F
Text Example
Text Example
White with #048C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048C2F; }
p { color: rgb(4,140,47); }
H1.HeaderClassName
{
color: #048C2F;
}
.AnyTagClassName
{
color: #048C2F;
}
</style>
background-color css
<style>
a { background-color: #048C2F; }
a { background-color: rgb(4,140,47); }
div.DivClassName
{
background-color: #048C2F;
}
.BgClassName
{
background-color: #048C2F;
}
</style>
border-color css
<style>
span { border-color: #048C2F; }
span { border-color: rgb(4,140,47); }
td.TdClassName
{
border-color: #048C2F;
}
.TagClassName
{
border-color: #048C2F;
}
</style>