Shades of Islamic Green #1DB905
Tints of Islamic Green #1DB905
RGB
CMYK
RGB Variations
Color information
#1DB905 (or 0x1DB905) is known color: Islamic Green. HEX triplet: 1D, B9 and 05. RGB value is (29,185,5). Sum of RGB (Red+Green+Blue) = 29+185+5=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 185 (72.66% from 255 or 84.47% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB905 is #E246FA. Grayscale: #767676. Windows color (decimal): -14829307 or 375069. OLE color: 375069.
HSL color Cylindrical-coordinate representation of color #1DB905: hue angle of 112º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1DB905 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 185 | 5 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.27 |
| HSL | 112º | 0.95% | 0.37% | - |
| HSV(B) | 112º | 0.97% | 0.73% | - |
| XYZ | 17.88 | 34.97 | 5.95 | - |
| YUV | 117.84 | 64.32 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 5 | 0.84 | 0 | 0.97 | 0.27 | 112 | 0.95 | 0.37 |
| Hex | 1D | B9 | 5 | 54 | 0 | 61 | 1B | 70 | 5F | 25 |
| Octal | 35 | 271 | 5 | 124 | 0 | 141 | 33 | 160 | 137 | 45 |
| Binary | 11101 | 10111001 | 101 | 1010100 | 0 | 1100001 | 11011 | 1110000 | 1011111 | 100101 |
Color Harmonies of #1DB905
Complementary color
Monochromatic Colors of #1DB905
Black with #1DB905
Text Example
Text Example
White with #1DB905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB905; }
p { color: rgb(29,185,5); }
H1.HeaderClassName
{
color: #1DB905;
}
.AnyTagClassName
{
color: #1DB905;
}
</style>
background-color css
<style>
a { background-color: #1DB905; }
a { background-color: rgb(29,185,5); }
div.DivClassName
{
background-color: #1DB905;
}
.BgClassName
{
background-color: #1DB905;
}
</style>
border-color css
<style>
span { border-color: #1DB905; }
span { border-color: rgb(29,185,5); }
td.TdClassName
{
border-color: #1DB905;
}
.TagClassName
{
border-color: #1DB905;
}
</style>