Shades of Islamic Green #03A61C
Tints of Islamic Green #03A61C
RGB
CMYK
RGB Variations
Color information
#03A61C (or 0x03A61C) is known color: Islamic Green. HEX triplet: 03, A6 and 1C. RGB value is (3,166,28). Sum of RGB (Red+Green+Blue) = 3+166+28=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 166 (65.23% from 255 or 84.26% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 166 - color contains mainly: green. Hex color #03A61C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A61C is #FC59E3. Grayscale: #656565. Windows color (decimal): -16538084 or 1877507. OLE color: 1877507.
HSL color Cylindrical-coordinate representation of color #03A61C: hue angle of 129.2º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A61C is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 166 | 28 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.35 |
| HSL | 129.2º | 0.96% | 0.33% | - |
| HSV(B) | 129.2º | 0.98% | 0.65% | - |
| XYZ | 13.88 | 27.38 | 5.65 | - |
| YUV | 101.53 | 86.5 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 166 | 28 | 0.98 | 0 | 0.83 | 0.35 | 129.2 | 0.96 | 0.33 |
| Hex | 3 | A6 | 1C | 62 | 0 | 53 | 23 | 81 | 60 | 21 |
| Octal | 3 | 246 | 34 | 142 | 0 | 123 | 43 | 201 | 140 | 41 |
| Binary | 11 | 10100110 | 11100 | 1100010 | 0 | 1010011 | 100011 | 10000001 | 1100000 | 100001 |
Color Harmonies of #03A61C
Complementary color
Monochromatic Colors of #03A61C
Black with #03A61C
Text Example
Text Example
White with #03A61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A61C; }
p { color: rgb(3,166,28); }
H1.HeaderClassName
{
color: #03A61C;
}
.AnyTagClassName
{
color: #03A61C;
}
</style>
background-color css
<style>
a { background-color: #03A61C; }
a { background-color: rgb(3,166,28); }
div.DivClassName
{
background-color: #03A61C;
}
.BgClassName
{
background-color: #03A61C;
}
</style>
border-color css
<style>
span { border-color: #03A61C; }
span { border-color: rgb(3,166,28); }
td.TdClassName
{
border-color: #03A61C;
}
.TagClassName
{
border-color: #03A61C;
}
</style>