Shades of Islamic Green #03950A
Tints of Islamic Green #03950A
RGB
CMYK
RGB Variations
Color information
#03950A (or 0x03950A) is known color: Islamic Green. HEX triplet: 03, 95 and 0A. RGB value is (3,149,10). Sum of RGB (Red+Green+Blue) = 3+149+10=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 149 (58.59% from 255 or 91.98% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 149 - color contains mainly: green. Hex color #03950A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03950A is #FC6AF5. Grayscale: #595959. Windows color (decimal): -16542454 or 693507. OLE color: 693507.
HSL color Cylindrical-coordinate representation of color #03950A: hue angle of 122.88º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03950A is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 149 | 10 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.42 |
| HSL | 122.88º | 0.96% | 0.3% | - |
| HSV(B) | 122.88º | 0.98% | 0.58% | - |
| XYZ | 10.84 | 21.54 | 3.87 | - |
| YUV | 89.5 | 83.13 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 10 | 0.98 | 0 | 0.93 | 0.42 | 122.88 | 0.96 | 0.3 |
| Hex | 3 | 95 | A | 62 | 0 | 5D | 2A | 7B | 60 | 1E |
| Octal | 3 | 225 | 12 | 142 | 0 | 135 | 52 | 173 | 140 | 36 |
| Binary | 11 | 10010101 | 1010 | 1100010 | 0 | 1011101 | 101010 | 1111011 | 1100000 | 11110 |
Color Harmonies of #03950A
Complementary color
Monochromatic Colors of #03950A
Black with #03950A
Text Example
Text Example
White with #03950A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03950A; }
p { color: rgb(3,149,10); }
H1.HeaderClassName
{
color: #03950A;
}
.AnyTagClassName
{
color: #03950A;
}
</style>
background-color css
<style>
a { background-color: #03950A; }
a { background-color: rgb(3,149,10); }
div.DivClassName
{
background-color: #03950A;
}
.BgClassName
{
background-color: #03950A;
}
</style>
border-color css
<style>
span { border-color: #03950A; }
span { border-color: rgb(3,149,10); }
td.TdClassName
{
border-color: #03950A;
}
.TagClassName
{
border-color: #03950A;
}
</style>