Shades of Islamic Green #03BA13
Tints of Islamic Green #03BA13
RGB
CMYK
RGB Variations
Color information
#03BA13 (or 0x03BA13) is known color: Islamic Green. HEX triplet: 03, BA and 13. RGB value is (3,186,19). Sum of RGB (Red+Green+Blue) = 3+186+19=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 186 (73.05% from 255 or 89.42% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BA13 is #FC45EC. Grayscale: #707070. Windows color (decimal): -16532973 or 1292803. OLE color: 1292803.
HSL color Cylindrical-coordinate representation of color #03BA13: hue angle of 125.25º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BA13 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 186 | 19 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.27 |
| HSL | 125.25º | 0.97% | 0.37% | - |
| HSV(B) | 125.25º | 0.98% | 0.73% | - |
| XYZ | 17.71 | 35.18 | 6.47 | - |
| YUV | 112.25 | 75.37 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 19 | 0.98 | 0 | 0.90 | 0.27 | 125.25 | 0.97 | 0.37 |
| Hex | 3 | BA | 13 | 62 | 0 | 5A | 1B | 7D | 61 | 25 |
| Octal | 3 | 272 | 23 | 142 | 0 | 132 | 33 | 175 | 141 | 45 |
| Binary | 11 | 10111010 | 10011 | 1100010 | 0 | 1011010 | 11011 | 1111101 | 1100001 | 100101 |
Color Harmonies of #03BA13
Complementary color
Monochromatic Colors of #03BA13
Black with #03BA13
Text Example
Text Example
White with #03BA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BA13; }
p { color: rgb(3,186,19); }
H1.HeaderClassName
{
color: #03BA13;
}
.AnyTagClassName
{
color: #03BA13;
}
</style>
background-color css
<style>
a { background-color: #03BA13; }
a { background-color: rgb(3,186,19); }
div.DivClassName
{
background-color: #03BA13;
}
.BgClassName
{
background-color: #03BA13;
}
</style>
border-color css
<style>
span { border-color: #03BA13; }
span { border-color: rgb(3,186,19); }
td.TdClassName
{
border-color: #03BA13;
}
.TagClassName
{
border-color: #03BA13;
}
</style>