Shades of Islamic Green #1DB005
Tints of Islamic Green #1DB005
RGB
CMYK
RGB Variations
Color information
#1DB005 (or 0x1DB005) is known color: Islamic Green. HEX triplet: 1D, B0 and 05. RGB value is (29,176,5). Sum of RGB (Red+Green+Blue) = 29+176+5=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 176 (69.14% from 255 or 83.81% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DB005 is #E24FFA. Grayscale: #717171. Windows color (decimal): -14831611 or 372765. OLE color: 372765.
HSL color Cylindrical-coordinate representation of color #1DB005: hue angle of 111.58º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1DB005 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 176 | 5 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.31 |
| HSL | 111.58º | 0.94% | 0.35% | - |
| HSV(B) | 111.58º | 0.97% | 0.69% | - |
| XYZ | 16.06 | 31.32 | 5.34 | - |
| YUV | 112.55 | 67.3 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 5 | 0.84 | 0 | 0.97 | 0.31 | 111.58 | 0.94 | 0.35 |
| Hex | 1D | B0 | 5 | 54 | 0 | 61 | 1F | 70 | 5E | 23 |
| Octal | 35 | 260 | 5 | 124 | 0 | 141 | 37 | 160 | 136 | 43 |
| Binary | 11101 | 10110000 | 101 | 1010100 | 0 | 1100001 | 11111 | 1110000 | 1011110 | 100011 |
Color Harmonies of #1DB005
Complementary color
Monochromatic Colors of #1DB005
Black with #1DB005
Text Example
Text Example
White with #1DB005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB005; }
p { color: rgb(29,176,5); }
H1.HeaderClassName
{
color: #1DB005;
}
.AnyTagClassName
{
color: #1DB005;
}
</style>
background-color css
<style>
a { background-color: #1DB005; }
a { background-color: rgb(29,176,5); }
div.DivClassName
{
background-color: #1DB005;
}
.BgClassName
{
background-color: #1DB005;
}
</style>
border-color css
<style>
span { border-color: #1DB005; }
span { border-color: rgb(29,176,5); }
td.TdClassName
{
border-color: #1DB005;
}
.TagClassName
{
border-color: #1DB005;
}
</style>