Shades of Islamic Green #1DBD01
Tints of Islamic Green #1DBD01
RGB
CMYK
RGB Variations
Color information
#1DBD01 (or 0x1DBD01) is known color: Islamic Green. HEX triplet: 1D, BD and 01. RGB value is (29,189,1). Sum of RGB (Red+Green+Blue) = 29+189+1=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 189 (74.22% from 255 or 86.30% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBD01 is #E242FE. Grayscale: #787878. Windows color (decimal): -14828287 or 113949. OLE color: 113949.
HSL color Cylindrical-coordinate representation of color #1DBD01: hue angle of 111.06º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1DBD01 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 1 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.26 |
| HSL | 111.06º | 0.99% | 0.37% | - |
| HSV(B) | 111.06º | 0.99% | 0.74% | - |
| XYZ | 18.71 | 36.66 | 6.12 | - |
| YUV | 119.73 | 60.99 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 1 | 0.85 | 0 | 0.99 | 0.26 | 111.06 | 0.99 | 0.37 |
| Hex | 1D | BD | 1 | 55 | 0 | 63 | 1A | 6F | 63 | 25 |
| Octal | 35 | 275 | 1 | 125 | 0 | 143 | 32 | 157 | 143 | 45 |
| Binary | 11101 | 10111101 | 1 | 1010101 | 0 | 1100011 | 11010 | 1101111 | 1100011 | 100101 |
Color Harmonies of #1DBD01
Complementary color
Monochromatic Colors of #1DBD01
Black with #1DBD01
Text Example
Text Example
White with #1DBD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBD01; }
p { color: rgb(29,189,1); }
H1.HeaderClassName
{
color: #1DBD01;
}
.AnyTagClassName
{
color: #1DBD01;
}
</style>
background-color css
<style>
a { background-color: #1DBD01; }
a { background-color: rgb(29,189,1); }
div.DivClassName
{
background-color: #1DBD01;
}
.BgClassName
{
background-color: #1DBD01;
}
</style>
border-color css
<style>
span { border-color: #1DBD01; }
span { border-color: rgb(29,189,1); }
td.TdClassName
{
border-color: #1DBD01;
}
.TagClassName
{
border-color: #1DBD01;
}
</style>