Shades of Islamic Green #1DB412
Tints of Islamic Green #1DB412
RGB
CMYK
RGB Variations
Color information
#1DB412 (or 0x1DB412) is known color: Islamic Green. HEX triplet: 1D, B4 and 12. RGB value is (29,180,18). Sum of RGB (Red+Green+Blue) = 29+180+18=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 180 (70.70% from 255 or 79.30% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB412 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB412 is #E24BED. Grayscale: #747474. Windows color (decimal): -14830574 or 1225757. OLE color: 1225757.
HSL color Cylindrical-coordinate representation of color #1DB412: hue angle of 115.93º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DB412 is Cyan = 0.84, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 18 | - |
| CMYK | 0.84 | 0 | 0.9 | 0.29 |
| HSL | 115.93º | 0.82% | 0.39% | - |
| HSV(B) | 115.93º | 0.9% | 0.71% | - |
| XYZ | 16.94 | 32.95 | 6.04 | - |
| YUV | 116.38 | 72.47 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 18 | 0.84 | 0 | 0.9 | 0.29 | 115.93 | 0.82 | 0.39 |
| Hex | 1D | B4 | 12 | 54 | 0 | 5A | 1D | 74 | 52 | 27 |
| Octal | 35 | 264 | 22 | 124 | 0 | 132 | 35 | 164 | 122 | 47 |
| Binary | 11101 | 10110100 | 10010 | 1010100 | 0 | 1011010 | 11101 | 1110100 | 1010010 | 100111 |
Color Harmonies of #1DB412
Complementary color
Monochromatic Colors of #1DB412
Black with #1DB412
Text Example
Text Example
White with #1DB412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB412; }
p { color: rgb(29,180,18); }
H1.HeaderClassName
{
color: #1DB412;
}
.AnyTagClassName
{
color: #1DB412;
}
</style>
background-color css
<style>
a { background-color: #1DB412; }
a { background-color: rgb(29,180,18); }
div.DivClassName
{
background-color: #1DB412;
}
.BgClassName
{
background-color: #1DB412;
}
</style>
border-color css
<style>
span { border-color: #1DB412; }
span { border-color: rgb(29,180,18); }
td.TdClassName
{
border-color: #1DB412;
}
.TagClassName
{
border-color: #1DB412;
}
</style>