Shades of Islamic Green #03941D
Tints of Islamic Green #03941D
RGB
CMYK
RGB Variations
Color information
#03941D (or 0x03941D) is known color: Islamic Green. HEX triplet: 03, 94 and 1D. RGB value is (3,148,29). Sum of RGB (Red+Green+Blue) = 3+148+29=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 148 (58.20% from 255 or 82.22% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 148 - color contains mainly: green. Hex color #03941D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03941D is #FC6BE2. Grayscale: #5B5B5B. Windows color (decimal): -16542691 or 1938435. OLE color: 1938435.
HSL color Cylindrical-coordinate representation of color #03941D: hue angle of 130.76º 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 #03941D is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 148 | 29 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.42 |
| HSL | 130.76º | 0.96% | 0.3% | - |
| HSV(B) | 130.76º | 0.98% | 0.58% | - |
| XYZ | 10.85 | 21.29 | 4.7 | - |
| YUV | 91.08 | 92.96 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 148 | 29 | 0.98 | 0 | 0.80 | 0.42 | 130.76 | 0.96 | 0.3 |
| Hex | 3 | 94 | 1D | 62 | 0 | 50 | 2A | 83 | 60 | 1E |
| Octal | 3 | 224 | 35 | 142 | 0 | 120 | 52 | 203 | 140 | 36 |
| Binary | 11 | 10010100 | 11101 | 1100010 | 0 | 1010000 | 101010 | 10000011 | 1100000 | 11110 |
Color Harmonies of #03941D
Complementary color
Monochromatic Colors of #03941D
Black with #03941D
Text Example
Text Example
White with #03941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03941D; }
p { color: rgb(3,148,29); }
H1.HeaderClassName
{
color: #03941D;
}
.AnyTagClassName
{
color: #03941D;
}
</style>
background-color css
<style>
a { background-color: #03941D; }
a { background-color: rgb(3,148,29); }
div.DivClassName
{
background-color: #03941D;
}
.BgClassName
{
background-color: #03941D;
}
</style>
border-color css
<style>
span { border-color: #03941D; }
span { border-color: rgb(3,148,29); }
td.TdClassName
{
border-color: #03941D;
}
.TagClassName
{
border-color: #03941D;
}
</style>