Shades of Islamic Green #1D9003
Tints of Islamic Green #1D9003
RGB
CMYK
RGB Variations
Color information
#1D9003 (or 0x1D9003) is known color: Islamic Green. HEX triplet: 1D, 90 and 03. RGB value is (29,144,3). Sum of RGB (Red+Green+Blue) = 29+144+3=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 144 (56.64% from 255 or 81.82% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 144 - color contains mainly: green. Hex color #1D9003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D9003 is #E26FFC. Grayscale: #5D5D5D. Windows color (decimal): -14839805 or 233501. OLE color: 233501.
HSL color Cylindrical-coordinate representation of color #1D9003: hue angle of 108.94º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D9003 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 144 | 3 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.44 |
| HSL | 108.94º | 0.96% | 0.29% | - |
| HSV(B) | 108.94º | 0.98% | 0.56% | - |
| XYZ | 10.5 | 20.21 | 3.43 | - |
| YUV | 93.54 | 76.9 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 144 | 3 | 0.80 | 0 | 0.98 | 0.44 | 108.94 | 0.96 | 0.29 |
| Hex | 1D | 90 | 3 | 50 | 0 | 62 | 2C | 6D | 60 | 1D |
| Octal | 35 | 220 | 3 | 120 | 0 | 142 | 54 | 155 | 140 | 35 |
| Binary | 11101 | 10010000 | 11 | 1010000 | 0 | 1100010 | 101100 | 1101101 | 1100000 | 11101 |
Color Harmonies of #1D9003
Complementary color
Monochromatic Colors of #1D9003
Black with #1D9003
Text Example
Text Example
White with #1D9003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9003; }
p { color: rgb(29,144,3); }
H1.HeaderClassName
{
color: #1D9003;
}
.AnyTagClassName
{
color: #1D9003;
}
</style>
background-color css
<style>
a { background-color: #1D9003; }
a { background-color: rgb(29,144,3); }
div.DivClassName
{
background-color: #1D9003;
}
.BgClassName
{
background-color: #1D9003;
}
</style>
border-color css
<style>
span { border-color: #1D9003; }
span { border-color: rgb(29,144,3); }
td.TdClassName
{
border-color: #1D9003;
}
.TagClassName
{
border-color: #1D9003;
}
</style>