Shades of Islamic Green #1DB007
Tints of Islamic Green #1DB007
RGB
CMYK
RGB Variations
Color information
#1DB007 (or 0x1DB007) is known color: Islamic Green. HEX triplet: 1D, B0 and 07. RGB value is (29,176,7). Sum of RGB (Red+Green+Blue) = 29+176+7=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 176 (69.14% from 255 or 83.02% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB007 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DB007 is #E24FF8. Grayscale: #717171. Windows color (decimal): -14831609 or 503837. OLE color: 503837.
HSL color Cylindrical-coordinate representation of color #1DB007: hue angle of 112.19º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1DB007 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 176 | 7 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.31 |
| HSL | 112.19º | 0.92% | 0.36% | - |
| HSV(B) | 112.19º | 0.96% | 0.69% | - |
| XYZ | 16.07 | 31.33 | 5.4 | - |
| YUV | 112.78 | 68.3 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 7 | 0.84 | 0 | 0.96 | 0.31 | 112.19 | 0.92 | 0.36 |
| Hex | 1D | B0 | 7 | 54 | 0 | 60 | 1F | 70 | 5C | 24 |
| Octal | 35 | 260 | 7 | 124 | 0 | 140 | 37 | 160 | 134 | 44 |
| Binary | 11101 | 10110000 | 111 | 1010100 | 0 | 1100000 | 11111 | 1110000 | 1011100 | 100100 |
Color Harmonies of #1DB007
Complementary color
Monochromatic Colors of #1DB007
Black with #1DB007
Text Example
Text Example
White with #1DB007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB007; }
p { color: rgb(29,176,7); }
H1.HeaderClassName
{
color: #1DB007;
}
.AnyTagClassName
{
color: #1DB007;
}
</style>
background-color css
<style>
a { background-color: #1DB007; }
a { background-color: rgb(29,176,7); }
div.DivClassName
{
background-color: #1DB007;
}
.BgClassName
{
background-color: #1DB007;
}
</style>
border-color css
<style>
span { border-color: #1DB007; }
span { border-color: rgb(29,176,7); }
td.TdClassName
{
border-color: #1DB007;
}
.TagClassName
{
border-color: #1DB007;
}
</style>