Shades of Islamic Green #03C30C
Tints of Islamic Green #03C30C
RGB
CMYK
RGB Variations
Color information
#03C30C (or 0x03C30C) is known color: Islamic Green. HEX triplet: 03, C3 and 0C. RGB value is (3,195,12). Sum of RGB (Red+Green+Blue) = 3+195+12=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 195 (76.56% from 255 or 92.86% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 195 - color contains mainly: green. Hex color #03C30C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C30C is #FC3CF3. Grayscale: #757575. Windows color (decimal): -16530676 or 836355. OLE color: 836355.
HSL color Cylindrical-coordinate representation of color #03C30C: hue angle of 122.81º 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 #03C30C is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 195 | 12 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.24 |
| HSL | 122.81º | 0.97% | 0.39% | - |
| HSV(B) | 122.81º | 0.98% | 0.76% | - |
| XYZ | 19.62 | 39.08 | 6.86 | - |
| YUV | 116.73 | 68.89 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 195 | 12 | 0.98 | 0 | 0.94 | 0.24 | 122.81 | 0.97 | 0.39 |
| Hex | 3 | C3 | C | 62 | 0 | 5E | 18 | 7B | 61 | 27 |
| Octal | 3 | 303 | 14 | 142 | 0 | 136 | 30 | 173 | 141 | 47 |
| Binary | 11 | 11000011 | 1100 | 1100010 | 0 | 1011110 | 11000 | 1111011 | 1100001 | 100111 |
Color Harmonies of #03C30C
Complementary color
Monochromatic Colors of #03C30C
Black with #03C30C
Text Example
Text Example
White with #03C30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C30C; }
p { color: rgb(3,195,12); }
H1.HeaderClassName
{
color: #03C30C;
}
.AnyTagClassName
{
color: #03C30C;
}
</style>
background-color css
<style>
a { background-color: #03C30C; }
a { background-color: rgb(3,195,12); }
div.DivClassName
{
background-color: #03C30C;
}
.BgClassName
{
background-color: #03C30C;
}
</style>
border-color css
<style>
span { border-color: #03C30C; }
span { border-color: rgb(3,195,12); }
td.TdClassName
{
border-color: #03C30C;
}
.TagClassName
{
border-color: #03C30C;
}
</style>