Shades of Islamic Green #028E0D
Tints of Islamic Green #028E0D
RGB
CMYK
RGB Variations
Color information
#028E0D (or 0x028E0D) is known color: Islamic Green. HEX triplet: 02, 8E and 0D. RGB value is (2,142,13). Sum of RGB (Red+Green+Blue) = 2+142+13=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 142 (55.86% from 255 or 90.45% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 142 - color contains mainly: green. Hex color #028E0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028E0D is #FD71F2. Grayscale: #555555. Windows color (decimal): -16609779 or 888322. OLE color: 888322.
HSL color Cylindrical-coordinate representation of color #028E0D: hue angle of 124.71º 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 #028E0D is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 142 | 13 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.44 |
| HSL | 124.71º | 0.97% | 0.28% | - |
| HSV(B) | 124.71º | 0.99% | 0.56% | - |
| XYZ | 9.77 | 19.39 | 3.61 | - |
| YUV | 85.43 | 87.12 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 13 | 0.99 | 0 | 0.91 | 0.44 | 124.71 | 0.97 | 0.28 |
| Hex | 2 | 8E | D | 63 | 0 | 5B | 2C | 7D | 61 | 1C |
| Octal | 2 | 216 | 15 | 143 | 0 | 133 | 54 | 175 | 141 | 34 |
| Binary | 10 | 10001110 | 1101 | 1100011 | 0 | 1011011 | 101100 | 1111101 | 1100001 | 11100 |
Color Harmonies of #028E0D
Complementary color
Monochromatic Colors of #028E0D
Black with #028E0D
Text Example
Text Example
White with #028E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028E0D; }
p { color: rgb(2,142,13); }
H1.HeaderClassName
{
color: #028E0D;
}
.AnyTagClassName
{
color: #028E0D;
}
</style>
background-color css
<style>
a { background-color: #028E0D; }
a { background-color: rgb(2,142,13); }
div.DivClassName
{
background-color: #028E0D;
}
.BgClassName
{
background-color: #028E0D;
}
</style>
border-color css
<style>
span { border-color: #028E0D; }
span { border-color: rgb(2,142,13); }
td.TdClassName
{
border-color: #028E0D;
}
.TagClassName
{
border-color: #028E0D;
}
</style>