Shades of Islamic Green #03B700
Tints of Islamic Green #03B700
RGB
CMYK
RGB Variations
Color information
#03B700 (or 0x03B700) is known color: Islamic Green. HEX triplet: 03, B7 and 00. RGB value is (3,183,0). Sum of RGB (Red+Green+Blue) = 3+183+0=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 183 (71.88% from 255 or 98.39% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 183 - color contains mainly: green. Hex color #03B700 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03B700 is #FC48FF. Grayscale: #6C6C6C. Windows color (decimal): -16533760 or 46851. OLE color: 46851.
HSL color Cylindrical-coordinate representation of color #03B700: hue angle of 119.02º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03B700 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 183 | 0 | - |
| CMYK | 0.98 | 0 | 1 | 0.28 |
| HSL | 119.02º | 1% | 0.36% | - |
| HSV(B) | 119.02º | 1% | 0.72% | - |
| XYZ | 16.97 | 33.89 | 5.65 | - |
| YUV | 108.32 | 66.87 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 183 | 0 | 0.98 | 0 | 1 | 0.28 | 119.02 | 1 | 0.36 |
| Hex | 3 | B7 | 0 | 62 | 0 | 64 | 1C | 77 | 64 | 24 |
| Octal | 3 | 267 | 0 | 142 | 0 | 144 | 34 | 167 | 144 | 44 |
| Binary | 11 | 10110111 | 0 | 1100010 | 0 | 1100100 | 11100 | 1110111 | 1100100 | 100100 |
Color Harmonies of #03B700
Complementary color
Monochromatic Colors of #03B700
Black with #03B700
Text Example
Text Example
White with #03B700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B700; }
p { color: rgb(3,183,0); }
H1.HeaderClassName
{
color: #03B700;
}
.AnyTagClassName
{
color: #03B700;
}
</style>
background-color css
<style>
a { background-color: #03B700; }
a { background-color: rgb(3,183,0); }
div.DivClassName
{
background-color: #03B700;
}
.BgClassName
{
background-color: #03B700;
}
</style>
border-color css
<style>
span { border-color: #03B700; }
span { border-color: rgb(3,183,0); }
td.TdClassName
{
border-color: #03B700;
}
.TagClassName
{
border-color: #03B700;
}
</style>