Shades of Islamic Green #1DA205
Tints of Islamic Green #1DA205
RGB
CMYK
RGB Variations
Color information
#1DA205 (or 0x1DA205) is known color: Islamic Green. HEX triplet: 1D, A2 and 05. RGB value is (29,162,5). Sum of RGB (Red+Green+Blue) = 29+162+5=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 162 (63.67% from 255 or 82.65% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA205 is #E25DFA. Grayscale: #686868. Windows color (decimal): -14835195 or 369181. OLE color: 369181.
HSL color Cylindrical-coordinate representation of color #1DA205: hue angle of 110.83º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1DA205 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 5 | - |
| CMYK | 0.82 | 0 | 0.97 | 0.36 |
| HSL | 110.83º | 0.94% | 0.33% | - |
| HSV(B) | 110.83º | 0.97% | 0.64% | - |
| XYZ | 13.45 | 26.11 | 4.47 | - |
| YUV | 104.34 | 71.94 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 5 | 0.82 | 0 | 0.97 | 0.36 | 110.83 | 0.94 | 0.33 |
| Hex | 1D | A2 | 5 | 52 | 0 | 61 | 24 | 6F | 5E | 21 |
| Octal | 35 | 242 | 5 | 122 | 0 | 141 | 44 | 157 | 136 | 41 |
| Binary | 11101 | 10100010 | 101 | 1010010 | 0 | 1100001 | 100100 | 1101111 | 1011110 | 100001 |
Color Harmonies of #1DA205
Complementary color
Monochromatic Colors of #1DA205
Black with #1DA205
Text Example
Text Example
White with #1DA205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA205; }
p { color: rgb(29,162,5); }
H1.HeaderClassName
{
color: #1DA205;
}
.AnyTagClassName
{
color: #1DA205;
}
</style>
background-color css
<style>
a { background-color: #1DA205; }
a { background-color: rgb(29,162,5); }
div.DivClassName
{
background-color: #1DA205;
}
.BgClassName
{
background-color: #1DA205;
}
</style>
border-color css
<style>
span { border-color: #1DA205; }
span { border-color: rgb(29,162,5); }
td.TdClassName
{
border-color: #1DA205;
}
.TagClassName
{
border-color: #1DA205;
}
</style>