Shades of Islamic Green #02951A
Tints of Islamic Green #02951A
RGB
CMYK
RGB Variations
Color information
#02951A (or 0x02951A) is known color: Islamic Green. HEX triplet: 02, 95 and 1A. RGB value is (2,149,26). Sum of RGB (Red+Green+Blue) = 2+149+26=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 149 (58.59% from 255 or 84.18% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 149 - color contains mainly: green. Hex color #02951A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02951A is #FD6AE5. Grayscale: #5B5B5B. Windows color (decimal): -16607974 or 1742082. OLE color: 1742082.
HSL color Cylindrical-coordinate representation of color #02951A: hue angle of 129.8º 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 #02951A is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 149 | 26 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.42 |
| HSL | 129.8º | 0.97% | 0.3% | - |
| HSV(B) | 129.8º | 0.99% | 0.58% | - |
| XYZ | 10.96 | 21.58 | 4.57 | - |
| YUV | 91.03 | 91.3 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 149 | 26 | 0.99 | 0 | 0.83 | 0.42 | 129.8 | 0.97 | 0.3 |
| Hex | 2 | 95 | 1A | 63 | 0 | 53 | 2A | 82 | 61 | 1E |
| Octal | 2 | 225 | 32 | 143 | 0 | 123 | 52 | 202 | 141 | 36 |
| Binary | 10 | 10010101 | 11010 | 1100011 | 0 | 1010011 | 101010 | 10000010 | 1100001 | 11110 |
Color Harmonies of #02951A
Complementary color
Monochromatic Colors of #02951A
Black with #02951A
Text Example
Text Example
White with #02951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02951A; }
p { color: rgb(2,149,26); }
H1.HeaderClassName
{
color: #02951A;
}
.AnyTagClassName
{
color: #02951A;
}
</style>
background-color css
<style>
a { background-color: #02951A; }
a { background-color: rgb(2,149,26); }
div.DivClassName
{
background-color: #02951A;
}
.BgClassName
{
background-color: #02951A;
}
</style>
border-color css
<style>
span { border-color: #02951A; }
span { border-color: rgb(2,149,26); }
td.TdClassName
{
border-color: #02951A;
}
.TagClassName
{
border-color: #02951A;
}
</style>