Shades of Islamic Green #03C705
Tints of Islamic Green #03C705
RGB
CMYK
RGB Variations
Color information
#03C705 (or 0x03C705) is known color: Islamic Green. HEX triplet: 03, C7 and 05. RGB value is (3,199,5). Sum of RGB (Red+Green+Blue) = 3+199+5=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 199 (78.12% from 255 or 96.14% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 199 - color contains mainly: green. Hex color #03C705 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C705 is #FC38FA. Grayscale: #767676. Windows color (decimal): -16529659 or 378627. OLE color: 378627.
HSL color Cylindrical-coordinate representation of color #03C705: hue angle of 120.61º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C705 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 199 | 5 | - |
| CMYK | 0.98 | 0 | 0.97 | 0.22 |
| HSL | 120.61º | 0.97% | 0.4% | - |
| HSV(B) | 120.61º | 0.98% | 0.78% | - |
| XYZ | 20.49 | 40.88 | 6.95 | - |
| YUV | 118.28 | 64.07 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 199 | 5 | 0.98 | 0 | 0.97 | 0.22 | 120.61 | 0.97 | 0.4 |
| Hex | 3 | C7 | 5 | 62 | 0 | 61 | 16 | 79 | 61 | 28 |
| Octal | 3 | 307 | 5 | 142 | 0 | 141 | 26 | 171 | 141 | 50 |
| Binary | 11 | 11000111 | 101 | 1100010 | 0 | 1100001 | 10110 | 1111001 | 1100001 | 101000 |
Color Harmonies of #03C705
Complementary color
Monochromatic Colors of #03C705
Black with #03C705
Text Example
Text Example
White with #03C705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C705; }
p { color: rgb(3,199,5); }
H1.HeaderClassName
{
color: #03C705;
}
.AnyTagClassName
{
color: #03C705;
}
</style>
background-color css
<style>
a { background-color: #03C705; }
a { background-color: rgb(3,199,5); }
div.DivClassName
{
background-color: #03C705;
}
.BgClassName
{
background-color: #03C705;
}
</style>
border-color css
<style>
span { border-color: #03C705; }
span { border-color: rgb(3,199,5); }
td.TdClassName
{
border-color: #03C705;
}
.TagClassName
{
border-color: #03C705;
}
</style>