Shades of Islamic Green #02901A
Tints of Islamic Green #02901A
RGB
CMYK
RGB Variations
Color information
#02901A (or 0x02901A) is known color: Islamic Green. HEX triplet: 02, 90 and 1A. RGB value is (2,144,26). Sum of RGB (Red+Green+Blue) = 2+144+26=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 144 (56.64% from 255 or 83.72% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 144 - color contains mainly: green. Hex color #02901A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02901A is #FD6FE5. Grayscale: #585858. Windows color (decimal): -16609254 or 1740802. OLE color: 1740802.
HSL color Cylindrical-coordinate representation of color #02901A: hue angle of 130.14º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02901A is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 144 | 26 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.44 |
| HSL | 130.14º | 0.97% | 0.29% | - |
| HSV(B) | 130.14º | 0.99% | 0.56% | - |
| XYZ | 10.18 | 20.03 | 4.31 | - |
| YUV | 88.09 | 92.96 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 144 | 26 | 0.99 | 0 | 0.82 | 0.44 | 130.14 | 0.97 | 0.29 |
| Hex | 2 | 90 | 1A | 63 | 0 | 52 | 2C | 82 | 61 | 1D |
| Octal | 2 | 220 | 32 | 143 | 0 | 122 | 54 | 202 | 141 | 35 |
| Binary | 10 | 10010000 | 11010 | 1100011 | 0 | 1010010 | 101100 | 10000010 | 1100001 | 11101 |
Color Harmonies of #02901A
Complementary color
Monochromatic Colors of #02901A
Black with #02901A
Text Example
Text Example
White with #02901A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02901A; }
p { color: rgb(2,144,26); }
H1.HeaderClassName
{
color: #02901A;
}
.AnyTagClassName
{
color: #02901A;
}
</style>
background-color css
<style>
a { background-color: #02901A; }
a { background-color: rgb(2,144,26); }
div.DivClassName
{
background-color: #02901A;
}
.BgClassName
{
background-color: #02901A;
}
</style>
border-color css
<style>
span { border-color: #02901A; }
span { border-color: rgb(2,144,26); }
td.TdClassName
{
border-color: #02901A;
}
.TagClassName
{
border-color: #02901A;
}
</style>