Shades of Islamic Green #02B902
Tints of Islamic Green #02B902
RGB
CMYK
RGB Variations
Color information
#02B902 (or 0x02B902) is known color: Islamic Green. HEX triplet: 02, B9 and 02. RGB value is (2,185,2). Sum of RGB (Red+Green+Blue) = 2+185+2=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 185 (72.66% from 255 or 97.88% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 185 - color contains mainly: green. Hex color #02B902 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B902 is #FD46FD. Grayscale: #6D6D6D. Windows color (decimal): -16598782 or 178434. OLE color: 178434.
HSL color Cylindrical-coordinate representation of color #02B902: hue angle of 120º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B902 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 185 | 2 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.27 |
| HSL | 120º | 0.98% | 0.37% | - |
| HSV(B) | 120º | 0.99% | 0.73% | - |
| XYZ | 17.38 | 34.72 | 5.84 | - |
| YUV | 109.42 | 67.37 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 185 | 2 | 0.99 | 0 | 0.99 | 0.27 | 120 | 0.98 | 0.37 |
| Hex | 2 | B9 | 2 | 63 | 0 | 63 | 1B | 78 | 62 | 25 |
| Octal | 2 | 271 | 2 | 143 | 0 | 143 | 33 | 170 | 142 | 45 |
| Binary | 10 | 10111001 | 10 | 1100011 | 0 | 1100011 | 11011 | 1111000 | 1100010 | 100101 |
Color Harmonies of #02B902
Complementary color
Monochromatic Colors of #02B902
Black with #02B902
Text Example
Text Example
White with #02B902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B902; }
p { color: rgb(2,185,2); }
H1.HeaderClassName
{
color: #02B902;
}
.AnyTagClassName
{
color: #02B902;
}
</style>
background-color css
<style>
a { background-color: #02B902; }
a { background-color: rgb(2,185,2); }
div.DivClassName
{
background-color: #02B902;
}
.BgClassName
{
background-color: #02B902;
}
</style>
border-color css
<style>
span { border-color: #02B902; }
span { border-color: rgb(2,185,2); }
td.TdClassName
{
border-color: #02B902;
}
.TagClassName
{
border-color: #02B902;
}
</style>