Shades of Islamic Green #1DA208
Tints of Islamic Green #1DA208
RGB
CMYK
RGB Variations
Color information
#1DA208 (or 0x1DA208) is known color: Islamic Green. HEX triplet: 1D, A2 and 08. RGB value is (29,162,8). Sum of RGB (Red+Green+Blue) = 29+162+8=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 162 (63.67% from 255 or 81.41% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA208 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA208 is #E25DF7. Grayscale: #696969. Windows color (decimal): -14835192 or 565789. OLE color: 565789.
HSL color Cylindrical-coordinate representation of color #1DA208: hue angle of 111.82º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1DA208 is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 8 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.36 |
| HSL | 111.82º | 0.91% | 0.33% | - |
| HSV(B) | 111.82º | 0.95% | 0.64% | - |
| XYZ | 13.47 | 26.12 | 4.56 | - |
| YUV | 104.68 | 73.44 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 8 | 0.82 | 0 | 0.95 | 0.36 | 111.82 | 0.91 | 0.33 |
| Hex | 1D | A2 | 8 | 52 | 0 | 5F | 24 | 70 | 5B | 21 |
| Octal | 35 | 242 | 10 | 122 | 0 | 137 | 44 | 160 | 133 | 41 |
| Binary | 11101 | 10100010 | 1000 | 1010010 | 0 | 1011111 | 100100 | 1110000 | 1011011 | 100001 |
Color Harmonies of #1DA208
Complementary color
Monochromatic Colors of #1DA208
Black with #1DA208
Text Example
Text Example
White with #1DA208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA208; }
p { color: rgb(29,162,8); }
H1.HeaderClassName
{
color: #1DA208;
}
.AnyTagClassName
{
color: #1DA208;
}
</style>
background-color css
<style>
a { background-color: #1DA208; }
a { background-color: rgb(29,162,8); }
div.DivClassName
{
background-color: #1DA208;
}
.BgClassName
{
background-color: #1DA208;
}
</style>
border-color css
<style>
span { border-color: #1DA208; }
span { border-color: rgb(29,162,8); }
td.TdClassName
{
border-color: #1DA208;
}
.TagClassName
{
border-color: #1DA208;
}
</style>