Shades of Islamic Green #028E0C
Tints of Islamic Green #028E0C
RGB
CMYK
RGB Variations
Color information
#028E0C (or 0x028E0C) is known color: Islamic Green. HEX triplet: 02, 8E and 0C. RGB value is (2,142,12). Sum of RGB (Red+Green+Blue) = 2+142+12=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 142 (55.86% from 255 or 91.03% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 142 - color contains mainly: green. Hex color #028E0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028E0C is #FD71F3. Grayscale: #555555. Windows color (decimal): -16609780 or 822786. OLE color: 822786.
HSL color Cylindrical-coordinate representation of color #028E0C: hue angle of 124.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 #028E0C is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 142 | 12 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.44 |
| HSL | 124.29º | 0.97% | 0.28% | - |
| HSV(B) | 124.29º | 0.99% | 0.56% | - |
| XYZ | 9.76 | 19.39 | 3.57 | - |
| YUV | 85.32 | 86.62 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 12 | 0.99 | 0 | 0.92 | 0.44 | 124.29 | 0.97 | 0.28 |
| Hex | 2 | 8E | C | 63 | 0 | 5C | 2C | 7C | 61 | 1C |
| Octal | 2 | 216 | 14 | 143 | 0 | 134 | 54 | 174 | 141 | 34 |
| Binary | 10 | 10001110 | 1100 | 1100011 | 0 | 1011100 | 101100 | 1111100 | 1100001 | 11100 |
Color Harmonies of #028E0C
Complementary color
Monochromatic Colors of #028E0C
Black with #028E0C
Text Example
Text Example
White with #028E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028E0C; }
p { color: rgb(2,142,12); }
H1.HeaderClassName
{
color: #028E0C;
}
.AnyTagClassName
{
color: #028E0C;
}
</style>
background-color css
<style>
a { background-color: #028E0C; }
a { background-color: rgb(2,142,12); }
div.DivClassName
{
background-color: #028E0C;
}
.BgClassName
{
background-color: #028E0C;
}
</style>
border-color css
<style>
span { border-color: #028E0C; }
span { border-color: rgb(2,142,12); }
td.TdClassName
{
border-color: #028E0C;
}
.TagClassName
{
border-color: #028E0C;
}
</style>