Shades of Islamic Green #1DB805
Tints of Islamic Green #1DB805
RGB
CMYK
RGB Variations
Color information
#1DB805 (or 0x1DB805) is known color: Islamic Green. HEX triplet: 1D, B8 and 05. RGB value is (29,184,5). Sum of RGB (Red+Green+Blue) = 29+184+5=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 184 (72.27% from 255 or 84.40% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB805 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB805 is #E247FA. Grayscale: #757575. Windows color (decimal): -14829563 or 374813. OLE color: 374813.
HSL color Cylindrical-coordinate representation of color #1DB805: hue angle of 111.96º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1DB805 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 184 | 5 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.28 |
| HSL | 111.96º | 0.95% | 0.37% | - |
| HSV(B) | 111.96º | 0.97% | 0.72% | - |
| XYZ | 17.67 | 34.55 | 5.88 | - |
| YUV | 117.25 | 64.65 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 184 | 5 | 0.84 | 0 | 0.97 | 0.28 | 111.96 | 0.95 | 0.37 |
| Hex | 1D | B8 | 5 | 54 | 0 | 61 | 1C | 70 | 5F | 25 |
| Octal | 35 | 270 | 5 | 124 | 0 | 141 | 34 | 160 | 137 | 45 |
| Binary | 11101 | 10111000 | 101 | 1010100 | 0 | 1100001 | 11100 | 1110000 | 1011111 | 100101 |
Color Harmonies of #1DB805
Complementary color
Monochromatic Colors of #1DB805
Black with #1DB805
Text Example
Text Example
White with #1DB805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB805; }
p { color: rgb(29,184,5); }
H1.HeaderClassName
{
color: #1DB805;
}
.AnyTagClassName
{
color: #1DB805;
}
</style>
background-color css
<style>
a { background-color: #1DB805; }
a { background-color: rgb(29,184,5); }
div.DivClassName
{
background-color: #1DB805;
}
.BgClassName
{
background-color: #1DB805;
}
</style>
border-color css
<style>
span { border-color: #1DB805; }
span { border-color: rgb(29,184,5); }
td.TdClassName
{
border-color: #1DB805;
}
.TagClassName
{
border-color: #1DB805;
}
</style>