Shades of Islamic Green #1DB101
Tints of Islamic Green #1DB101
RGB
CMYK
RGB Variations
Color information
#1DB101 (or 0x1DB101) is known color: Islamic Green. HEX triplet: 1D, B1 and 01. RGB value is (29,177,1). Sum of RGB (Red+Green+Blue) = 29+177+1=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 177 (69.53% from 255 or 85.51% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB101 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DB101 is #E24EFE. Grayscale: #717171. Windows color (decimal): -14831359 or 110877. OLE color: 110877.
HSL color Cylindrical-coordinate representation of color #1DB101: hue angle of 110.45º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1DB101 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 177 | 1 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.31 |
| HSL | 110.45º | 0.99% | 0.35% | - |
| HSV(B) | 110.45º | 0.99% | 0.69% | - |
| XYZ | 16.23 | 31.71 | 5.29 | - |
| YUV | 112.68 | 64.97 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 1 | 0.84 | 0 | 0.99 | 0.31 | 110.45 | 0.99 | 0.35 |
| Hex | 1D | B1 | 1 | 54 | 0 | 63 | 1F | 6E | 63 | 23 |
| Octal | 35 | 261 | 1 | 124 | 0 | 143 | 37 | 156 | 143 | 43 |
| Binary | 11101 | 10110001 | 1 | 1010100 | 0 | 1100011 | 11111 | 1101110 | 1100011 | 100011 |
Color Harmonies of #1DB101
Complementary color
Monochromatic Colors of #1DB101
Black with #1DB101
Text Example
Text Example
White with #1DB101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB101; }
p { color: rgb(29,177,1); }
H1.HeaderClassName
{
color: #1DB101;
}
.AnyTagClassName
{
color: #1DB101;
}
</style>
background-color css
<style>
a { background-color: #1DB101; }
a { background-color: rgb(29,177,1); }
div.DivClassName
{
background-color: #1DB101;
}
.BgClassName
{
background-color: #1DB101;
}
</style>
border-color css
<style>
span { border-color: #1DB101; }
span { border-color: rgb(29,177,1); }
td.TdClassName
{
border-color: #1DB101;
}
.TagClassName
{
border-color: #1DB101;
}
</style>