Shades of Islamic Green #03981A
Tints of Islamic Green #03981A
RGB
CMYK
RGB Variations
Color information
#03981A (or 0x03981A) is known color: Islamic Green. HEX triplet: 03, 98 and 1A. RGB value is (3,152,26). Sum of RGB (Red+Green+Blue) = 3+152+26=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 152 (59.77% from 255 or 83.98% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 152 - color contains mainly: green. Hex color #03981A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03981A is #FC67E5. Grayscale: #5D5D5D. Windows color (decimal): -16541670 or 1742851. OLE color: 1742851.
HSL color Cylindrical-coordinate representation of color #03981A: hue angle of 129.26º 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 #03981A is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 152 | 26 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.40 |
| HSL | 129.26º | 0.96% | 0.3% | - |
| HSV(B) | 129.26º | 0.98% | 0.6% | - |
| XYZ | 11.45 | 22.55 | 4.73 | - |
| YUV | 93.09 | 90.14 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 152 | 26 | 0.98 | 0 | 0.83 | 0.40 | 129.26 | 0.96 | 0.3 |
| Hex | 3 | 98 | 1A | 62 | 0 | 53 | 28 | 81 | 60 | 1E |
| Octal | 3 | 230 | 32 | 142 | 0 | 123 | 50 | 201 | 140 | 36 |
| Binary | 11 | 10011000 | 11010 | 1100010 | 0 | 1010011 | 101000 | 10000001 | 1100000 | 11110 |
Color Harmonies of #03981A
Complementary color
Monochromatic Colors of #03981A
Black with #03981A
Text Example
Text Example
White with #03981A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03981A; }
p { color: rgb(3,152,26); }
H1.HeaderClassName
{
color: #03981A;
}
.AnyTagClassName
{
color: #03981A;
}
</style>
background-color css
<style>
a { background-color: #03981A; }
a { background-color: rgb(3,152,26); }
div.DivClassName
{
background-color: #03981A;
}
.BgClassName
{
background-color: #03981A;
}
</style>
border-color css
<style>
span { border-color: #03981A; }
span { border-color: rgb(3,152,26); }
td.TdClassName
{
border-color: #03981A;
}
.TagClassName
{
border-color: #03981A;
}
</style>