Shades of Islamic Green #03940B
Tints of Islamic Green #03940B
RGB
CMYK
RGB Variations
Color information
#03940B (or 0x03940B) is known color: Islamic Green. HEX triplet: 03, 94 and 0B. RGB value is (3,148,11). Sum of RGB (Red+Green+Blue) = 3+148+11=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 148 (58.20% from 255 or 91.36% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 148 - color contains mainly: green. Hex color #03940B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03940B is #FC6BF4. Grayscale: #595959. Windows color (decimal): -16542709 or 758787. OLE color: 758787.
HSL color Cylindrical-coordinate representation of color #03940B: hue angle of 123.31º 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 #03940B is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 148 | 11 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.42 |
| HSL | 123.31º | 0.96% | 0.3% | - |
| HSV(B) | 123.31º | 0.98% | 0.58% | - |
| XYZ | 10.69 | 21.22 | 3.85 | - |
| YUV | 89.03 | 83.96 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 148 | 11 | 0.98 | 0 | 0.93 | 0.42 | 123.31 | 0.96 | 0.3 |
| Hex | 3 | 94 | B | 62 | 0 | 5D | 2A | 7B | 60 | 1E |
| Octal | 3 | 224 | 13 | 142 | 0 | 135 | 52 | 173 | 140 | 36 |
| Binary | 11 | 10010100 | 1011 | 1100010 | 0 | 1011101 | 101010 | 1111011 | 1100000 | 11110 |
Color Harmonies of #03940B
Complementary color
Monochromatic Colors of #03940B
Black with #03940B
Text Example
Text Example
White with #03940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03940B; }
p { color: rgb(3,148,11); }
H1.HeaderClassName
{
color: #03940B;
}
.AnyTagClassName
{
color: #03940B;
}
</style>
background-color css
<style>
a { background-color: #03940B; }
a { background-color: rgb(3,148,11); }
div.DivClassName
{
background-color: #03940B;
}
.BgClassName
{
background-color: #03940B;
}
</style>
border-color css
<style>
span { border-color: #03940B; }
span { border-color: rgb(3,148,11); }
td.TdClassName
{
border-color: #03940B;
}
.TagClassName
{
border-color: #03940B;
}
</style>