Shades of Islamic Green #1DB003
Tints of Islamic Green #1DB003
RGB
CMYK
RGB Variations
Color information
#1DB003 (or 0x1DB003) is known color: Islamic Green. HEX triplet: 1D, B0 and 03. RGB value is (29,176,3). Sum of RGB (Red+Green+Blue) = 29+176+3=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 176 (69.14% from 255 or 84.62% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DB003 is #E24FFC. Grayscale: #707070. Windows color (decimal): -14831613 or 241693. OLE color: 241693.
HSL color Cylindrical-coordinate representation of color #1DB003: hue angle of 110.98º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1DB003 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 176 | 3 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.31 |
| HSL | 110.98º | 0.97% | 0.35% | - |
| HSV(B) | 110.98º | 0.98% | 0.69% | - |
| XYZ | 16.05 | 31.32 | 5.29 | - |
| YUV | 112.33 | 66.3 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 3 | 0.84 | 0 | 0.98 | 0.31 | 110.98 | 0.97 | 0.35 |
| Hex | 1D | B0 | 3 | 54 | 0 | 62 | 1F | 6F | 61 | 23 |
| Octal | 35 | 260 | 3 | 124 | 0 | 142 | 37 | 157 | 141 | 43 |
| Binary | 11101 | 10110000 | 11 | 1010100 | 0 | 1100010 | 11111 | 1101111 | 1100001 | 100011 |
Color Harmonies of #1DB003
Complementary color
Monochromatic Colors of #1DB003
Black with #1DB003
Text Example
Text Example
White with #1DB003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB003; }
p { color: rgb(29,176,3); }
H1.HeaderClassName
{
color: #1DB003;
}
.AnyTagClassName
{
color: #1DB003;
}
</style>
background-color css
<style>
a { background-color: #1DB003; }
a { background-color: rgb(29,176,3); }
div.DivClassName
{
background-color: #1DB003;
}
.BgClassName
{
background-color: #1DB003;
}
</style>
border-color css
<style>
span { border-color: #1DB003; }
span { border-color: rgb(29,176,3); }
td.TdClassName
{
border-color: #1DB003;
}
.TagClassName
{
border-color: #1DB003;
}
</style>