Shades of Green #048B0E
Tints of Green #048B0E
RGB
CMYK
RGB Variations
Color information
#048B0E (or 0x048B0E) is known color: Green. HEX triplet: 04, 8B and 0E. RGB value is (4,139,14). Sum of RGB (Red+Green+Blue) = 4+139+14=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 139 (54.69% from 255 or 88.54% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 139 - color contains mainly: green. Hex color #048B0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048B0E is #FB74F1. Grayscale: #545454. Windows color (decimal): -16479474 or 953092. OLE color: 953092.
HSL color Cylindrical-coordinate representation of color #048B0E: hue angle of 124.44º 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 #048B0E is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 139 | 14 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.45 |
| HSL | 124.44º | 0.94% | 0.28% | - |
| HSV(B) | 124.44º | 0.97% | 0.55% | - |
| XYZ | 9.36 | 18.52 | 3.5 | - |
| YUV | 84.39 | 88.27 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 139 | 14 | 0.97 | 0 | 0.90 | 0.45 | 124.44 | 0.94 | 0.28 |
| Hex | 4 | 8B | E | 61 | 0 | 5A | 2D | 7C | 5E | 1C |
| Octal | 4 | 213 | 16 | 141 | 0 | 132 | 55 | 174 | 136 | 34 |
| Binary | 100 | 10001011 | 1110 | 1100001 | 0 | 1011010 | 101101 | 1111100 | 1011110 | 11100 |
Color Harmonies of #048B0E
Complementary color
Monochromatic Colors of #048B0E
Black with #048B0E
Text Example
Text Example
White with #048B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048B0E; }
p { color: rgb(4,139,14); }
H1.HeaderClassName
{
color: #048B0E;
}
.AnyTagClassName
{
color: #048B0E;
}
</style>
background-color css
<style>
a { background-color: #048B0E; }
a { background-color: rgb(4,139,14); }
div.DivClassName
{
background-color: #048B0E;
}
.BgClassName
{
background-color: #048B0E;
}
</style>
border-color css
<style>
span { border-color: #048B0E; }
span { border-color: rgb(4,139,14); }
td.TdClassName
{
border-color: #048B0E;
}
.TagClassName
{
border-color: #048B0E;
}
</style>