Shades of Islamic Green #1E9502
Tints of Islamic Green #1E9502
RGB
CMYK
RGB Variations
Color information
#1E9502 (or 0x1E9502) is known color: Islamic Green. HEX triplet: 1E, 95 and 02. RGB value is (30,149,2). Sum of RGB (Red+Green+Blue) = 30+149+2=181 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.57% from 181); Green value is 149 (58.59% from 255 or 82.32% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 149 - color contains mainly: green. Hex color #1E9502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E9502 is #E16AFD. Grayscale: #616161. Windows color (decimal): -14772990 or 169246. OLE color: 169246.
HSL color Cylindrical-coordinate representation of color #1E9502: hue angle of 108.57º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E9502 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 149 | 2 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.42 |
| HSL | 108.57º | 0.97% | 0.3% | - |
| HSV(B) | 108.57º | 0.99% | 0.58% | - |
| XYZ | 11.29 | 21.78 | 3.67 | - |
| YUV | 96.66 | 74.58 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 149 | 2 | 0.80 | 0 | 0.99 | 0.42 | 108.57 | 0.97 | 0.3 |
| Hex | 1E | 95 | 2 | 50 | 0 | 63 | 2A | 6D | 61 | 1E |
| Octal | 36 | 225 | 2 | 120 | 0 | 143 | 52 | 155 | 141 | 36 |
| Binary | 11110 | 10010101 | 10 | 1010000 | 0 | 1100011 | 101010 | 1101101 | 1100001 | 11110 |
Color Harmonies of #1E9502
Complementary color
Monochromatic Colors of #1E9502
Black with #1E9502
Text Example
Text Example
White with #1E9502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9502; }
p { color: rgb(30,149,2); }
H1.HeaderClassName
{
color: #1E9502;
}
.AnyTagClassName
{
color: #1E9502;
}
</style>
background-color css
<style>
a { background-color: #1E9502; }
a { background-color: rgb(30,149,2); }
div.DivClassName
{
background-color: #1E9502;
}
.BgClassName
{
background-color: #1E9502;
}
</style>
border-color css
<style>
span { border-color: #1E9502; }
span { border-color: rgb(30,149,2); }
td.TdClassName
{
border-color: #1E9502;
}
.TagClassName
{
border-color: #1E9502;
}
</style>