Shades of Islamic Green #03A41C
Tints of Islamic Green #03A41C
RGB
CMYK
RGB Variations
Color information
#03A41C (or 0x03A41C) is known color: Islamic Green. HEX triplet: 03, A4 and 1C. RGB value is (3,164,28). Sum of RGB (Red+Green+Blue) = 3+164+28=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 164 (64.45% from 255 or 84.10% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 164 - color contains mainly: green. Hex color #03A41C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A41C is #FC5BE3. Grayscale: #646464. Windows color (decimal): -16538596 or 1876995. OLE color: 1876995.
HSL color Cylindrical-coordinate representation of color #03A41C: hue angle of 129.32º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A41C is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 164 | 28 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.36 |
| HSL | 129.32º | 0.96% | 0.33% | - |
| HSV(B) | 129.32º | 0.98% | 0.64% | - |
| XYZ | 13.52 | 26.65 | 5.53 | - |
| YUV | 100.36 | 87.16 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 164 | 28 | 0.98 | 0 | 0.83 | 0.36 | 129.32 | 0.96 | 0.33 |
| Hex | 3 | A4 | 1C | 62 | 0 | 53 | 24 | 81 | 60 | 21 |
| Octal | 3 | 244 | 34 | 142 | 0 | 123 | 44 | 201 | 140 | 41 |
| Binary | 11 | 10100100 | 11100 | 1100010 | 0 | 1010011 | 100100 | 10000001 | 1100000 | 100001 |
Color Harmonies of #03A41C
Complementary color
Monochromatic Colors of #03A41C
Black with #03A41C
Text Example
Text Example
White with #03A41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A41C; }
p { color: rgb(3,164,28); }
H1.HeaderClassName
{
color: #03A41C;
}
.AnyTagClassName
{
color: #03A41C;
}
</style>
background-color css
<style>
a { background-color: #03A41C; }
a { background-color: rgb(3,164,28); }
div.DivClassName
{
background-color: #03A41C;
}
.BgClassName
{
background-color: #03A41C;
}
</style>
border-color css
<style>
span { border-color: #03A41C; }
span { border-color: rgb(3,164,28); }
td.TdClassName
{
border-color: #03A41C;
}
.TagClassName
{
border-color: #03A41C;
}
</style>