Shades of Islamic Green #1DB500
Tints of Islamic Green #1DB500
RGB
CMYK
RGB Variations
Color information
#1DB500 (or 0x1DB500) is known color: Islamic Green. HEX triplet: 1D, B5 and 00. RGB value is (29,181,0). Sum of RGB (Red+Green+Blue) = 29+181+0=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 181 (71.09% from 255 or 86.19% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB500 is #E24AFF. Grayscale: #737373. Windows color (decimal): -14830336 or 46365. OLE color: 46365.
HSL color Cylindrical-coordinate representation of color #1DB500: hue angle of 110.39º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1DB500 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.29 |
| HSL | 110.39º | 1% | 0.35% | - |
| HSV(B) | 110.39º | 1% | 0.71% | - |
| XYZ | 17.03 | 33.31 | 5.53 | - |
| YUV | 114.92 | 63.14 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 0 | 0.84 | 0 | 1 | 0.29 | 110.39 | 1 | 0.35 |
| Hex | 1D | B5 | 0 | 54 | 0 | 64 | 1D | 6E | 64 | 23 |
| Octal | 35 | 265 | 0 | 124 | 0 | 144 | 35 | 156 | 144 | 43 |
| Binary | 11101 | 10110101 | 0 | 1010100 | 0 | 1100100 | 11101 | 1101110 | 1100100 | 100011 |
Color Harmonies of #1DB500
Complementary color
Monochromatic Colors of #1DB500
Black with #1DB500
Text Example
Text Example
White with #1DB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB500; }
p { color: rgb(29,181,0); }
H1.HeaderClassName
{
color: #1DB500;
}
.AnyTagClassName
{
color: #1DB500;
}
</style>
background-color css
<style>
a { background-color: #1DB500; }
a { background-color: rgb(29,181,0); }
div.DivClassName
{
background-color: #1DB500;
}
.BgClassName
{
background-color: #1DB500;
}
</style>
border-color css
<style>
span { border-color: #1DB500; }
span { border-color: rgb(29,181,0); }
td.TdClassName
{
border-color: #1DB500;
}
.TagClassName
{
border-color: #1DB500;
}
</style>