Shades of Islamic Green #048D0D
Tints of Islamic Green #048D0D
RGB
CMYK
RGB Variations
Color information
#048D0D (or 0x048D0D) is known color: Islamic Green. HEX triplet: 04, 8D and 0D. RGB value is (4,141,13). Sum of RGB (Red+Green+Blue) = 4+141+13=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 141 (55.47% from 255 or 89.24% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 141 - color contains mainly: green. Hex color #048D0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048D0D is #FB72F2. Grayscale: #555555. Windows color (decimal): -16478963 or 888068. OLE color: 888068.
HSL color Cylindrical-coordinate representation of color #048D0D: hue angle of 123.94º 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 #048D0D is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 141 | 13 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.45 |
| HSL | 123.94º | 0.94% | 0.28% | - |
| HSV(B) | 123.94º | 0.97% | 0.55% | - |
| XYZ | 9.65 | 19.1 | 3.56 | - |
| YUV | 85.45 | 87.11 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 13 | 0.97 | 0 | 0.91 | 0.45 | 123.94 | 0.94 | 0.28 |
| Hex | 4 | 8D | D | 61 | 0 | 5B | 2D | 7C | 5E | 1C |
| Octal | 4 | 215 | 15 | 141 | 0 | 133 | 55 | 174 | 136 | 34 |
| Binary | 100 | 10001101 | 1101 | 1100001 | 0 | 1011011 | 101101 | 1111100 | 1011110 | 11100 |
Color Harmonies of #048D0D
Complementary color
Monochromatic Colors of #048D0D
Black with #048D0D
Text Example
Text Example
White with #048D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048D0D; }
p { color: rgb(4,141,13); }
H1.HeaderClassName
{
color: #048D0D;
}
.AnyTagClassName
{
color: #048D0D;
}
</style>
background-color css
<style>
a { background-color: #048D0D; }
a { background-color: rgb(4,141,13); }
div.DivClassName
{
background-color: #048D0D;
}
.BgClassName
{
background-color: #048D0D;
}
</style>
border-color css
<style>
span { border-color: #048D0D; }
span { border-color: rgb(4,141,13); }
td.TdClassName
{
border-color: #048D0D;
}
.TagClassName
{
border-color: #048D0D;
}
</style>