Shades of Islamic Green #03981C
Tints of Islamic Green #03981C
RGB
CMYK
RGB Variations
Color information
#03981C (or 0x03981C) is known color: Islamic Green. HEX triplet: 03, 98 and 1C. RGB value is (3,152,28). Sum of RGB (Red+Green+Blue) = 3+152+28=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 152 (59.77% from 255 or 83.06% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 152 - color contains mainly: green. Hex color #03981C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03981C is #FC67E3. Grayscale: #5D5D5D. Windows color (decimal): -16541668 or 1873923. OLE color: 1873923.
HSL color Cylindrical-coordinate representation of color #03981C: hue angle of 130.07º 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 #03981C is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 152 | 28 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.40 |
| HSL | 130.07º | 0.96% | 0.3% | - |
| HSV(B) | 130.07º | 0.98% | 0.6% | - |
| XYZ | 11.48 | 22.56 | 4.85 | - |
| YUV | 93.31 | 91.14 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 152 | 28 | 0.98 | 0 | 0.82 | 0.40 | 130.07 | 0.96 | 0.3 |
| Hex | 3 | 98 | 1C | 62 | 0 | 52 | 28 | 82 | 60 | 1E |
| Octal | 3 | 230 | 34 | 142 | 0 | 122 | 50 | 202 | 140 | 36 |
| Binary | 11 | 10011000 | 11100 | 1100010 | 0 | 1010010 | 101000 | 10000010 | 1100000 | 11110 |
Color Harmonies of #03981C
Complementary color
Monochromatic Colors of #03981C
Black with #03981C
Text Example
Text Example
White with #03981C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03981C; }
p { color: rgb(3,152,28); }
H1.HeaderClassName
{
color: #03981C;
}
.AnyTagClassName
{
color: #03981C;
}
</style>
background-color css
<style>
a { background-color: #03981C; }
a { background-color: rgb(3,152,28); }
div.DivClassName
{
background-color: #03981C;
}
.BgClassName
{
background-color: #03981C;
}
</style>
border-color css
<style>
span { border-color: #03981C; }
span { border-color: rgb(3,152,28); }
td.TdClassName
{
border-color: #03981C;
}
.TagClassName
{
border-color: #03981C;
}
</style>