Shades of Islamic Green #03951A
Tints of Islamic Green #03951A
RGB
CMYK
RGB Variations
Color information
#03951A (or 0x03951A) is known color: Islamic Green. HEX triplet: 03, 95 and 1A. RGB value is (3,149,26). Sum of RGB (Red+Green+Blue) = 3+149+26=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 149 (58.59% from 255 or 83.71% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 149 - color contains mainly: green. Hex color #03951A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03951A is #FC6AE5. Grayscale: #5B5B5B. Windows color (decimal): -16542438 or 1742083. OLE color: 1742083.
HSL color Cylindrical-coordinate representation of color #03951A: hue angle of 129.45º 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 #03951A is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 149 | 26 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.42 |
| HSL | 129.45º | 0.96% | 0.3% | - |
| HSV(B) | 129.45º | 0.98% | 0.58% | - |
| XYZ | 10.97 | 21.59 | 4.57 | - |
| YUV | 91.32 | 91.13 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 26 | 0.98 | 0 | 0.83 | 0.42 | 129.45 | 0.96 | 0.3 |
| Hex | 3 | 95 | 1A | 62 | 0 | 53 | 2A | 81 | 60 | 1E |
| Octal | 3 | 225 | 32 | 142 | 0 | 123 | 52 | 201 | 140 | 36 |
| Binary | 11 | 10010101 | 11010 | 1100010 | 0 | 1010011 | 101010 | 10000001 | 1100000 | 11110 |
Color Harmonies of #03951A
Complementary color
Monochromatic Colors of #03951A
Black with #03951A
Text Example
Text Example
White with #03951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03951A; }
p { color: rgb(3,149,26); }
H1.HeaderClassName
{
color: #03951A;
}
.AnyTagClassName
{
color: #03951A;
}
</style>
background-color css
<style>
a { background-color: #03951A; }
a { background-color: rgb(3,149,26); }
div.DivClassName
{
background-color: #03951A;
}
.BgClassName
{
background-color: #03951A;
}
</style>
border-color css
<style>
span { border-color: #03951A; }
span { border-color: rgb(3,149,26); }
td.TdClassName
{
border-color: #03951A;
}
.TagClassName
{
border-color: #03951A;
}
</style>