Shades of Islamic Green #1DB808
Tints of Islamic Green #1DB808
RGB
CMYK
RGB Variations
Color information
#1DB808 (or 0x1DB808) is known color: Islamic Green. HEX triplet: 1D, B8 and 08. RGB value is (29,184,8). Sum of RGB (Red+Green+Blue) = 29+184+8=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 184 (72.27% from 255 or 83.26% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB808 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB808 is #E247F7. Grayscale: #767676. Windows color (decimal): -14829560 or 571421. OLE color: 571421.
HSL color Cylindrical-coordinate representation of color #1DB808: hue angle of 112.84º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1DB808 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 184 | 8 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.28 |
| HSL | 112.84º | 0.92% | 0.38% | - |
| HSV(B) | 112.84º | 0.96% | 0.72% | - |
| XYZ | 17.69 | 34.56 | 5.97 | - |
| YUV | 117.59 | 66.15 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 184 | 8 | 0.84 | 0 | 0.96 | 0.28 | 112.84 | 0.92 | 0.38 |
| Hex | 1D | B8 | 8 | 54 | 0 | 60 | 1C | 71 | 5C | 26 |
| Octal | 35 | 270 | 10 | 124 | 0 | 140 | 34 | 161 | 134 | 46 |
| Binary | 11101 | 10111000 | 1000 | 1010100 | 0 | 1100000 | 11100 | 1110001 | 1011100 | 100110 |
Color Harmonies of #1DB808
Complementary color
Monochromatic Colors of #1DB808
Black with #1DB808
Text Example
Text Example
White with #1DB808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB808; }
p { color: rgb(29,184,8); }
H1.HeaderClassName
{
color: #1DB808;
}
.AnyTagClassName
{
color: #1DB808;
}
</style>
background-color css
<style>
a { background-color: #1DB808; }
a { background-color: rgb(29,184,8); }
div.DivClassName
{
background-color: #1DB808;
}
.BgClassName
{
background-color: #1DB808;
}
</style>
border-color css
<style>
span { border-color: #1DB808; }
span { border-color: rgb(29,184,8); }
td.TdClassName
{
border-color: #1DB808;
}
.TagClassName
{
border-color: #1DB808;
}
</style>