Shades of Islamic Green #1DC007
Tints of Islamic Green #1DC007
RGB
CMYK
RGB Variations
Color information
#1DC007 (or 0x1DC007) is known color: Islamic Green. HEX triplet: 1D, C0 and 07. RGB value is (29,192,7). Sum of RGB (Red+Green+Blue) = 29+192+7=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 192 (75.39% from 255 or 84.21% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC007 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC007 is #E23FF8. Grayscale: #7A7A7A. Windows color (decimal): -14827513 or 507933. OLE color: 507933.
HSL color Cylindrical-coordinate representation of color #1DC007: hue angle of 112.86º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1DC007 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 192 | 7 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.25 |
| HSL | 112.86º | 0.93% | 0.39% | - |
| HSV(B) | 112.86º | 0.96% | 0.75% | - |
| XYZ | 19.39 | 37.98 | 6.51 | - |
| YUV | 122.17 | 63 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 192 | 7 | 0.85 | 0 | 0.96 | 0.25 | 112.86 | 0.93 | 0.39 |
| Hex | 1D | C0 | 7 | 55 | 0 | 60 | 19 | 71 | 5D | 27 |
| Octal | 35 | 300 | 7 | 125 | 0 | 140 | 31 | 161 | 135 | 47 |
| Binary | 11101 | 11000000 | 111 | 1010101 | 0 | 1100000 | 11001 | 1110001 | 1011101 | 100111 |
Color Harmonies of #1DC007
Complementary color
Monochromatic Colors of #1DC007
Black with #1DC007
Text Example
Text Example
White with #1DC007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC007; }
p { color: rgb(29,192,7); }
H1.HeaderClassName
{
color: #1DC007;
}
.AnyTagClassName
{
color: #1DC007;
}
</style>
background-color css
<style>
a { background-color: #1DC007; }
a { background-color: rgb(29,192,7); }
div.DivClassName
{
background-color: #1DC007;
}
.BgClassName
{
background-color: #1DC007;
}
</style>
border-color css
<style>
span { border-color: #1DC007; }
span { border-color: rgb(29,192,7); }
td.TdClassName
{
border-color: #1DC007;
}
.TagClassName
{
border-color: #1DC007;
}
</style>