Shades of Islamic Green #02971E
Tints of Islamic Green #02971E
RGB
CMYK
RGB Variations
Color information
#02971E (or 0x02971E) is known color: Islamic Green. HEX triplet: 02, 97 and 1E. RGB value is (2,151,30). Sum of RGB (Red+Green+Blue) = 2+151+30=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 151 (59.38% from 255 or 82.51% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 151 - color contains mainly: green. Hex color #02971E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02971E is #FD68E1. Grayscale: #5C5C5C. Windows color (decimal): -16607458 or 2004738. OLE color: 2004738.
HSL color Cylindrical-coordinate representation of color #02971E: hue angle of 131.28º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02971E is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 151 | 30 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.41 |
| HSL | 131.28º | 0.97% | 0.3% | - |
| HSV(B) | 131.28º | 0.99% | 0.59% | - |
| XYZ | 11.33 | 22.24 | 4.92 | - |
| YUV | 92.66 | 92.64 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 151 | 30 | 0.99 | 0 | 0.80 | 0.41 | 131.28 | 0.97 | 0.3 |
| Hex | 2 | 97 | 1E | 63 | 0 | 50 | 29 | 83 | 61 | 1E |
| Octal | 2 | 227 | 36 | 143 | 0 | 120 | 51 | 203 | 141 | 36 |
| Binary | 10 | 10010111 | 11110 | 1100011 | 0 | 1010000 | 101001 | 10000011 | 1100001 | 11110 |
Color Harmonies of #02971E
Complementary color
Monochromatic Colors of #02971E
Black with #02971E
Text Example
Text Example
White with #02971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02971E; }
p { color: rgb(2,151,30); }
H1.HeaderClassName
{
color: #02971E;
}
.AnyTagClassName
{
color: #02971E;
}
</style>
background-color css
<style>
a { background-color: #02971E; }
a { background-color: rgb(2,151,30); }
div.DivClassName
{
background-color: #02971E;
}
.BgClassName
{
background-color: #02971E;
}
</style>
border-color css
<style>
span { border-color: #02971E; }
span { border-color: rgb(2,151,30); }
td.TdClassName
{
border-color: #02971E;
}
.TagClassName
{
border-color: #02971E;
}
</style>