Shades of Islamic Green #03940C
Tints of Islamic Green #03940C
RGB
CMYK
RGB Variations
Color information
#03940C (or 0x03940C) is known color: Islamic Green. HEX triplet: 03, 94 and 0C. RGB value is (3,148,12). Sum of RGB (Red+Green+Blue) = 3+148+12=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 148 (58.20% from 255 or 90.80% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 148 - color contains mainly: green. Hex color #03940C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03940C is #FC6BF3. Grayscale: #595959. Windows color (decimal): -16542708 or 824323. OLE color: 824323.
HSL color Cylindrical-coordinate representation of color #03940C: hue angle of 123.72º 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 #03940C is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 148 | 12 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.42 |
| HSL | 123.72º | 0.96% | 0.3% | - |
| HSV(B) | 123.72º | 0.98% | 0.58% | - |
| XYZ | 10.69 | 21.23 | 3.88 | - |
| YUV | 89.14 | 84.46 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 148 | 12 | 0.98 | 0 | 0.92 | 0.42 | 123.72 | 0.96 | 0.3 |
| Hex | 3 | 94 | C | 62 | 0 | 5C | 2A | 7C | 60 | 1E |
| Octal | 3 | 224 | 14 | 142 | 0 | 134 | 52 | 174 | 140 | 36 |
| Binary | 11 | 10010100 | 1100 | 1100010 | 0 | 1011100 | 101010 | 1111100 | 1100000 | 11110 |
Color Harmonies of #03940C
Complementary color
Monochromatic Colors of #03940C
Black with #03940C
Text Example
Text Example
White with #03940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03940C; }
p { color: rgb(3,148,12); }
H1.HeaderClassName
{
color: #03940C;
}
.AnyTagClassName
{
color: #03940C;
}
</style>
background-color css
<style>
a { background-color: #03940C; }
a { background-color: rgb(3,148,12); }
div.DivClassName
{
background-color: #03940C;
}
.BgClassName
{
background-color: #03940C;
}
</style>
border-color css
<style>
span { border-color: #03940C; }
span { border-color: rgb(3,148,12); }
td.TdClassName
{
border-color: #03940C;
}
.TagClassName
{
border-color: #03940C;
}
</style>