Shades of Islamic Green #028F00
Tints of Islamic Green #028F00
RGB
CMYK
RGB Variations
Color information
#028F00 (or 0x028F00) is known color: Islamic Green. HEX triplet: 02, 8F and 00. RGB value is (2,143,0). Sum of RGB (Red+Green+Blue) = 2+143+0=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 143 (56.25% from 255 or 98.62% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 143 - color contains mainly: green. Hex color #028F00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028F00 is #FD70FF. Grayscale: #545454. Windows color (decimal): -16609536 or 36610. OLE color: 36610.
HSL color Cylindrical-coordinate representation of color #028F00: hue angle of 119.16º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #028F00 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 143 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.44 |
| HSL | 119.16º | 1% | 0.28% | - |
| HSV(B) | 119.16º | 1% | 0.56% | - |
| XYZ | 9.85 | 19.66 | 3.28 | - |
| YUV | 84.54 | 80.29 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 143 | 0 | 0.99 | 0 | 1 | 0.44 | 119.16 | 1 | 0.28 |
| Hex | 2 | 8F | 0 | 63 | 0 | 64 | 2C | 77 | 64 | 1C |
| Octal | 2 | 217 | 0 | 143 | 0 | 144 | 54 | 167 | 144 | 34 |
| Binary | 10 | 10001111 | 0 | 1100011 | 0 | 1100100 | 101100 | 1110111 | 1100100 | 11100 |
Color Harmonies of #028F00
Complementary color
Monochromatic Colors of #028F00
Black with #028F00
Text Example
Text Example
White with #028F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028F00; }
p { color: rgb(2,143,0); }
H1.HeaderClassName
{
color: #028F00;
}
.AnyTagClassName
{
color: #028F00;
}
</style>
background-color css
<style>
a { background-color: #028F00; }
a { background-color: rgb(2,143,0); }
div.DivClassName
{
background-color: #028F00;
}
.BgClassName
{
background-color: #028F00;
}
</style>
border-color css
<style>
span { border-color: #028F00; }
span { border-color: rgb(2,143,0); }
td.TdClassName
{
border-color: #028F00;
}
.TagClassName
{
border-color: #028F00;
}
</style>