Shades of Islamic Green #02B20C
Tints of Islamic Green #02B20C
RGB
CMYK
RGB Variations
Color information
#02B20C (or 0x02B20C) is known color: Islamic Green. HEX triplet: 02, B2 and 0C. RGB value is (2,178,12). Sum of RGB (Red+Green+Blue) = 2+178+12=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 178 (69.92% from 255 or 92.71% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 178 - color contains mainly: green. Hex color #02B20C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02B20C is #FD4DF3. Grayscale: #6A6A6A. Windows color (decimal): -16600564 or 832002. OLE color: 832002.
HSL color Cylindrical-coordinate representation of color #02B20C: hue angle of 123.41º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B20C is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 178 | 12 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.30 |
| HSL | 123.41º | 0.98% | 0.35% | - |
| HSV(B) | 123.41º | 0.99% | 0.7% | - |
| XYZ | 16.01 | 31.88 | 5.66 | - |
| YUV | 106.45 | 74.69 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 178 | 12 | 0.99 | 0 | 0.93 | 0.30 | 123.41 | 0.98 | 0.35 |
| Hex | 2 | B2 | C | 63 | 0 | 5D | 1E | 7B | 62 | 23 |
| Octal | 2 | 262 | 14 | 143 | 0 | 135 | 36 | 173 | 142 | 43 |
| Binary | 10 | 10110010 | 1100 | 1100011 | 0 | 1011101 | 11110 | 1111011 | 1100010 | 100011 |
Color Harmonies of #02B20C
Complementary color
Monochromatic Colors of #02B20C
Black with #02B20C
Text Example
Text Example
White with #02B20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B20C; }
p { color: rgb(2,178,12); }
H1.HeaderClassName
{
color: #02B20C;
}
.AnyTagClassName
{
color: #02B20C;
}
</style>
background-color css
<style>
a { background-color: #02B20C; }
a { background-color: rgb(2,178,12); }
div.DivClassName
{
background-color: #02B20C;
}
.BgClassName
{
background-color: #02B20C;
}
</style>
border-color css
<style>
span { border-color: #02B20C; }
span { border-color: rgb(2,178,12); }
td.TdClassName
{
border-color: #02B20C;
}
.TagClassName
{
border-color: #02B20C;
}
</style>