Shades of Islamic Green #03C204
Tints of Islamic Green #03C204
RGB
CMYK
RGB Variations
Color information
#03C204 (or 0x03C204) is known color: Islamic Green. HEX triplet: 03, C2 and 04. RGB value is (3,194,4). Sum of RGB (Red+Green+Blue) = 3+194+4=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 194 (76.17% from 255 or 96.52% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 194 - color contains mainly: green. Hex color #03C204 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C204 is #FC3DFB. Grayscale: #737373. Windows color (decimal): -16530940 or 311811. OLE color: 311811.
HSL color Cylindrical-coordinate representation of color #03C204: hue angle of 120.31º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C204 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 194 | 4 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.24 |
| HSL | 120.31º | 0.97% | 0.39% | - |
| HSV(B) | 120.31º | 0.98% | 0.76% | - |
| XYZ | 19.35 | 38.61 | 6.55 | - |
| YUV | 115.23 | 65.22 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 194 | 4 | 0.98 | 0 | 0.98 | 0.24 | 120.31 | 0.97 | 0.39 |
| Hex | 3 | C2 | 4 | 62 | 0 | 62 | 18 | 78 | 61 | 27 |
| Octal | 3 | 302 | 4 | 142 | 0 | 142 | 30 | 170 | 141 | 47 |
| Binary | 11 | 11000010 | 100 | 1100010 | 0 | 1100010 | 11000 | 1111000 | 1100001 | 100111 |
Color Harmonies of #03C204
Complementary color
Monochromatic Colors of #03C204
Black with #03C204
Text Example
Text Example
White with #03C204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C204; }
p { color: rgb(3,194,4); }
H1.HeaderClassName
{
color: #03C204;
}
.AnyTagClassName
{
color: #03C204;
}
</style>
background-color css
<style>
a { background-color: #03C204; }
a { background-color: rgb(3,194,4); }
div.DivClassName
{
background-color: #03C204;
}
.BgClassName
{
background-color: #03C204;
}
</style>
border-color css
<style>
span { border-color: #03C204; }
span { border-color: rgb(3,194,4); }
td.TdClassName
{
border-color: #03C204;
}
.TagClassName
{
border-color: #03C204;
}
</style>