Shades of Islamic Green #028E13
Tints of Islamic Green #028E13
RGB
CMYK
RGB Variations
Color information
#028E13 (or 0x028E13) is known color: Islamic Green. HEX triplet: 02, 8E and 13. RGB value is (2,142,19). Sum of RGB (Red+Green+Blue) = 2+142+19=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 142 (55.86% from 255 or 87.12% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 142 - color contains mainly: green. Hex color #028E13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028E13 is #FD71EC. Grayscale: #565656. Windows color (decimal): -16609773 or 1281538. OLE color: 1281538.
HSL color Cylindrical-coordinate representation of color #028E13: hue angle of 127.29º degrees, saturation: 0.97, 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 #028E13 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 142 | 19 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.44 |
| HSL | 127.29º | 0.97% | 0.28% | - |
| HSV(B) | 127.29º | 0.99% | 0.56% | - |
| XYZ | 9.82 | 19.41 | 3.84 | - |
| YUV | 86.12 | 90.12 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 19 | 0.99 | 0 | 0.87 | 0.44 | 127.29 | 0.97 | 0.28 |
| Hex | 2 | 8E | 13 | 63 | 0 | 57 | 2C | 7F | 61 | 1C |
| Octal | 2 | 216 | 23 | 143 | 0 | 127 | 54 | 177 | 141 | 34 |
| Binary | 10 | 10001110 | 10011 | 1100011 | 0 | 1010111 | 101100 | 1111111 | 1100001 | 11100 |
Color Harmonies of #028E13
Complementary color
Monochromatic Colors of #028E13
Black with #028E13
Text Example
Text Example
White with #028E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028E13; }
p { color: rgb(2,142,19); }
H1.HeaderClassName
{
color: #028E13;
}
.AnyTagClassName
{
color: #028E13;
}
</style>
background-color css
<style>
a { background-color: #028E13; }
a { background-color: rgb(2,142,19); }
div.DivClassName
{
background-color: #028E13;
}
.BgClassName
{
background-color: #028E13;
}
</style>
border-color css
<style>
span { border-color: #028E13; }
span { border-color: rgb(2,142,19); }
td.TdClassName
{
border-color: #028E13;
}
.TagClassName
{
border-color: #028E13;
}
</style>