Shades of Islamic Green #1DBB00
Tints of Islamic Green #1DBB00
RGB
CMYK
RGB Variations
Color information
#1DBB00 (or 0x1DBB00) is known color: Islamic Green. HEX triplet: 1D, BB and 00. RGB value is (29,187,0). Sum of RGB (Red+Green+Blue) = 29+187+0=216 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.43% from 216); Green value is 187 (73.44% from 255 or 86.57% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBB00 is #E244FF. Grayscale: #777777. Windows color (decimal): -14828800 or 47901. OLE color: 47901.
HSL color Cylindrical-coordinate representation of color #1DBB00: hue angle of 110.7º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1DBB00 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.27 |
| HSL | 110.7º | 1% | 0.37% | - |
| HSV(B) | 110.7º | 1% | 0.73% | - |
| XYZ | 18.28 | 35.8 | 5.95 | - |
| YUV | 118.44 | 61.15 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 0 | 0.84 | 0 | 1 | 0.27 | 110.7 | 1 | 0.37 |
| Hex | 1D | BB | 0 | 54 | 0 | 64 | 1B | 6F | 64 | 25 |
| Octal | 35 | 273 | 0 | 124 | 0 | 144 | 33 | 157 | 144 | 45 |
| Binary | 11101 | 10111011 | 0 | 1010100 | 0 | 1100100 | 11011 | 1101111 | 1100100 | 100101 |
Color Harmonies of #1DBB00
Complementary color
Monochromatic Colors of #1DBB00
Black with #1DBB00
Text Example
Text Example
White with #1DBB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB00; }
p { color: rgb(29,187,0); }
H1.HeaderClassName
{
color: #1DBB00;
}
.AnyTagClassName
{
color: #1DBB00;
}
</style>
background-color css
<style>
a { background-color: #1DBB00; }
a { background-color: rgb(29,187,0); }
div.DivClassName
{
background-color: #1DBB00;
}
.BgClassName
{
background-color: #1DBB00;
}
</style>
border-color css
<style>
span { border-color: #1DBB00; }
span { border-color: rgb(29,187,0); }
td.TdClassName
{
border-color: #1DBB00;
}
.TagClassName
{
border-color: #1DBB00;
}
</style>