Shades of Islamic Green #048D05
Tints of Islamic Green #048D05
RGB
CMYK
RGB Variations
Color information
#048D05 (or 0x048D05) is known color: Islamic Green. HEX triplet: 04, 8D and 05. RGB value is (4,141,5). Sum of RGB (Red+Green+Blue) = 4+141+5=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 141 (55.47% from 255 or 94% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 141 - color contains mainly: green. Hex color #048D05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048D05 is #FB72FA. Grayscale: #545454. Windows color (decimal): -16478971 or 363780. OLE color: 363780.
HSL color Cylindrical-coordinate representation of color #048D05: hue angle of 120.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 #048D05 is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 141 | 5 | - |
| CMYK | 0.97 | 0 | 0.96 | 0.45 |
| HSL | 120.44º | 0.94% | 0.28% | - |
| HSV(B) | 120.44º | 0.97% | 0.55% | - |
| XYZ | 9.6 | 19.09 | 3.32 | - |
| YUV | 84.53 | 83.11 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 5 | 0.97 | 0 | 0.96 | 0.45 | 120.44 | 0.94 | 0.28 |
| Hex | 4 | 8D | 5 | 61 | 0 | 60 | 2D | 78 | 5E | 1C |
| Octal | 4 | 215 | 5 | 141 | 0 | 140 | 55 | 170 | 136 | 34 |
| Binary | 100 | 10001101 | 101 | 1100001 | 0 | 1100000 | 101101 | 1111000 | 1011110 | 11100 |
Color Harmonies of #048D05
Complementary color
Monochromatic Colors of #048D05
Black with #048D05
Text Example
Text Example
White with #048D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048D05; }
p { color: rgb(4,141,5); }
H1.HeaderClassName
{
color: #048D05;
}
.AnyTagClassName
{
color: #048D05;
}
</style>
background-color css
<style>
a { background-color: #048D05; }
a { background-color: rgb(4,141,5); }
div.DivClassName
{
background-color: #048D05;
}
.BgClassName
{
background-color: #048D05;
}
</style>
border-color css
<style>
span { border-color: #048D05; }
span { border-color: rgb(4,141,5); }
td.TdClassName
{
border-color: #048D05;
}
.TagClassName
{
border-color: #048D05;
}
</style>