Shades of Islamic Green #03BA07
Tints of Islamic Green #03BA07
RGB
CMYK
RGB Variations
Color information
#03BA07 (or 0x03BA07) is known color: Islamic Green. HEX triplet: 03, BA and 07. RGB value is (3,186,7). Sum of RGB (Red+Green+Blue) = 3+186+7=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 186 (73.05% from 255 or 94.90% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BA07 is #FC45F8. Grayscale: #6F6F6F. Windows color (decimal): -16532985 or 506371. OLE color: 506371.
HSL color Cylindrical-coordinate representation of color #03BA07: hue angle of 121.31º 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 #03BA07 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 186 | 7 | - |
| CMYK | 0.98 | 0 | 0.96 | 0.27 |
| HSL | 121.31º | 0.97% | 0.37% | - |
| HSV(B) | 121.31º | 0.98% | 0.73% | - |
| XYZ | 17.63 | 35.15 | 6.06 | - |
| YUV | 110.88 | 69.37 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 7 | 0.98 | 0 | 0.96 | 0.27 | 121.31 | 0.97 | 0.37 |
| Hex | 3 | BA | 7 | 62 | 0 | 60 | 1B | 79 | 61 | 25 |
| Octal | 3 | 272 | 7 | 142 | 0 | 140 | 33 | 171 | 141 | 45 |
| Binary | 11 | 10111010 | 111 | 1100010 | 0 | 1100000 | 11011 | 1111001 | 1100001 | 100101 |
Color Harmonies of #03BA07
Complementary color
Monochromatic Colors of #03BA07
Black with #03BA07
Text Example
Text Example
White with #03BA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BA07; }
p { color: rgb(3,186,7); }
H1.HeaderClassName
{
color: #03BA07;
}
.AnyTagClassName
{
color: #03BA07;
}
</style>
background-color css
<style>
a { background-color: #03BA07; }
a { background-color: rgb(3,186,7); }
div.DivClassName
{
background-color: #03BA07;
}
.BgClassName
{
background-color: #03BA07;
}
</style>
border-color css
<style>
span { border-color: #03BA07; }
span { border-color: rgb(3,186,7); }
td.TdClassName
{
border-color: #03BA07;
}
.TagClassName
{
border-color: #03BA07;
}
</style>