Shades of Islamic Green #02B80B
Tints of Islamic Green #02B80B
RGB
CMYK
RGB Variations
Color information
#02B80B (or 0x02B80B) is known color: Islamic Green. HEX triplet: 02, B8 and 0B. RGB value is (2,184,11). Sum of RGB (Red+Green+Blue) = 2+184+11=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 184 (72.27% from 255 or 93.40% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 184 - color contains mainly: green. Hex color #02B80B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B80B is #FD47F4. Grayscale: #6E6E6E. Windows color (decimal): -16599029 or 768002. OLE color: 768002.
HSL color Cylindrical-coordinate representation of color #02B80B: hue angle of 122.97º 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 #02B80B is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 184 | 11 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.28 |
| HSL | 122.97º | 0.98% | 0.36% | - |
| HSV(B) | 122.97º | 0.99% | 0.72% | - |
| XYZ | 17.23 | 34.32 | 6.03 | - |
| YUV | 109.86 | 72.2 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 184 | 11 | 0.99 | 0 | 0.94 | 0.28 | 122.97 | 0.98 | 0.36 |
| Hex | 2 | B8 | B | 63 | 0 | 5E | 1C | 7B | 62 | 24 |
| Octal | 2 | 270 | 13 | 143 | 0 | 136 | 34 | 173 | 142 | 44 |
| Binary | 10 | 10111000 | 1011 | 1100011 | 0 | 1011110 | 11100 | 1111011 | 1100010 | 100100 |
Color Harmonies of #02B80B
Complementary color
Monochromatic Colors of #02B80B
Black with #02B80B
Text Example
Text Example
White with #02B80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B80B; }
p { color: rgb(2,184,11); }
H1.HeaderClassName
{
color: #02B80B;
}
.AnyTagClassName
{
color: #02B80B;
}
</style>
background-color css
<style>
a { background-color: #02B80B; }
a { background-color: rgb(2,184,11); }
div.DivClassName
{
background-color: #02B80B;
}
.BgClassName
{
background-color: #02B80B;
}
</style>
border-color css
<style>
span { border-color: #02B80B; }
span { border-color: rgb(2,184,11); }
td.TdClassName
{
border-color: #02B80B;
}
.TagClassName
{
border-color: #02B80B;
}
</style>