Shades of Islamic Green #03C112
Tints of Islamic Green #03C112
RGB
CMYK
RGB Variations
Color information
#03C112 (or 0x03C112) is known color: Islamic Green. HEX triplet: 03, C1 and 12. RGB value is (3,193,18). Sum of RGB (Red+Green+Blue) = 3+193+18=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 193 (75.78% from 255 or 90.19% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 193 - color contains mainly: green. Hex color #03C112 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C112 is #FC3EED. Grayscale: #747474. Windows color (decimal): -16531182 or 1229059. OLE color: 1229059.
HSL color Cylindrical-coordinate representation of color #03C112: hue angle of 124.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C112 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 193 | 18 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.24 |
| HSL | 124.74º | 0.97% | 0.38% | - |
| HSV(B) | 124.74º | 0.98% | 0.76% | - |
| XYZ | 19.22 | 38.2 | 6.93 | - |
| YUV | 116.24 | 72.55 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 193 | 18 | 0.98 | 0 | 0.91 | 0.24 | 124.74 | 0.97 | 0.38 |
| Hex | 3 | C1 | 12 | 62 | 0 | 5B | 18 | 7D | 61 | 26 |
| Octal | 3 | 301 | 22 | 142 | 0 | 133 | 30 | 175 | 141 | 46 |
| Binary | 11 | 11000001 | 10010 | 1100010 | 0 | 1011011 | 11000 | 1111101 | 1100001 | 100110 |
Color Harmonies of #03C112
Complementary color
Monochromatic Colors of #03C112
Black with #03C112
Text Example
Text Example
White with #03C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C112; }
p { color: rgb(3,193,18); }
H1.HeaderClassName
{
color: #03C112;
}
.AnyTagClassName
{
color: #03C112;
}
</style>
background-color css
<style>
a { background-color: #03C112; }
a { background-color: rgb(3,193,18); }
div.DivClassName
{
background-color: #03C112;
}
.BgClassName
{
background-color: #03C112;
}
</style>
border-color css
<style>
span { border-color: #03C112; }
span { border-color: rgb(3,193,18); }
td.TdClassName
{
border-color: #03C112;
}
.TagClassName
{
border-color: #03C112;
}
</style>