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