Shades of Islamic Green #02951E
Tints of Islamic Green #02951E
RGB
CMYK
RGB Variations
Color information
#02951E (or 0x02951E) is known color: Islamic Green. HEX triplet: 02, 95 and 1E. RGB value is (2,149,30). Sum of RGB (Red+Green+Blue) = 2+149+30=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 149 (58.59% from 255 or 82.32% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 149 - color contains mainly: green. Hex color #02951E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02951E is #FD6AE1. Grayscale: #5B5B5B. Windows color (decimal): -16607970 or 2004226. OLE color: 2004226.
HSL color Cylindrical-coordinate representation of color #02951E: hue angle of 131.43º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02951E is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 149 | 30 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.42 |
| HSL | 131.43º | 0.97% | 0.3% | - |
| HSV(B) | 131.43º | 0.99% | 0.58% | - |
| XYZ | 11.01 | 21.6 | 4.82 | - |
| YUV | 91.48 | 93.3 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 149 | 30 | 0.99 | 0 | 0.80 | 0.42 | 131.43 | 0.97 | 0.3 |
| Hex | 2 | 95 | 1E | 63 | 0 | 50 | 2A | 83 | 61 | 1E |
| Octal | 2 | 225 | 36 | 143 | 0 | 120 | 52 | 203 | 141 | 36 |
| Binary | 10 | 10010101 | 11110 | 1100011 | 0 | 1010000 | 101010 | 10000011 | 1100001 | 11110 |
Color Harmonies of #02951E
Complementary color
Monochromatic Colors of #02951E
Black with #02951E
Text Example
Text Example
White with #02951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02951E; }
p { color: rgb(2,149,30); }
H1.HeaderClassName
{
color: #02951E;
}
.AnyTagClassName
{
color: #02951E;
}
</style>
background-color css
<style>
a { background-color: #02951E; }
a { background-color: rgb(2,149,30); }
div.DivClassName
{
background-color: #02951E;
}
.BgClassName
{
background-color: #02951E;
}
</style>
border-color css
<style>
span { border-color: #02951E; }
span { border-color: rgb(2,149,30); }
td.TdClassName
{
border-color: #02951E;
}
.TagClassName
{
border-color: #02951E;
}
</style>