Shades of Islamic Green #1DA002
Tints of Islamic Green #1DA002
RGB
CMYK
RGB Variations
Color information
#1DA002 (or 0x1DA002) is known color: Islamic Green. HEX triplet: 1D, A0 and 02. RGB value is (29,160,2). Sum of RGB (Red+Green+Blue) = 29+160+2=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 160 (62.89% from 255 or 83.77% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA002 is #E25FFD. Grayscale: #676767. Windows color (decimal): -14835710 or 172061. OLE color: 172061.
HSL color Cylindrical-coordinate representation of color #1DA002: hue angle of 109.75º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1DA002 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 2 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.37 |
| HSL | 109.75º | 0.98% | 0.32% | - |
| HSV(B) | 109.75º | 0.99% | 0.63% | - |
| XYZ | 13.09 | 25.41 | 4.27 | - |
| YUV | 102.82 | 71.1 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 2 | 0.82 | 0 | 0.99 | 0.37 | 109.75 | 0.98 | 0.32 |
| Hex | 1D | A0 | 2 | 52 | 0 | 63 | 25 | 6E | 62 | 20 |
| Octal | 35 | 240 | 2 | 122 | 0 | 143 | 45 | 156 | 142 | 40 |
| Binary | 11101 | 10100000 | 10 | 1010010 | 0 | 1100011 | 100101 | 1101110 | 1100010 | 100000 |
Color Harmonies of #1DA002
Complementary color
Monochromatic Colors of #1DA002
Black with #1DA002
Text Example
Text Example
White with #1DA002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA002; }
p { color: rgb(29,160,2); }
H1.HeaderClassName
{
color: #1DA002;
}
.AnyTagClassName
{
color: #1DA002;
}
</style>
background-color css
<style>
a { background-color: #1DA002; }
a { background-color: rgb(29,160,2); }
div.DivClassName
{
background-color: #1DA002;
}
.BgClassName
{
background-color: #1DA002;
}
</style>
border-color css
<style>
span { border-color: #1DA002; }
span { border-color: rgb(29,160,2); }
td.TdClassName
{
border-color: #1DA002;
}
.TagClassName
{
border-color: #1DA002;
}
</style>