Shades of Dark Spring Green #048A2F
Tints of Dark Spring Green #048A2F
RGB
CMYK
RGB Variations
Color information
#048A2F (or 0x048A2F) is known color: Dark Spring Green. HEX triplet: 04, 8A and 2F. RGB value is (4,138,47). Sum of RGB (Red+Green+Blue) = 4+138+47=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 138 (54.30% from 255 or 73.02% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 138 - color contains mainly: green. Hex color #048A2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048A2F is #FB75D0. Grayscale: #575757. Windows color (decimal): -16479697 or 3115524. OLE color: 3115524.
HSL color Cylindrical-coordinate representation of color #048A2F: hue angle of 139.25º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048A2F is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 138 | 47 | - |
| CMYK | 0.97 | 0 | 0.66 | 0.46 |
| HSL | 139.25º | 0.94% | 0.28% | - |
| HSV(B) | 139.25º | 0.97% | 0.54% | - |
| XYZ | 9.65 | 18.41 | 5.73 | - |
| YUV | 87.56 | 105.11 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 138 | 47 | 0.97 | 0 | 0.66 | 0.46 | 139.25 | 0.94 | 0.28 |
| Hex | 4 | 8A | 2F | 61 | 0 | 42 | 2E | 8B | 5E | 1C |
| Octal | 4 | 212 | 57 | 141 | 0 | 102 | 56 | 213 | 136 | 34 |
| Binary | 100 | 10001010 | 101111 | 1100001 | 0 | 1000010 | 101110 | 10001011 | 1011110 | 11100 |
Color Harmonies of #048A2F
Complementary color
Monochromatic Colors of #048A2F
Black with #048A2F
Text Example
Text Example
White with #048A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048A2F; }
p { color: rgb(4,138,47); }
H1.HeaderClassName
{
color: #048A2F;
}
.AnyTagClassName
{
color: #048A2F;
}
</style>
background-color css
<style>
a { background-color: #048A2F; }
a { background-color: rgb(4,138,47); }
div.DivClassName
{
background-color: #048A2F;
}
.BgClassName
{
background-color: #048A2F;
}
</style>
border-color css
<style>
span { border-color: #048A2F; }
span { border-color: rgb(4,138,47); }
td.TdClassName
{
border-color: #048A2F;
}
.TagClassName
{
border-color: #048A2F;
}
</style>