Shades of Islamic Green #018E1D
Tints of Islamic Green #018E1D
RGB
CMYK
RGB Variations
Color information
#018E1D (or 0x018E1D) is known color: Islamic Green. HEX triplet: 01, 8E and 1D. RGB value is (1,142,29). Sum of RGB (Red+Green+Blue) = 1+142+29=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 142 (55.86% from 255 or 82.56% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 142 - color contains mainly: green. Hex color #018E1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018E1D is #FE71E2. Grayscale: #575757. Windows color (decimal): -16675299 or 1936897. OLE color: 1936897.
HSL color Cylindrical-coordinate representation of color #018E1D: hue angle of 131.91º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018E1D is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 29 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.44 |
| HSL | 131.91º | 0.99% | 0.28% | - |
| HSV(B) | 131.91º | 0.99% | 0.56% | - |
| XYZ | 9.91 | 19.44 | 4.39 | - |
| YUV | 86.96 | 95.29 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 29 | 0.99 | 0 | 0.80 | 0.44 | 131.91 | 0.99 | 0.28 |
| Hex | 1 | 8E | 1D | 63 | 0 | 50 | 2C | 84 | 63 | 1C |
| Octal | 1 | 216 | 35 | 143 | 0 | 120 | 54 | 204 | 143 | 34 |
| Binary | 1 | 10001110 | 11101 | 1100011 | 0 | 1010000 | 101100 | 10000100 | 1100011 | 11100 |
Color Harmonies of #018E1D
Complementary color
Monochromatic Colors of #018E1D
Black with #018E1D
Text Example
Text Example
White with #018E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E1D; }
p { color: rgb(1,142,29); }
H1.HeaderClassName
{
color: #018E1D;
}
.AnyTagClassName
{
color: #018E1D;
}
</style>
background-color css
<style>
a { background-color: #018E1D; }
a { background-color: rgb(1,142,29); }
div.DivClassName
{
background-color: #018E1D;
}
.BgClassName
{
background-color: #018E1D;
}
</style>
border-color css
<style>
span { border-color: #018E1D; }
span { border-color: rgb(1,142,29); }
td.TdClassName
{
border-color: #018E1D;
}
.TagClassName
{
border-color: #018E1D;
}
</style>