Shades of Islamic Green #1DB207
Tints of Islamic Green #1DB207
RGB
CMYK
RGB Variations
Color information
#1DB207 (or 0x1DB207) is known color: Islamic Green. HEX triplet: 1D, B2 and 07. RGB value is (29,178,7). Sum of RGB (Red+Green+Blue) = 29+178+7=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 178 (69.92% from 255 or 83.18% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB207 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DB207 is #E24DF8. Grayscale: #727272. Windows color (decimal): -14831097 or 504349. OLE color: 504349.
HSL color Cylindrical-coordinate representation of color #1DB207: hue angle of 112.28º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1DB207 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 178 | 7 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.30 |
| HSL | 112.28º | 0.92% | 0.36% | - |
| HSV(B) | 112.28º | 0.96% | 0.7% | - |
| XYZ | 16.47 | 32.12 | 5.53 | - |
| YUV | 113.96 | 67.64 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 178 | 7 | 0.84 | 0 | 0.96 | 0.30 | 112.28 | 0.92 | 0.36 |
| Hex | 1D | B2 | 7 | 54 | 0 | 60 | 1E | 70 | 5C | 24 |
| Octal | 35 | 262 | 7 | 124 | 0 | 140 | 36 | 160 | 134 | 44 |
| Binary | 11101 | 10110010 | 111 | 1010100 | 0 | 1100000 | 11110 | 1110000 | 1011100 | 100100 |
Color Harmonies of #1DB207
Complementary color
Monochromatic Colors of #1DB207
Black with #1DB207
Text Example
Text Example
White with #1DB207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB207; }
p { color: rgb(29,178,7); }
H1.HeaderClassName
{
color: #1DB207;
}
.AnyTagClassName
{
color: #1DB207;
}
</style>
background-color css
<style>
a { background-color: #1DB207; }
a { background-color: rgb(29,178,7); }
div.DivClassName
{
background-color: #1DB207;
}
.BgClassName
{
background-color: #1DB207;
}
</style>
border-color css
<style>
span { border-color: #1DB207; }
span { border-color: rgb(29,178,7); }
td.TdClassName
{
border-color: #1DB207;
}
.TagClassName
{
border-color: #1DB207;
}
</style>