Shades of Islamic Green #1DB110
Tints of Islamic Green #1DB110
RGB
CMYK
RGB Variations
Color information
#1DB110 (or 0x1DB110) is known color: Islamic Green. HEX triplet: 1D, B1 and 10. RGB value is (29,177,16). Sum of RGB (Red+Green+Blue) = 29+177+16=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 177 (69.53% from 255 or 79.73% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB110 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DB110 is #E24EEF. Grayscale: #727272. Windows color (decimal): -14831344 or 1093917. OLE color: 1093917.
HSL color Cylindrical-coordinate representation of color #1DB110: hue angle of 115.16º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DB110 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 177 | 16 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.31 |
| HSL | 115.16º | 0.83% | 0.38% | - |
| HSV(B) | 115.16º | 0.91% | 0.69% | - |
| XYZ | 16.32 | 31.74 | 5.76 | - |
| YUV | 114.39 | 72.47 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 16 | 0.84 | 0 | 0.91 | 0.31 | 115.16 | 0.83 | 0.38 |
| Hex | 1D | B1 | 10 | 54 | 0 | 5B | 1F | 73 | 53 | 26 |
| Octal | 35 | 261 | 20 | 124 | 0 | 133 | 37 | 163 | 123 | 46 |
| Binary | 11101 | 10110001 | 10000 | 1010100 | 0 | 1011011 | 11111 | 1110011 | 1010011 | 100110 |
Color Harmonies of #1DB110
Complementary color
Monochromatic Colors of #1DB110
Black with #1DB110
Text Example
Text Example
White with #1DB110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB110; }
p { color: rgb(29,177,16); }
H1.HeaderClassName
{
color: #1DB110;
}
.AnyTagClassName
{
color: #1DB110;
}
</style>
background-color css
<style>
a { background-color: #1DB110; }
a { background-color: rgb(29,177,16); }
div.DivClassName
{
background-color: #1DB110;
}
.BgClassName
{
background-color: #1DB110;
}
</style>
border-color css
<style>
span { border-color: #1DB110; }
span { border-color: rgb(29,177,16); }
td.TdClassName
{
border-color: #1DB110;
}
.TagClassName
{
border-color: #1DB110;
}
</style>