Shades of Islamic Green #02B200
Tints of Islamic Green #02B200
RGB
CMYK
RGB Variations
Color information
#02B200 (or 0x02B200) is known color: Islamic Green. HEX triplet: 02, B2 and 00. RGB value is (2,178,0). Sum of RGB (Red+Green+Blue) = 2+178+0=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 178 (69.92% from 255 or 98.89% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 178 - color contains mainly: green. Hex color #02B200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02B200 is #FD4DFF. Grayscale: #696969. Windows color (decimal): -16600576 or 45570. OLE color: 45570.
HSL color Cylindrical-coordinate representation of color #02B200: hue angle of 119.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02B200 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 178 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.30 |
| HSL | 119.33º | 1% | 0.35% | - |
| HSV(B) | 119.33º | 1% | 0.7% | - |
| XYZ | 15.95 | 31.85 | 5.31 | - |
| YUV | 105.08 | 68.69 | 54.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 178 | 0 | 0.99 | 0 | 1 | 0.30 | 119.33 | 1 | 0.35 |
| Hex | 2 | B2 | 0 | 63 | 0 | 64 | 1E | 77 | 64 | 23 |
| Octal | 2 | 262 | 0 | 143 | 0 | 144 | 36 | 167 | 144 | 43 |
| Binary | 10 | 10110010 | 0 | 1100011 | 0 | 1100100 | 11110 | 1110111 | 1100100 | 100011 |
Color Harmonies of #02B200
Complementary color
Monochromatic Colors of #02B200
Black with #02B200
Text Example
Text Example
White with #02B200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B200; }
p { color: rgb(2,178,0); }
H1.HeaderClassName
{
color: #02B200;
}
.AnyTagClassName
{
color: #02B200;
}
</style>
background-color css
<style>
a { background-color: #02B200; }
a { background-color: rgb(2,178,0); }
div.DivClassName
{
background-color: #02B200;
}
.BgClassName
{
background-color: #02B200;
}
</style>
border-color css
<style>
span { border-color: #02B200; }
span { border-color: rgb(2,178,0); }
td.TdClassName
{
border-color: #02B200;
}
.TagClassName
{
border-color: #02B200;
}
</style>