Shades of Islamic Green #1DB50A
Tints of Islamic Green #1DB50A
RGB
CMYK
RGB Variations
Color information
#1DB50A (or 0x1DB50A) is known color: Islamic Green. HEX triplet: 1D, B5 and 0A. RGB value is (29,181,10). Sum of RGB (Red+Green+Blue) = 29+181+10=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 181 (71.09% from 255 or 82.27% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB50A is #E24AF5. Grayscale: #747474. Windows color (decimal): -14830326 or 701725. OLE color: 701725.
HSL color Cylindrical-coordinate representation of color #1DB50A: hue angle of 113.33º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1DB50A is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 10 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.29 |
| HSL | 113.33º | 0.9% | 0.37% | - |
| HSV(B) | 113.33º | 0.94% | 0.71% | - |
| XYZ | 17.09 | 33.33 | 5.82 | - |
| YUV | 116.06 | 68.14 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 10 | 0.84 | 0 | 0.94 | 0.29 | 113.33 | 0.9 | 0.37 |
| Hex | 1D | B5 | A | 54 | 0 | 5E | 1D | 71 | 5A | 25 |
| Octal | 35 | 265 | 12 | 124 | 0 | 136 | 35 | 161 | 132 | 45 |
| Binary | 11101 | 10110101 | 1010 | 1010100 | 0 | 1011110 | 11101 | 1110001 | 1011010 | 100101 |
Color Harmonies of #1DB50A
Complementary color
Monochromatic Colors of #1DB50A
Black with #1DB50A
Text Example
Text Example
White with #1DB50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB50A; }
p { color: rgb(29,181,10); }
H1.HeaderClassName
{
color: #1DB50A;
}
.AnyTagClassName
{
color: #1DB50A;
}
</style>
background-color css
<style>
a { background-color: #1DB50A; }
a { background-color: rgb(29,181,10); }
div.DivClassName
{
background-color: #1DB50A;
}
.BgClassName
{
background-color: #1DB50A;
}
</style>
border-color css
<style>
span { border-color: #1DB50A; }
span { border-color: rgb(29,181,10); }
td.TdClassName
{
border-color: #1DB50A;
}
.TagClassName
{
border-color: #1DB50A;
}
</style>