Shades of Islamic Green #048D15
Tints of Islamic Green #048D15
RGB
CMYK
RGB Variations
Color information
#048D15 (or 0x048D15) is known color: Islamic Green. HEX triplet: 04, 8D and 15. RGB value is (4,141,21). Sum of RGB (Red+Green+Blue) = 4+141+21=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 141 (55.47% from 255 or 84.94% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 141 - color contains mainly: green. Hex color #048D15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048D15 is #FB72EA. Grayscale: #565656. Windows color (decimal): -16478955 or 1412356. OLE color: 1412356.
HSL color Cylindrical-coordinate representation of color #048D15: hue angle of 127.45º 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 #048D15 is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 141 | 21 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.45 |
| HSL | 127.45º | 0.94% | 0.28% | - |
| HSV(B) | 127.45º | 0.97% | 0.55% | - |
| XYZ | 9.71 | 19.13 | 3.89 | - |
| YUV | 86.36 | 91.11 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 21 | 0.97 | 0 | 0.85 | 0.45 | 127.45 | 0.94 | 0.28 |
| Hex | 4 | 8D | 15 | 61 | 0 | 55 | 2D | 7F | 5E | 1C |
| Octal | 4 | 215 | 25 | 141 | 0 | 125 | 55 | 177 | 136 | 34 |
| Binary | 100 | 10001101 | 10101 | 1100001 | 0 | 1010101 | 101101 | 1111111 | 1011110 | 11100 |
Color Harmonies of #048D15
Complementary color
Monochromatic Colors of #048D15
Black with #048D15
Text Example
Text Example
White with #048D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048D15; }
p { color: rgb(4,141,21); }
H1.HeaderClassName
{
color: #048D15;
}
.AnyTagClassName
{
color: #048D15;
}
</style>
background-color css
<style>
a { background-color: #048D15; }
a { background-color: rgb(4,141,21); }
div.DivClassName
{
background-color: #048D15;
}
.BgClassName
{
background-color: #048D15;
}
</style>
border-color css
<style>
span { border-color: #048D15; }
span { border-color: rgb(4,141,21); }
td.TdClassName
{
border-color: #048D15;
}
.TagClassName
{
border-color: #048D15;
}
</style>