Shades of Islamic Green #1DB30D
Tints of Islamic Green #1DB30D
RGB
CMYK
RGB Variations
Color information
#1DB30D (or 0x1DB30D) is known color: Islamic Green. HEX triplet: 1D, B3 and 0D. RGB value is (29,179,13). Sum of RGB (Red+Green+Blue) = 29+179+13=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 179 (70.31% from 255 or 81.00% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB30D is #E24CF2. Grayscale: #737373. Windows color (decimal): -14830835 or 897821. OLE color: 897821.
HSL color Cylindrical-coordinate representation of color #1DB30D: hue angle of 114.22º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1DB30D is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 13 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.30 |
| HSL | 114.22º | 0.86% | 0.38% | - |
| HSV(B) | 114.22º | 0.93% | 0.7% | - |
| XYZ | 16.7 | 32.53 | 5.78 | - |
| YUV | 115.23 | 70.31 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 13 | 0.84 | 0 | 0.93 | 0.30 | 114.22 | 0.86 | 0.38 |
| Hex | 1D | B3 | D | 54 | 0 | 5D | 1E | 72 | 56 | 26 |
| Octal | 35 | 263 | 15 | 124 | 0 | 135 | 36 | 162 | 126 | 46 |
| Binary | 11101 | 10110011 | 1101 | 1010100 | 0 | 1011101 | 11110 | 1110010 | 1010110 | 100110 |
Color Harmonies of #1DB30D
Complementary color
Monochromatic Colors of #1DB30D
Black with #1DB30D
Text Example
Text Example
White with #1DB30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB30D; }
p { color: rgb(29,179,13); }
H1.HeaderClassName
{
color: #1DB30D;
}
.AnyTagClassName
{
color: #1DB30D;
}
</style>
background-color css
<style>
a { background-color: #1DB30D; }
a { background-color: rgb(29,179,13); }
div.DivClassName
{
background-color: #1DB30D;
}
.BgClassName
{
background-color: #1DB30D;
}
</style>
border-color css
<style>
span { border-color: #1DB30D; }
span { border-color: rgb(29,179,13); }
td.TdClassName
{
border-color: #1DB30D;
}
.TagClassName
{
border-color: #1DB30D;
}
</style>