Shades of Islamic Green #1DAF07
Tints of Islamic Green #1DAF07
RGB
CMYK
RGB Variations
Color information
#1DAF07 (or 0x1DAF07) is known color: Islamic Green. HEX triplet: 1D, AF and 07. RGB value is (29,175,7). Sum of RGB (Red+Green+Blue) = 29+175+7=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 175 (68.75% from 255 or 82.94% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAF07 is #E250F8. Grayscale: #707070. Windows color (decimal): -14831865 or 503581. OLE color: 503581.
HSL color Cylindrical-coordinate representation of color #1DAF07: hue angle of 112.14º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1DAF07 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 7 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.31 |
| HSL | 112.14º | 0.92% | 0.36% | - |
| HSV(B) | 112.14º | 0.96% | 0.69% | - |
| XYZ | 15.88 | 30.94 | 5.34 | - |
| YUV | 112.19 | 68.63 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 7 | 0.83 | 0 | 0.96 | 0.31 | 112.14 | 0.92 | 0.36 |
| Hex | 1D | AF | 7 | 53 | 0 | 60 | 1F | 70 | 5C | 24 |
| Octal | 35 | 257 | 7 | 123 | 0 | 140 | 37 | 160 | 134 | 44 |
| Binary | 11101 | 10101111 | 111 | 1010011 | 0 | 1100000 | 11111 | 1110000 | 1011100 | 100100 |
Color Harmonies of #1DAF07
Complementary color
Monochromatic Colors of #1DAF07
Black with #1DAF07
Text Example
Text Example
White with #1DAF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF07; }
p { color: rgb(29,175,7); }
H1.HeaderClassName
{
color: #1DAF07;
}
.AnyTagClassName
{
color: #1DAF07;
}
</style>
background-color css
<style>
a { background-color: #1DAF07; }
a { background-color: rgb(29,175,7); }
div.DivClassName
{
background-color: #1DAF07;
}
.BgClassName
{
background-color: #1DAF07;
}
</style>
border-color css
<style>
span { border-color: #1DAF07; }
span { border-color: rgb(29,175,7); }
td.TdClassName
{
border-color: #1DAF07;
}
.TagClassName
{
border-color: #1DAF07;
}
</style>