Shades of Islamic Green #03960F
Tints of Islamic Green #03960F
RGB
CMYK
RGB Variations
Color information
#03960F (or 0x03960F) is known color: Islamic Green. HEX triplet: 03, 96 and 0F. RGB value is (3,150,15). Sum of RGB (Red+Green+Blue) = 3+150+15=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 150 (58.98% from 255 or 89.29% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 150 - color contains mainly: green. Hex color #03960F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03960F is #FC69F0. Grayscale: #5B5B5B. Windows color (decimal): -16542193 or 1021443. OLE color: 1021443.
HSL color Cylindrical-coordinate representation of color #03960F: hue angle of 124.9º 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 #03960F is Cyan = 0.98, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 3 | 150 | 15 | - |
| CMYK | 0.98 | 0 | 0.9 | 0.41 |
| HSL | 124.9º | 0.96% | 0.3% | - |
| HSV(B) | 124.9º | 0.98% | 0.59% | - |
| XYZ | 11.03 | 21.87 | 4.09 | - |
| YUV | 90.66 | 85.3 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 150 | 15 | 0.98 | 0 | 0.9 | 0.41 | 124.9 | 0.96 | 0.3 |
| Hex | 3 | 96 | F | 62 | 0 | 5A | 29 | 7D | 60 | 1E |
| Octal | 3 | 226 | 17 | 142 | 0 | 132 | 51 | 175 | 140 | 36 |
| Binary | 11 | 10010110 | 1111 | 1100010 | 0 | 1011010 | 101001 | 1111101 | 1100000 | 11110 |
Color Harmonies of #03960F
Complementary color
Monochromatic Colors of #03960F
Black with #03960F
Text Example
Text Example
White with #03960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03960F; }
p { color: rgb(3,150,15); }
H1.HeaderClassName
{
color: #03960F;
}
.AnyTagClassName
{
color: #03960F;
}
</style>
background-color css
<style>
a { background-color: #03960F; }
a { background-color: rgb(3,150,15); }
div.DivClassName
{
background-color: #03960F;
}
.BgClassName
{
background-color: #03960F;
}
</style>
border-color css
<style>
span { border-color: #03960F; }
span { border-color: rgb(3,150,15); }
td.TdClassName
{
border-color: #03960F;
}
.TagClassName
{
border-color: #03960F;
}
</style>