Shades of Islamic Green #1DB701
Tints of Islamic Green #1DB701
RGB
CMYK
RGB Variations
Color information
#1DB701 (or 0x1DB701) is known color: Islamic Green. HEX triplet: 1D, B7 and 01. RGB value is (29,183,1). Sum of RGB (Red+Green+Blue) = 29+183+1=213 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.62% from 213); Green value is 183 (71.88% from 255 or 85.92% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB701 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB701 is #E248FE. Grayscale: #747474. Windows color (decimal): -14829823 or 112413. OLE color: 112413.
HSL color Cylindrical-coordinate representation of color #1DB701: hue angle of 110.77º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1DB701 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 1 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.28 |
| HSL | 110.77º | 0.99% | 0.36% | - |
| HSV(B) | 110.77º | 0.99% | 0.72% | - |
| XYZ | 17.45 | 34.13 | 5.7 | - |
| YUV | 116.21 | 62.98 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 1 | 0.84 | 0 | 0.99 | 0.28 | 110.77 | 0.99 | 0.36 |
| Hex | 1D | B7 | 1 | 54 | 0 | 63 | 1C | 6F | 63 | 24 |
| Octal | 35 | 267 | 1 | 124 | 0 | 143 | 34 | 157 | 143 | 44 |
| Binary | 11101 | 10110111 | 1 | 1010100 | 0 | 1100011 | 11100 | 1101111 | 1100011 | 100100 |
Color Harmonies of #1DB701
Complementary color
Monochromatic Colors of #1DB701
Black with #1DB701
Text Example
Text Example
White with #1DB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB701; }
p { color: rgb(29,183,1); }
H1.HeaderClassName
{
color: #1DB701;
}
.AnyTagClassName
{
color: #1DB701;
}
</style>
background-color css
<style>
a { background-color: #1DB701; }
a { background-color: rgb(29,183,1); }
div.DivClassName
{
background-color: #1DB701;
}
.BgClassName
{
background-color: #1DB701;
}
</style>
border-color css
<style>
span { border-color: #1DB701; }
span { border-color: rgb(29,183,1); }
td.TdClassName
{
border-color: #1DB701;
}
.TagClassName
{
border-color: #1DB701;
}
</style>