Shades of Islamic Green #1DA503
Tints of Islamic Green #1DA503
RGB
CMYK
RGB Variations
Color information
#1DA503 (or 0x1DA503) is known color: Islamic Green. HEX triplet: 1D, A5 and 03. RGB value is (29,165,3). Sum of RGB (Red+Green+Blue) = 29+165+3=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 165 (64.84% from 255 or 83.76% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA503 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA503 is #E25AFC. Grayscale: #6A6A6A. Windows color (decimal): -14834429 or 238877. OLE color: 238877.
HSL color Cylindrical-coordinate representation of color #1DA503: hue angle of 110.37º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1DA503 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 3 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.35 |
| HSL | 110.37º | 0.96% | 0.33% | - |
| HSV(B) | 110.37º | 0.98% | 0.65% | - |
| XYZ | 13.98 | 27.18 | 4.6 | - |
| YUV | 105.87 | 69.94 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 3 | 0.82 | 0 | 0.98 | 0.35 | 110.37 | 0.96 | 0.33 |
| Hex | 1D | A5 | 3 | 52 | 0 | 62 | 23 | 6E | 60 | 21 |
| Octal | 35 | 245 | 3 | 122 | 0 | 142 | 43 | 156 | 140 | 41 |
| Binary | 11101 | 10100101 | 11 | 1010010 | 0 | 1100010 | 100011 | 1101110 | 1100000 | 100001 |
Color Harmonies of #1DA503
Complementary color
Monochromatic Colors of #1DA503
Black with #1DA503
Text Example
Text Example
White with #1DA503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA503; }
p { color: rgb(29,165,3); }
H1.HeaderClassName
{
color: #1DA503;
}
.AnyTagClassName
{
color: #1DA503;
}
</style>
background-color css
<style>
a { background-color: #1DA503; }
a { background-color: rgb(29,165,3); }
div.DivClassName
{
background-color: #1DA503;
}
.BgClassName
{
background-color: #1DA503;
}
</style>
border-color css
<style>
span { border-color: #1DA503; }
span { border-color: rgb(29,165,3); }
td.TdClassName
{
border-color: #1DA503;
}
.TagClassName
{
border-color: #1DA503;
}
</style>