Shades of Islamic Green #028F0F
Tints of Islamic Green #028F0F
RGB
CMYK
RGB Variations
Color information
#028F0F (or 0x028F0F) is known color: Islamic Green. HEX triplet: 02, 8F and 0F. RGB value is (2,143,15). Sum of RGB (Red+Green+Blue) = 2+143+15=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 143 (56.25% from 255 or 89.38% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 143 - color contains mainly: green. Hex color #028F0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028F0F is #FD70F0. Grayscale: #565656. Windows color (decimal): -16609521 or 1019650. OLE color: 1019650.
HSL color Cylindrical-coordinate representation of color #028F0F: hue angle of 125.53º 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 #028F0F is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 143 | 15 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.44 |
| HSL | 125.53º | 0.97% | 0.28% | - |
| HSV(B) | 125.53º | 0.99% | 0.56% | - |
| XYZ | 9.93 | 19.69 | 3.73 | - |
| YUV | 86.25 | 87.79 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 143 | 15 | 0.99 | 0 | 0.90 | 0.44 | 125.53 | 0.97 | 0.28 |
| Hex | 2 | 8F | F | 63 | 0 | 5A | 2C | 7E | 61 | 1C |
| Octal | 2 | 217 | 17 | 143 | 0 | 132 | 54 | 176 | 141 | 34 |
| Binary | 10 | 10001111 | 1111 | 1100011 | 0 | 1011010 | 101100 | 1111110 | 1100001 | 11100 |
Color Harmonies of #028F0F
Complementary color
Monochromatic Colors of #028F0F
Black with #028F0F
Text Example
Text Example
White with #028F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028F0F; }
p { color: rgb(2,143,15); }
H1.HeaderClassName
{
color: #028F0F;
}
.AnyTagClassName
{
color: #028F0F;
}
</style>
background-color css
<style>
a { background-color: #028F0F; }
a { background-color: rgb(2,143,15); }
div.DivClassName
{
background-color: #028F0F;
}
.BgClassName
{
background-color: #028F0F;
}
</style>
border-color css
<style>
span { border-color: #028F0F; }
span { border-color: rgb(2,143,15); }
td.TdClassName
{
border-color: #028F0F;
}
.TagClassName
{
border-color: #028F0F;
}
</style>