Shades of Islamic Green #038D04
Tints of Islamic Green #038D04
RGB
CMYK
RGB Variations
Color information
#038D04 (or 0x038D04) is known color: Islamic Green. HEX triplet: 03, 8D and 04. RGB value is (3,141,4). Sum of RGB (Red+Green+Blue) = 3+141+4=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 141 (55.47% from 255 or 95.27% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 141 - color contains mainly: green. Hex color #038D04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038D04 is #FC72FB. Grayscale: #545454. Windows color (decimal): -16544508 or 298243. OLE color: 298243.
HSL color Cylindrical-coordinate representation of color #038D04: hue angle of 120.43º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038D04 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 141 | 4 | - |
| CMYK | 0.98 | 0 | 0.97 | 0.45 |
| HSL | 120.43º | 0.96% | 0.28% | - |
| HSV(B) | 120.43º | 0.98% | 0.55% | - |
| XYZ | 9.58 | 19.08 | 3.29 | - |
| YUV | 84.12 | 82.78 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 4 | 0.98 | 0 | 0.97 | 0.45 | 120.43 | 0.96 | 0.28 |
| Hex | 3 | 8D | 4 | 62 | 0 | 61 | 2D | 78 | 60 | 1C |
| Octal | 3 | 215 | 4 | 142 | 0 | 141 | 55 | 170 | 140 | 34 |
| Binary | 11 | 10001101 | 100 | 1100010 | 0 | 1100001 | 101101 | 1111000 | 1100000 | 11100 |
Color Harmonies of #038D04
Complementary color
Monochromatic Colors of #038D04
Black with #038D04
Text Example
Text Example
White with #038D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038D04; }
p { color: rgb(3,141,4); }
H1.HeaderClassName
{
color: #038D04;
}
.AnyTagClassName
{
color: #038D04;
}
</style>
background-color css
<style>
a { background-color: #038D04; }
a { background-color: rgb(3,141,4); }
div.DivClassName
{
background-color: #038D04;
}
.BgClassName
{
background-color: #038D04;
}
</style>
border-color css
<style>
span { border-color: #038D04; }
span { border-color: rgb(3,141,4); }
td.TdClassName
{
border-color: #038D04;
}
.TagClassName
{
border-color: #038D04;
}
</style>