Shades of Islamic Green #03980B
Tints of Islamic Green #03980B
RGB
CMYK
RGB Variations
Color information
#03980B (or 0x03980B) is known color: Islamic Green. HEX triplet: 03, 98 and 0B. RGB value is (3,152,11). Sum of RGB (Red+Green+Blue) = 3+152+11=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 152 (59.77% from 255 or 91.57% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 152 - color contains mainly: green. Hex color #03980B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03980B is #FC67F4. Grayscale: #5B5B5B. Windows color (decimal): -16541685 or 759811. OLE color: 759811.
HSL color Cylindrical-coordinate representation of color #03980B: hue angle of 123.22º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03980B is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 152 | 11 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.40 |
| HSL | 123.22º | 0.96% | 0.3% | - |
| HSV(B) | 123.22º | 0.98% | 0.6% | - |
| XYZ | 11.33 | 22.5 | 4.06 | - |
| YUV | 91.38 | 82.64 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 152 | 11 | 0.98 | 0 | 0.93 | 0.40 | 123.22 | 0.96 | 0.3 |
| Hex | 3 | 98 | B | 62 | 0 | 5D | 28 | 7B | 60 | 1E |
| Octal | 3 | 230 | 13 | 142 | 0 | 135 | 50 | 173 | 140 | 36 |
| Binary | 11 | 10011000 | 1011 | 1100010 | 0 | 1011101 | 101000 | 1111011 | 1100000 | 11110 |
Color Harmonies of #03980B
Complementary color
Monochromatic Colors of #03980B
Black with #03980B
Text Example
Text Example
White with #03980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03980B; }
p { color: rgb(3,152,11); }
H1.HeaderClassName
{
color: #03980B;
}
.AnyTagClassName
{
color: #03980B;
}
</style>
background-color css
<style>
a { background-color: #03980B; }
a { background-color: rgb(3,152,11); }
div.DivClassName
{
background-color: #03980B;
}
.BgClassName
{
background-color: #03980B;
}
</style>
border-color css
<style>
span { border-color: #03980B; }
span { border-color: rgb(3,152,11); }
td.TdClassName
{
border-color: #03980B;
}
.TagClassName
{
border-color: #03980B;
}
</style>