Shades of Islamic Green #1DBA00
Tints of Islamic Green #1DBA00
RGB
CMYK
RGB Variations
Color information
#1DBA00 (or 0x1DBA00) is known color: Islamic Green. HEX triplet: 1D, BA and 00. RGB value is (29,186,0). Sum of RGB (Red+Green+Blue) = 29+186+0=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 186 (73.05% from 255 or 86.51% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBA00 is #E245FF. Grayscale: #767676. Windows color (decimal): -14829056 or 47645. OLE color: 47645.
HSL color Cylindrical-coordinate representation of color #1DBA00: hue angle of 110.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1DBA00 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 186 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.27 |
| HSL | 110.65º | 1% | 0.36% | - |
| HSV(B) | 110.65º | 1% | 0.73% | - |
| XYZ | 18.07 | 35.38 | 5.88 | - |
| YUV | 117.85 | 61.49 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 0 | 0.84 | 0 | 1 | 0.27 | 110.65 | 1 | 0.36 |
| Hex | 1D | BA | 0 | 54 | 0 | 64 | 1B | 6F | 64 | 24 |
| Octal | 35 | 272 | 0 | 124 | 0 | 144 | 33 | 157 | 144 | 44 |
| Binary | 11101 | 10111010 | 0 | 1010100 | 0 | 1100100 | 11011 | 1101111 | 1100100 | 100100 |
Color Harmonies of #1DBA00
Complementary color
Monochromatic Colors of #1DBA00
Black with #1DBA00
Text Example
Text Example
White with #1DBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBA00; }
p { color: rgb(29,186,0); }
H1.HeaderClassName
{
color: #1DBA00;
}
.AnyTagClassName
{
color: #1DBA00;
}
</style>
background-color css
<style>
a { background-color: #1DBA00; }
a { background-color: rgb(29,186,0); }
div.DivClassName
{
background-color: #1DBA00;
}
.BgClassName
{
background-color: #1DBA00;
}
</style>
border-color css
<style>
span { border-color: #1DBA00; }
span { border-color: rgb(29,186,0); }
td.TdClassName
{
border-color: #1DBA00;
}
.TagClassName
{
border-color: #1DBA00;
}
</style>