Shades of Green #048A11
Tints of Green #048A11
RGB
CMYK
RGB Variations
Color information
#048A11 (or 0x048A11) is known color: Green. HEX triplet: 04, 8A and 11. RGB value is (4,138,17). Sum of RGB (Red+Green+Blue) = 4+138+17=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 138 (54.30% from 255 or 86.79% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 138 - color contains mainly: green. Hex color #048A11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048A11 is #FB75EE. Grayscale: #545454. Windows color (decimal): -16479727 or 1149444. OLE color: 1149444.
HSL color Cylindrical-coordinate representation of color #048A11: hue angle of 125.82º 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 #048A11 is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 138 | 17 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.46 |
| HSL | 125.82º | 0.94% | 0.28% | - |
| HSV(B) | 125.82º | 0.97% | 0.54% | - |
| XYZ | 9.24 | 18.24 | 3.56 | - |
| YUV | 84.14 | 90.11 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 138 | 17 | 0.97 | 0 | 0.88 | 0.46 | 125.82 | 0.94 | 0.28 |
| Hex | 4 | 8A | 11 | 61 | 0 | 58 | 2E | 7E | 5E | 1C |
| Octal | 4 | 212 | 21 | 141 | 0 | 130 | 56 | 176 | 136 | 34 |
| Binary | 100 | 10001010 | 10001 | 1100001 | 0 | 1011000 | 101110 | 1111110 | 1011110 | 11100 |
Color Harmonies of #048A11
Complementary color
Monochromatic Colors of #048A11
Black with #048A11
Text Example
Text Example
White with #048A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048A11; }
p { color: rgb(4,138,17); }
H1.HeaderClassName
{
color: #048A11;
}
.AnyTagClassName
{
color: #048A11;
}
</style>
background-color css
<style>
a { background-color: #048A11; }
a { background-color: rgb(4,138,17); }
div.DivClassName
{
background-color: #048A11;
}
.BgClassName
{
background-color: #048A11;
}
</style>
border-color css
<style>
span { border-color: #048A11; }
span { border-color: rgb(4,138,17); }
td.TdClassName
{
border-color: #048A11;
}
.TagClassName
{
border-color: #048A11;
}
</style>