Shades of Islamic Green #028E05
Tints of Islamic Green #028E05
RGB
CMYK
RGB Variations
Color information
#028E05 (or 0x028E05) is known color: Islamic Green. HEX triplet: 02, 8E and 05. RGB value is (2,142,5). Sum of RGB (Red+Green+Blue) = 2+142+5=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 142 (55.86% from 255 or 95.30% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 142 - color contains mainly: green. Hex color #028E05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028E05 is #FD71FA. Grayscale: #545454. Windows color (decimal): -16609787 or 364034. OLE color: 364034.
HSL color Cylindrical-coordinate representation of color #028E05: hue angle of 121.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 #028E05 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 142 | 5 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.44 |
| HSL | 121.29º | 0.97% | 0.28% | - |
| HSV(B) | 121.29º | 0.99% | 0.56% | - |
| XYZ | 9.73 | 19.37 | 3.37 | - |
| YUV | 84.52 | 83.12 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 5 | 0.99 | 0 | 0.96 | 0.44 | 121.29 | 0.97 | 0.28 |
| Hex | 2 | 8E | 5 | 63 | 0 | 60 | 2C | 79 | 61 | 1C |
| Octal | 2 | 216 | 5 | 143 | 0 | 140 | 54 | 171 | 141 | 34 |
| Binary | 10 | 10001110 | 101 | 1100011 | 0 | 1100000 | 101100 | 1111001 | 1100001 | 11100 |
Color Harmonies of #028E05
Complementary color
Monochromatic Colors of #028E05
Black with #028E05
Text Example
Text Example
White with #028E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028E05; }
p { color: rgb(2,142,5); }
H1.HeaderClassName
{
color: #028E05;
}
.AnyTagClassName
{
color: #028E05;
}
</style>
background-color css
<style>
a { background-color: #028E05; }
a { background-color: rgb(2,142,5); }
div.DivClassName
{
background-color: #028E05;
}
.BgClassName
{
background-color: #028E05;
}
</style>
border-color css
<style>
span { border-color: #028E05; }
span { border-color: rgb(2,142,5); }
td.TdClassName
{
border-color: #028E05;
}
.TagClassName
{
border-color: #028E05;
}
</style>