Shades of Islamic Green #1EA304
Tints of Islamic Green #1EA304
RGB
CMYK
RGB Variations
Color information
#1EA304 (or 0x1EA304) is known color: Islamic Green. HEX triplet: 1E, A3 and 04. RGB value is (30,163,4). Sum of RGB (Red+Green+Blue) = 30+163+4=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 163 (64.06% from 255 or 82.74% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 163 - color contains mainly: green. Hex color #1EA304 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EA304 is #E15CFB. Grayscale: #696969. Windows color (decimal): -14769404 or 303902. OLE color: 303902.
HSL color Cylindrical-coordinate representation of color #1EA304: hue angle of 110.19º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1EA304 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 163 | 4 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.36 |
| HSL | 110.19º | 0.95% | 0.33% | - |
| HSV(B) | 110.19º | 0.98% | 0.64% | - |
| XYZ | 13.65 | 26.48 | 4.51 | - |
| YUV | 105.11 | 70.94 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 163 | 4 | 0.82 | 0 | 0.98 | 0.36 | 110.19 | 0.95 | 0.33 |
| Hex | 1E | A3 | 4 | 52 | 0 | 62 | 24 | 6E | 5F | 21 |
| Octal | 36 | 243 | 4 | 122 | 0 | 142 | 44 | 156 | 137 | 41 |
| Binary | 11110 | 10100011 | 100 | 1010010 | 0 | 1100010 | 100100 | 1101110 | 1011111 | 100001 |
Color Harmonies of #1EA304
Complementary color
Monochromatic Colors of #1EA304
Black with #1EA304
Text Example
Text Example
White with #1EA304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA304; }
p { color: rgb(30,163,4); }
H1.HeaderClassName
{
color: #1EA304;
}
.AnyTagClassName
{
color: #1EA304;
}
</style>
background-color css
<style>
a { background-color: #1EA304; }
a { background-color: rgb(30,163,4); }
div.DivClassName
{
background-color: #1EA304;
}
.BgClassName
{
background-color: #1EA304;
}
</style>
border-color css
<style>
span { border-color: #1EA304; }
span { border-color: rgb(30,163,4); }
td.TdClassName
{
border-color: #1EA304;
}
.TagClassName
{
border-color: #1EA304;
}
</style>