Shades of Islamic Green #038D1A
Tints of Islamic Green #038D1A
RGB
CMYK
RGB Variations
Color information
#038D1A (or 0x038D1A) is known color: Islamic Green. HEX triplet: 03, 8D and 1A. RGB value is (3,141,26). Sum of RGB (Red+Green+Blue) = 3+141+26=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 141 (55.47% from 255 or 82.94% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 141 - color contains mainly: green. Hex color #038D1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038D1A is #FC72E5. Grayscale: #565656. Windows color (decimal): -16544486 or 1740035. OLE color: 1740035.
HSL color Cylindrical-coordinate representation of color #038D1A: hue angle of 130º 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 #038D1A is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 141 | 26 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.45 |
| HSL | 130º | 0.96% | 0.28% | - |
| HSV(B) | 130º | 0.98% | 0.55% | - |
| XYZ | 9.75 | 19.14 | 4.16 | - |
| YUV | 86.63 | 93.78 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 26 | 0.98 | 0 | 0.82 | 0.45 | 130 | 0.96 | 0.28 |
| Hex | 3 | 8D | 1A | 62 | 0 | 52 | 2D | 82 | 60 | 1C |
| Octal | 3 | 215 | 32 | 142 | 0 | 122 | 55 | 202 | 140 | 34 |
| Binary | 11 | 10001101 | 11010 | 1100010 | 0 | 1010010 | 101101 | 10000010 | 1100000 | 11100 |
Color Harmonies of #038D1A
Complementary color
Monochromatic Colors of #038D1A
Black with #038D1A
Text Example
Text Example
White with #038D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038D1A; }
p { color: rgb(3,141,26); }
H1.HeaderClassName
{
color: #038D1A;
}
.AnyTagClassName
{
color: #038D1A;
}
</style>
background-color css
<style>
a { background-color: #038D1A; }
a { background-color: rgb(3,141,26); }
div.DivClassName
{
background-color: #038D1A;
}
.BgClassName
{
background-color: #038D1A;
}
</style>
border-color css
<style>
span { border-color: #038D1A; }
span { border-color: rgb(3,141,26); }
td.TdClassName
{
border-color: #038D1A;
}
.TagClassName
{
border-color: #038D1A;
}
</style>