Shades of Islamic Green #02991A
Tints of Islamic Green #02991A
RGB
CMYK
RGB Variations
Color information
#02991A (or 0x02991A) is known color: Islamic Green. HEX triplet: 02, 99 and 1A. RGB value is (2,153,26). Sum of RGB (Red+Green+Blue) = 2+153+26=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 153 (60.16% from 255 or 84.53% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 153 - color contains mainly: green. Hex color #02991A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02991A is #FD66E5. Grayscale: #5D5D5D. Windows color (decimal): -16606950 or 1743106. OLE color: 1743106.
HSL color Cylindrical-coordinate representation of color #02991A: hue angle of 129.54º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02991A is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 153 | 26 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.4 |
| HSL | 129.54º | 0.97% | 0.3% | - |
| HSV(B) | 129.54º | 0.99% | 0.6% | - |
| XYZ | 11.6 | 22.87 | 4.78 | - |
| YUV | 93.37 | 89.97 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 153 | 26 | 0.99 | 0 | 0.83 | 0.4 | 129.54 | 0.97 | 0.3 |
| Hex | 2 | 99 | 1A | 63 | 0 | 53 | 28 | 82 | 61 | 1E |
| Octal | 2 | 231 | 32 | 143 | 0 | 123 | 50 | 202 | 141 | 36 |
| Binary | 10 | 10011001 | 11010 | 1100011 | 0 | 1010011 | 101000 | 10000010 | 1100001 | 11110 |
Color Harmonies of #02991A
Complementary color
Monochromatic Colors of #02991A
Black with #02991A
Text Example
Text Example
White with #02991A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02991A; }
p { color: rgb(2,153,26); }
H1.HeaderClassName
{
color: #02991A;
}
.AnyTagClassName
{
color: #02991A;
}
</style>
background-color css
<style>
a { background-color: #02991A; }
a { background-color: rgb(2,153,26); }
div.DivClassName
{
background-color: #02991A;
}
.BgClassName
{
background-color: #02991A;
}
</style>
border-color css
<style>
span { border-color: #02991A; }
span { border-color: rgb(2,153,26); }
td.TdClassName
{
border-color: #02991A;
}
.TagClassName
{
border-color: #02991A;
}
</style>