Shades of Islamic Green #1DB401
Tints of Islamic Green #1DB401
RGB
CMYK
RGB Variations
Color information
#1DB401 (or 0x1DB401) is known color: Islamic Green. HEX triplet: 1D, B4 and 01. RGB value is (29,180,1). Sum of RGB (Red+Green+Blue) = 29+180+1=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 180 (70.70% from 255 or 85.71% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB401 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB401 is #E24BFE. Grayscale: #737373. Windows color (decimal): -14830591 or 111645. OLE color: 111645.
HSL color Cylindrical-coordinate representation of color #1DB401: hue angle of 110.61º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1DB401 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 1 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.29 |
| HSL | 110.61º | 0.99% | 0.35% | - |
| HSV(B) | 110.61º | 0.99% | 0.71% | - |
| XYZ | 16.83 | 32.91 | 5.49 | - |
| YUV | 114.45 | 63.97 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 1 | 0.84 | 0 | 0.99 | 0.29 | 110.61 | 0.99 | 0.35 |
| Hex | 1D | B4 | 1 | 54 | 0 | 63 | 1D | 6F | 63 | 23 |
| Octal | 35 | 264 | 1 | 124 | 0 | 143 | 35 | 157 | 143 | 43 |
| Binary | 11101 | 10110100 | 1 | 1010100 | 0 | 1100011 | 11101 | 1101111 | 1100011 | 100011 |
Color Harmonies of #1DB401
Complementary color
Monochromatic Colors of #1DB401
Black with #1DB401
Text Example
Text Example
White with #1DB401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB401; }
p { color: rgb(29,180,1); }
H1.HeaderClassName
{
color: #1DB401;
}
.AnyTagClassName
{
color: #1DB401;
}
</style>
background-color css
<style>
a { background-color: #1DB401; }
a { background-color: rgb(29,180,1); }
div.DivClassName
{
background-color: #1DB401;
}
.BgClassName
{
background-color: #1DB401;
}
</style>
border-color css
<style>
span { border-color: #1DB401; }
span { border-color: rgb(29,180,1); }
td.TdClassName
{
border-color: #1DB401;
}
.TagClassName
{
border-color: #1DB401;
}
</style>