Shades of Islamic Green #03C202
Tints of Islamic Green #03C202
RGB
CMYK
RGB Variations
Color information
#03C202 (or 0x03C202) is known color: Islamic Green. HEX triplet: 03, C2 and 02. RGB value is (3,194,2). Sum of RGB (Red+Green+Blue) = 3+194+2=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 194 (76.17% from 255 or 97.49% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 194 - color contains mainly: green. Hex color #03C202 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C202 is #FC3DFD. Grayscale: #737373. Windows color (decimal): -16530942 or 180739. OLE color: 180739.
HSL color Cylindrical-coordinate representation of color #03C202: hue angle of 119.69º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C202 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 194 | 2 | - |
| CMYK | 0.98 | 0 | 0.99 | 0.24 |
| HSL | 119.69º | 0.98% | 0.38% | - |
| HSV(B) | 119.69º | 0.99% | 0.76% | - |
| XYZ | 19.34 | 38.61 | 6.49 | - |
| YUV | 115 | 64.22 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 194 | 2 | 0.98 | 0 | 0.99 | 0.24 | 119.69 | 0.98 | 0.38 |
| Hex | 3 | C2 | 2 | 62 | 0 | 63 | 18 | 78 | 62 | 26 |
| Octal | 3 | 302 | 2 | 142 | 0 | 143 | 30 | 170 | 142 | 46 |
| Binary | 11 | 11000010 | 10 | 1100010 | 0 | 1100011 | 11000 | 1111000 | 1100010 | 100110 |
Color Harmonies of #03C202
Complementary color
Monochromatic Colors of #03C202
Black with #03C202
Text Example
Text Example
White with #03C202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C202; }
p { color: rgb(3,194,2); }
H1.HeaderClassName
{
color: #03C202;
}
.AnyTagClassName
{
color: #03C202;
}
</style>
background-color css
<style>
a { background-color: #03C202; }
a { background-color: rgb(3,194,2); }
div.DivClassName
{
background-color: #03C202;
}
.BgClassName
{
background-color: #03C202;
}
</style>
border-color css
<style>
span { border-color: #03C202; }
span { border-color: rgb(3,194,2); }
td.TdClassName
{
border-color: #03C202;
}
.TagClassName
{
border-color: #03C202;
}
</style>