Shades of Islamic Green #03A313
Tints of Islamic Green #03A313
RGB
CMYK
RGB Variations
Color information
#03A313 (or 0x03A313) is known color: Islamic Green. HEX triplet: 03, A3 and 13. RGB value is (3,163,19). Sum of RGB (Red+Green+Blue) = 3+163+19=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 163 (64.06% from 255 or 88.11% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 163 - color contains mainly: green. Hex color #03A313 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03A313 is #FC5CEC. Grayscale: #636363. Windows color (decimal): -16538861 or 1286915. OLE color: 1286915.
HSL color Cylindrical-coordinate representation of color #03A313: hue angle of 126º 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 #03A313 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 163 | 19 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.36 |
| HSL | 126º | 0.96% | 0.33% | - |
| HSV(B) | 126º | 0.98% | 0.64% | - |
| XYZ | 13.25 | 26.26 | 4.99 | - |
| YUV | 98.74 | 82.99 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 163 | 19 | 0.98 | 0 | 0.88 | 0.36 | 126 | 0.96 | 0.33 |
| Hex | 3 | A3 | 13 | 62 | 0 | 58 | 24 | 7E | 60 | 21 |
| Octal | 3 | 243 | 23 | 142 | 0 | 130 | 44 | 176 | 140 | 41 |
| Binary | 11 | 10100011 | 10011 | 1100010 | 0 | 1011000 | 100100 | 1111110 | 1100000 | 100001 |
Color Harmonies of #03A313
Complementary color
Monochromatic Colors of #03A313
Black with #03A313
Text Example
Text Example
White with #03A313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A313; }
p { color: rgb(3,163,19); }
H1.HeaderClassName
{
color: #03A313;
}
.AnyTagClassName
{
color: #03A313;
}
</style>
background-color css
<style>
a { background-color: #03A313; }
a { background-color: rgb(3,163,19); }
div.DivClassName
{
background-color: #03A313;
}
.BgClassName
{
background-color: #03A313;
}
</style>
border-color css
<style>
span { border-color: #03A313; }
span { border-color: rgb(3,163,19); }
td.TdClassName
{
border-color: #03A313;
}
.TagClassName
{
border-color: #03A313;
}
</style>