Shades of Islamic Green #03961A
Tints of Islamic Green #03961A
RGB
CMYK
RGB Variations
Color information
#03961A (or 0x03961A) is known color: Islamic Green. HEX triplet: 03, 96 and 1A. RGB value is (3,150,26). Sum of RGB (Red+Green+Blue) = 3+150+26=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 150 (58.98% from 255 or 83.80% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 150 - color contains mainly: green. Hex color #03961A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03961A is #FC69E5. Grayscale: #5C5C5C. Windows color (decimal): -16542182 or 1742339. OLE color: 1742339.
HSL color Cylindrical-coordinate representation of color #03961A: hue angle of 129.39º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03961A is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 3 | 150 | 26 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.41 |
| HSL | 129.39º | 0.96% | 0.3% | - |
| HSV(B) | 129.39º | 0.98% | 0.59% | - |
| XYZ | 11.13 | 21.91 | 4.62 | - |
| YUV | 91.91 | 90.8 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 150 | 26 | 0.98 | 0 | 0.83 | 0.41 | 129.39 | 0.96 | 0.3 |
| Hex | 3 | 96 | 1A | 62 | 0 | 53 | 29 | 81 | 60 | 1E |
| Octal | 3 | 226 | 32 | 142 | 0 | 123 | 51 | 201 | 140 | 36 |
| Binary | 11 | 10010110 | 11010 | 1100010 | 0 | 1010011 | 101001 | 10000001 | 1100000 | 11110 |
Color Harmonies of #03961A
Complementary color
Monochromatic Colors of #03961A
Black with #03961A
Text Example
Text Example
White with #03961A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03961A; }
p { color: rgb(3,150,26); }
H1.HeaderClassName
{
color: #03961A;
}
.AnyTagClassName
{
color: #03961A;
}
</style>
background-color css
<style>
a { background-color: #03961A; }
a { background-color: rgb(3,150,26); }
div.DivClassName
{
background-color: #03961A;
}
.BgClassName
{
background-color: #03961A;
}
</style>
border-color css
<style>
span { border-color: #03961A; }
span { border-color: rgb(3,150,26); }
td.TdClassName
{
border-color: #03961A;
}
.TagClassName
{
border-color: #03961A;
}
</style>