Shades of Islamic Green #02991D
Tints of Islamic Green #02991D
RGB
CMYK
RGB Variations
Color information
#02991D (or 0x02991D) is known color: Islamic Green. HEX triplet: 02, 99 and 1D. RGB value is (2,153,29). Sum of RGB (Red+Green+Blue) = 2+153+29=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 153 (60.16% from 255 or 83.15% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 153 - color contains mainly: green. Hex color #02991D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02991D is #FD66E2. Grayscale: #5E5E5E. Windows color (decimal): -16606947 or 1939714. OLE color: 1939714.
HSL color Cylindrical-coordinate representation of color #02991D: hue angle of 130.73º 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 #02991D is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 153 | 29 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.4 |
| HSL | 130.73º | 0.97% | 0.3% | - |
| HSV(B) | 130.73º | 0.99% | 0.6% | - |
| XYZ | 11.64 | 22.88 | 4.97 | - |
| YUV | 93.72 | 91.47 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 153 | 29 | 0.99 | 0 | 0.81 | 0.4 | 130.73 | 0.97 | 0.3 |
| Hex | 2 | 99 | 1D | 63 | 0 | 51 | 28 | 83 | 61 | 1E |
| Octal | 2 | 231 | 35 | 143 | 0 | 121 | 50 | 203 | 141 | 36 |
| Binary | 10 | 10011001 | 11101 | 1100011 | 0 | 1010001 | 101000 | 10000011 | 1100001 | 11110 |
Color Harmonies of #02991D
Complementary color
Monochromatic Colors of #02991D
Black with #02991D
Text Example
Text Example
White with #02991D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02991D; }
p { color: rgb(2,153,29); }
H1.HeaderClassName
{
color: #02991D;
}
.AnyTagClassName
{
color: #02991D;
}
</style>
background-color css
<style>
a { background-color: #02991D; }
a { background-color: rgb(2,153,29); }
div.DivClassName
{
background-color: #02991D;
}
.BgClassName
{
background-color: #02991D;
}
</style>
border-color css
<style>
span { border-color: #02991D; }
span { border-color: rgb(2,153,29); }
td.TdClassName
{
border-color: #02991D;
}
.TagClassName
{
border-color: #02991D;
}
</style>