Shades of Islamic Green #02C005
Tints of Islamic Green #02C005
RGB
CMYK
RGB Variations
Color information
#02C005 (or 0x02C005) is known color: Islamic Green. HEX triplet: 02, C0 and 05. RGB value is (2,192,5). Sum of RGB (Red+Green+Blue) = 2+192+5=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 192 (75.39% from 255 or 96.48% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 192 - color contains mainly: green. Hex color #02C005 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C005 is #FD3FFA. Grayscale: #727272. Windows color (decimal): -16596987 or 376834. OLE color: 376834.
HSL color Cylindrical-coordinate representation of color #02C005: hue angle of 120.95º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C005 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 5 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.25 |
| HSL | 120.95º | 0.98% | 0.38% | - |
| HSV(B) | 120.95º | 0.99% | 0.75% | - |
| XYZ | 18.9 | 37.72 | 6.43 | - |
| YUV | 113.87 | 66.55 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 5 | 0.99 | 0 | 0.97 | 0.25 | 120.95 | 0.98 | 0.38 |
| Hex | 2 | C0 | 5 | 63 | 0 | 61 | 19 | 79 | 62 | 26 |
| Octal | 2 | 300 | 5 | 143 | 0 | 141 | 31 | 171 | 142 | 46 |
| Binary | 10 | 11000000 | 101 | 1100011 | 0 | 1100001 | 11001 | 1111001 | 1100010 | 100110 |
Color Harmonies of #02C005
Complementary color
Monochromatic Colors of #02C005
Black with #02C005
Text Example
Text Example
White with #02C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C005; }
p { color: rgb(2,192,5); }
H1.HeaderClassName
{
color: #02C005;
}
.AnyTagClassName
{
color: #02C005;
}
</style>
background-color css
<style>
a { background-color: #02C005; }
a { background-color: rgb(2,192,5); }
div.DivClassName
{
background-color: #02C005;
}
.BgClassName
{
background-color: #02C005;
}
</style>
border-color css
<style>
span { border-color: #02C005; }
span { border-color: rgb(2,192,5); }
td.TdClassName
{
border-color: #02C005;
}
.TagClassName
{
border-color: #02C005;
}
</style>