Shades of Islamic Green #03951E
Tints of Islamic Green #03951E
RGB
CMYK
RGB Variations
Color information
#03951E (or 0x03951E) is known color: Islamic Green. HEX triplet: 03, 95 and 1E. RGB value is (3,149,30). Sum of RGB (Red+Green+Blue) = 3+149+30=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 149 (58.59% from 255 or 81.87% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 149 - color contains mainly: green. Hex color #03951E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03951E is #FC6AE1. Grayscale: #5C5C5C. Windows color (decimal): -16542434 or 2004227. OLE color: 2004227.
HSL color Cylindrical-coordinate representation of color #03951E: hue angle of 131.1º 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 #03951E is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 149 | 30 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.42 |
| HSL | 131.1º | 0.96% | 0.3% | - |
| HSV(B) | 131.1º | 0.98% | 0.58% | - |
| XYZ | 11.02 | 21.61 | 4.82 | - |
| YUV | 91.78 | 93.13 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 30 | 0.98 | 0 | 0.80 | 0.42 | 131.1 | 0.96 | 0.3 |
| Hex | 3 | 95 | 1E | 62 | 0 | 50 | 2A | 83 | 60 | 1E |
| Octal | 3 | 225 | 36 | 142 | 0 | 120 | 52 | 203 | 140 | 36 |
| Binary | 11 | 10010101 | 11110 | 1100010 | 0 | 1010000 | 101010 | 10000011 | 1100000 | 11110 |
Color Harmonies of #03951E
Complementary color
Monochromatic Colors of #03951E
Black with #03951E
Text Example
Text Example
White with #03951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03951E; }
p { color: rgb(3,149,30); }
H1.HeaderClassName
{
color: #03951E;
}
.AnyTagClassName
{
color: #03951E;
}
</style>
background-color css
<style>
a { background-color: #03951E; }
a { background-color: rgb(3,149,30); }
div.DivClassName
{
background-color: #03951E;
}
.BgClassName
{
background-color: #03951E;
}
</style>
border-color css
<style>
span { border-color: #03951E; }
span { border-color: rgb(3,149,30); }
td.TdClassName
{
border-color: #03951E;
}
.TagClassName
{
border-color: #03951E;
}
</style>