Shades of Islamic Green #1DB211
Tints of Islamic Green #1DB211
RGB
CMYK
RGB Variations
Color information
#1DB211 (or 0x1DB211) is known color: Islamic Green. HEX triplet: 1D, B2 and 11. RGB value is (29,178,17). Sum of RGB (Red+Green+Blue) = 29+178+17=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 178 (69.92% from 255 or 79.46% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DB211 is #E24DEE. Grayscale: #737373. Windows color (decimal): -14831087 or 1159709. OLE color: 1159709.
HSL color Cylindrical-coordinate representation of color #1DB211: hue angle of 115.53º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DB211 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 178 | 17 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.30 |
| HSL | 115.53º | 0.83% | 0.38% | - |
| HSV(B) | 115.53º | 0.9% | 0.7% | - |
| XYZ | 16.53 | 32.14 | 5.86 | - |
| YUV | 115.1 | 72.64 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 178 | 17 | 0.84 | 0 | 0.90 | 0.30 | 115.53 | 0.83 | 0.38 |
| Hex | 1D | B2 | 11 | 54 | 0 | 5A | 1E | 74 | 53 | 26 |
| Octal | 35 | 262 | 21 | 124 | 0 | 132 | 36 | 164 | 123 | 46 |
| Binary | 11101 | 10110010 | 10001 | 1010100 | 0 | 1011010 | 11110 | 1110100 | 1010011 | 100110 |
Color Harmonies of #1DB211
Complementary color
Monochromatic Colors of #1DB211
Black with #1DB211
Text Example
Text Example
White with #1DB211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB211; }
p { color: rgb(29,178,17); }
H1.HeaderClassName
{
color: #1DB211;
}
.AnyTagClassName
{
color: #1DB211;
}
</style>
background-color css
<style>
a { background-color: #1DB211; }
a { background-color: rgb(29,178,17); }
div.DivClassName
{
background-color: #1DB211;
}
.BgClassName
{
background-color: #1DB211;
}
</style>
border-color css
<style>
span { border-color: #1DB211; }
span { border-color: rgb(29,178,17); }
td.TdClassName
{
border-color: #1DB211;
}
.TagClassName
{
border-color: #1DB211;
}
</style>