Shades of Islamic Green #03C005
Tints of Islamic Green #03C005
RGB
CMYK
RGB Variations
Color information
#03C005 (or 0x03C005) is known color: Islamic Green. HEX triplet: 03, C0 and 05. RGB value is (3,192,5). Sum of RGB (Red+Green+Blue) = 3+192+5=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 192 (75.39% from 255 or 96% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 192 - color contains mainly: green. Hex color #03C005 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C005 is #FC3FFA. Grayscale: #727272. Windows color (decimal): -16531451 or 376835. OLE color: 376835.
HSL color Cylindrical-coordinate representation of color #03C005: hue angle of 120.63º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C005 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 192 | 5 | - |
| CMYK | 0.98 | 0 | 0.97 | 0.25 |
| HSL | 120.63º | 0.97% | 0.38% | - |
| HSV(B) | 120.63º | 0.98% | 0.75% | - |
| XYZ | 18.91 | 37.73 | 6.43 | - |
| YUV | 114.17 | 66.38 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 5 | 0.98 | 0 | 0.97 | 0.25 | 120.63 | 0.97 | 0.38 |
| Hex | 3 | C0 | 5 | 62 | 0 | 61 | 19 | 79 | 61 | 26 |
| Octal | 3 | 300 | 5 | 142 | 0 | 141 | 31 | 171 | 141 | 46 |
| Binary | 11 | 11000000 | 101 | 1100010 | 0 | 1100001 | 11001 | 1111001 | 1100001 | 100110 |
Color Harmonies of #03C005
Complementary color
Monochromatic Colors of #03C005
Black with #03C005
Text Example
Text Example
White with #03C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C005; }
p { color: rgb(3,192,5); }
H1.HeaderClassName
{
color: #03C005;
}
.AnyTagClassName
{
color: #03C005;
}
</style>
background-color css
<style>
a { background-color: #03C005; }
a { background-color: rgb(3,192,5); }
div.DivClassName
{
background-color: #03C005;
}
.BgClassName
{
background-color: #03C005;
}
</style>
border-color css
<style>
span { border-color: #03C005; }
span { border-color: rgb(3,192,5); }
td.TdClassName
{
border-color: #03C005;
}
.TagClassName
{
border-color: #03C005;
}
</style>