Shades of Islamic Green #03960E
Tints of Islamic Green #03960E
RGB
CMYK
RGB Variations
Color information
#03960E (or 0x03960E) is known color: Islamic Green. HEX triplet: 03, 96 and 0E. RGB value is (3,150,14). Sum of RGB (Red+Green+Blue) = 3+150+14=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 150 (58.98% from 255 or 89.82% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 150 - color contains mainly: green. Hex color #03960E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03960E is #FC69F1. Grayscale: #5A5A5A. Windows color (decimal): -16542194 or 955907. OLE color: 955907.
HSL color Cylindrical-coordinate representation of color #03960E: hue angle of 124.49º 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 #03960E is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 3 | 150 | 14 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.41 |
| HSL | 124.49º | 0.96% | 0.3% | - |
| HSV(B) | 124.49º | 0.98% | 0.59% | - |
| XYZ | 11.02 | 21.86 | 4.05 | - |
| YUV | 90.54 | 84.8 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 150 | 14 | 0.98 | 0 | 0.91 | 0.41 | 124.49 | 0.96 | 0.3 |
| Hex | 3 | 96 | E | 62 | 0 | 5B | 29 | 7C | 60 | 1E |
| Octal | 3 | 226 | 16 | 142 | 0 | 133 | 51 | 174 | 140 | 36 |
| Binary | 11 | 10010110 | 1110 | 1100010 | 0 | 1011011 | 101001 | 1111100 | 1100000 | 11110 |
Color Harmonies of #03960E
Complementary color
Monochromatic Colors of #03960E
Black with #03960E
Text Example
Text Example
White with #03960E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03960E; }
p { color: rgb(3,150,14); }
H1.HeaderClassName
{
color: #03960E;
}
.AnyTagClassName
{
color: #03960E;
}
</style>
background-color css
<style>
a { background-color: #03960E; }
a { background-color: rgb(3,150,14); }
div.DivClassName
{
background-color: #03960E;
}
.BgClassName
{
background-color: #03960E;
}
</style>
border-color css
<style>
span { border-color: #03960E; }
span { border-color: rgb(3,150,14); }
td.TdClassName
{
border-color: #03960E;
}
.TagClassName
{
border-color: #03960E;
}
</style>