Shades of Islamic Green #02BF11
Tints of Islamic Green #02BF11
RGB
CMYK
RGB Variations
Color information
#02BF11 (or 0x02BF11) is known color: Islamic Green. HEX triplet: 02, BF and 11. RGB value is (2,191,17). Sum of RGB (Red+Green+Blue) = 2+191+17=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 191 (75% from 255 or 90.95% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 191 - color contains mainly: green. Hex color #02BF11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BF11 is #FD40EE. Grayscale: #737373. Windows color (decimal): -16597231 or 1163010. OLE color: 1163010.
HSL color Cylindrical-coordinate representation of color #02BF11: hue angle of 124.76º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BF11 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 191 | 17 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.25 |
| HSL | 124.76º | 0.98% | 0.38% | - |
| HSV(B) | 124.76º | 0.99% | 0.75% | - |
| XYZ | 18.76 | 37.31 | 6.74 | - |
| YUV | 114.65 | 72.88 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 191 | 17 | 0.99 | 0 | 0.91 | 0.25 | 124.76 | 0.98 | 0.38 |
| Hex | 2 | BF | 11 | 63 | 0 | 5B | 19 | 7D | 62 | 26 |
| Octal | 2 | 277 | 21 | 143 | 0 | 133 | 31 | 175 | 142 | 46 |
| Binary | 10 | 10111111 | 10001 | 1100011 | 0 | 1011011 | 11001 | 1111101 | 1100010 | 100110 |
Color Harmonies of #02BF11
Complementary color
Monochromatic Colors of #02BF11
Black with #02BF11
Text Example
Text Example
White with #02BF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BF11; }
p { color: rgb(2,191,17); }
H1.HeaderClassName
{
color: #02BF11;
}
.AnyTagClassName
{
color: #02BF11;
}
</style>
background-color css
<style>
a { background-color: #02BF11; }
a { background-color: rgb(2,191,17); }
div.DivClassName
{
background-color: #02BF11;
}
.BgClassName
{
background-color: #02BF11;
}
</style>
border-color css
<style>
span { border-color: #02BF11; }
span { border-color: rgb(2,191,17); }
td.TdClassName
{
border-color: #02BF11;
}
.TagClassName
{
border-color: #02BF11;
}
</style>