Shades of Islamic Green #1DB708
Tints of Islamic Green #1DB708
RGB
CMYK
RGB Variations
Color information
#1DB708 (or 0x1DB708) is known color: Islamic Green. HEX triplet: 1D, B7 and 08. RGB value is (29,183,8). Sum of RGB (Red+Green+Blue) = 29+183+8=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 183 (71.88% from 255 or 83.18% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB708 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB708 is #E248F7. Grayscale: #757575. Windows color (decimal): -14829816 or 571165. OLE color: 571165.
HSL color Cylindrical-coordinate representation of color #1DB708: hue angle of 112.8º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1DB708 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 8 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.28 |
| HSL | 112.8º | 0.92% | 0.37% | - |
| HSV(B) | 112.8º | 0.96% | 0.72% | - |
| XYZ | 17.48 | 34.15 | 5.9 | - |
| YUV | 117 | 66.48 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 8 | 0.84 | 0 | 0.96 | 0.28 | 112.8 | 0.92 | 0.37 |
| Hex | 1D | B7 | 8 | 54 | 0 | 60 | 1C | 71 | 5C | 25 |
| Octal | 35 | 267 | 10 | 124 | 0 | 140 | 34 | 161 | 134 | 45 |
| Binary | 11101 | 10110111 | 1000 | 1010100 | 0 | 1100000 | 11100 | 1110001 | 1011100 | 100101 |
Color Harmonies of #1DB708
Complementary color
Monochromatic Colors of #1DB708
Black with #1DB708
Text Example
Text Example
White with #1DB708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB708; }
p { color: rgb(29,183,8); }
H1.HeaderClassName
{
color: #1DB708;
}
.AnyTagClassName
{
color: #1DB708;
}
</style>
background-color css
<style>
a { background-color: #1DB708; }
a { background-color: rgb(29,183,8); }
div.DivClassName
{
background-color: #1DB708;
}
.BgClassName
{
background-color: #1DB708;
}
</style>
border-color css
<style>
span { border-color: #1DB708; }
span { border-color: rgb(29,183,8); }
td.TdClassName
{
border-color: #1DB708;
}
.TagClassName
{
border-color: #1DB708;
}
</style>