Shades of Islamic Green #1DB203
Tints of Islamic Green #1DB203
RGB
CMYK
RGB Variations
Color information
#1DB203 (or 0x1DB203) is known color: Islamic Green. HEX triplet: 1D, B2 and 03. RGB value is (29,178,3). Sum of RGB (Red+Green+Blue) = 29+178+3=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 178 (69.92% from 255 or 84.76% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB203 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DB203 is #E24DFC. Grayscale: #727272. Windows color (decimal): -14831101 or 242205. OLE color: 242205.
HSL color Cylindrical-coordinate representation of color #1DB203: hue angle of 111.09º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1DB203 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 178 | 3 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.30 |
| HSL | 111.09º | 0.97% | 0.35% | - |
| HSV(B) | 111.09º | 0.98% | 0.7% | - |
| XYZ | 16.44 | 32.11 | 5.42 | - |
| YUV | 113.5 | 65.64 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 178 | 3 | 0.84 | 0 | 0.98 | 0.30 | 111.09 | 0.97 | 0.35 |
| Hex | 1D | B2 | 3 | 54 | 0 | 62 | 1E | 6F | 61 | 23 |
| Octal | 35 | 262 | 3 | 124 | 0 | 142 | 36 | 157 | 141 | 43 |
| Binary | 11101 | 10110010 | 11 | 1010100 | 0 | 1100010 | 11110 | 1101111 | 1100001 | 100011 |
Color Harmonies of #1DB203
Complementary color
Monochromatic Colors of #1DB203
Black with #1DB203
Text Example
Text Example
White with #1DB203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB203; }
p { color: rgb(29,178,3); }
H1.HeaderClassName
{
color: #1DB203;
}
.AnyTagClassName
{
color: #1DB203;
}
</style>
background-color css
<style>
a { background-color: #1DB203; }
a { background-color: rgb(29,178,3); }
div.DivClassName
{
background-color: #1DB203;
}
.BgClassName
{
background-color: #1DB203;
}
</style>
border-color css
<style>
span { border-color: #1DB203; }
span { border-color: rgb(29,178,3); }
td.TdClassName
{
border-color: #1DB203;
}
.TagClassName
{
border-color: #1DB203;
}
</style>