Shades of Islamic Green #1DBF05
Tints of Islamic Green #1DBF05
RGB
CMYK
RGB Variations
Color information
#1DBF05 (or 0x1DBF05) is known color: Islamic Green. HEX triplet: 1D, BF and 05. RGB value is (29,191,5). Sum of RGB (Red+Green+Blue) = 29+191+5=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 191 (75% from 255 or 84.89% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBF05 is #E240FA. Grayscale: #797979. Windows color (decimal): -14827771 or 376605. OLE color: 376605.
HSL color Cylindrical-coordinate representation of color #1DBF05: hue angle of 112.26º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1DBF05 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 191 | 5 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.25 |
| HSL | 112.26º | 0.95% | 0.38% | - |
| HSV(B) | 112.26º | 0.97% | 0.75% | - |
| XYZ | 19.16 | 37.53 | 6.38 | - |
| YUV | 121.36 | 62.33 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 5 | 0.85 | 0 | 0.97 | 0.25 | 112.26 | 0.95 | 0.38 |
| Hex | 1D | BF | 5 | 55 | 0 | 61 | 19 | 70 | 5F | 26 |
| Octal | 35 | 277 | 5 | 125 | 0 | 141 | 31 | 160 | 137 | 46 |
| Binary | 11101 | 10111111 | 101 | 1010101 | 0 | 1100001 | 11001 | 1110000 | 1011111 | 100110 |
Color Harmonies of #1DBF05
Complementary color
Monochromatic Colors of #1DBF05
Black with #1DBF05
Text Example
Text Example
White with #1DBF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBF05; }
p { color: rgb(29,191,5); }
H1.HeaderClassName
{
color: #1DBF05;
}
.AnyTagClassName
{
color: #1DBF05;
}
</style>
background-color css
<style>
a { background-color: #1DBF05; }
a { background-color: rgb(29,191,5); }
div.DivClassName
{
background-color: #1DBF05;
}
.BgClassName
{
background-color: #1DBF05;
}
</style>
border-color css
<style>
span { border-color: #1DBF05; }
span { border-color: rgb(29,191,5); }
td.TdClassName
{
border-color: #1DBF05;
}
.TagClassName
{
border-color: #1DBF05;
}
</style>