Shades of Islamic Green #02911F
Tints of Islamic Green #02911F
RGB
CMYK
RGB Variations
Color information
#02911F (or 0x02911F) is known color: Islamic Green. HEX triplet: 02, 91 and 1F. RGB value is (2,145,31). Sum of RGB (Red+Green+Blue) = 2+145+31=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 145 (57.03% from 255 or 81.46% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 145 - color contains mainly: green. Hex color #02911F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02911F is #FD6EE0. Grayscale: #595959. Windows color (decimal): -16608993 or 2068738. OLE color: 2068738.
HSL color Cylindrical-coordinate representation of color #02911F: hue angle of 132.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02911F is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 145 | 31 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.43 |
| HSL | 132.17º | 0.97% | 0.29% | - |
| HSV(B) | 132.17º | 0.99% | 0.57% | - |
| XYZ | 10.4 | 20.36 | 4.68 | - |
| YUV | 89.25 | 95.12 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 31 | 0.99 | 0 | 0.79 | 0.43 | 132.17 | 0.97 | 0.29 |
| Hex | 2 | 91 | 1F | 63 | 0 | 4F | 2B | 84 | 61 | 1D |
| Octal | 2 | 221 | 37 | 143 | 0 | 117 | 53 | 204 | 141 | 35 |
| Binary | 10 | 10010001 | 11111 | 1100011 | 0 | 1001111 | 101011 | 10000100 | 1100001 | 11101 |
Color Harmonies of #02911F
Complementary color
Monochromatic Colors of #02911F
Black with #02911F
Text Example
Text Example
White with #02911F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02911F; }
p { color: rgb(2,145,31); }
H1.HeaderClassName
{
color: #02911F;
}
.AnyTagClassName
{
color: #02911F;
}
</style>
background-color css
<style>
a { background-color: #02911F; }
a { background-color: rgb(2,145,31); }
div.DivClassName
{
background-color: #02911F;
}
.BgClassName
{
background-color: #02911F;
}
</style>
border-color css
<style>
span { border-color: #02911F; }
span { border-color: rgb(2,145,31); }
td.TdClassName
{
border-color: #02911F;
}
.TagClassName
{
border-color: #02911F;
}
</style>