Shades of Islamic Green #02B802
Tints of Islamic Green #02B802
RGB
CMYK
RGB Variations
Color information
#02B802 (or 0x02B802) is known color: Islamic Green. HEX triplet: 02, B8 and 02. RGB value is (2,184,2). Sum of RGB (Red+Green+Blue) = 2+184+2=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 184 (72.27% from 255 or 97.87% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 184 - color contains mainly: green. Hex color #02B802 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B802 is #FD47FD. Grayscale: #6D6D6D. Windows color (decimal): -16599038 or 178178. OLE color: 178178.
HSL color Cylindrical-coordinate representation of color #02B802: hue angle of 120º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B802 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 184 | 2 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.28 |
| HSL | 120º | 0.98% | 0.36% | - |
| HSV(B) | 120º | 0.99% | 0.72% | - |
| XYZ | 17.18 | 34.3 | 5.77 | - |
| YUV | 108.83 | 67.7 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 184 | 2 | 0.99 | 0 | 0.99 | 0.28 | 120 | 0.98 | 0.36 |
| Hex | 2 | B8 | 2 | 63 | 0 | 63 | 1C | 78 | 62 | 24 |
| Octal | 2 | 270 | 2 | 143 | 0 | 143 | 34 | 170 | 142 | 44 |
| Binary | 10 | 10111000 | 10 | 1100011 | 0 | 1100011 | 11100 | 1111000 | 1100010 | 100100 |
Color Harmonies of #02B802
Complementary color
Monochromatic Colors of #02B802
Black with #02B802
Text Example
Text Example
White with #02B802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B802; }
p { color: rgb(2,184,2); }
H1.HeaderClassName
{
color: #02B802;
}
.AnyTagClassName
{
color: #02B802;
}
</style>
background-color css
<style>
a { background-color: #02B802; }
a { background-color: rgb(2,184,2); }
div.DivClassName
{
background-color: #02B802;
}
.BgClassName
{
background-color: #02B802;
}
</style>
border-color css
<style>
span { border-color: #02B802; }
span { border-color: rgb(2,184,2); }
td.TdClassName
{
border-color: #02B802;
}
.TagClassName
{
border-color: #02B802;
}
</style>