Shades of Islamic Green #02BD0F
Tints of Islamic Green #02BD0F
RGB
CMYK
RGB Variations
Color information
#02BD0F (or 0x02BD0F) is known color: Islamic Green. HEX triplet: 02, BD and 0F. RGB value is (2,189,15). Sum of RGB (Red+Green+Blue) = 2+189+15=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 189 (74.22% from 255 or 91.75% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BD0F is #FD42F0. Grayscale: #717171. Windows color (decimal): -16597745 or 1031426. OLE color: 1031426.
HSL color Cylindrical-coordinate representation of color #02BD0F: hue angle of 124.17º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BD0F is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 189 | 15 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.26 |
| HSL | 124.17º | 0.98% | 0.37% | - |
| HSV(B) | 124.17º | 0.99% | 0.74% | - |
| XYZ | 18.31 | 36.44 | 6.52 | - |
| YUV | 113.25 | 72.55 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 15 | 0.99 | 0 | 0.92 | 0.26 | 124.17 | 0.98 | 0.37 |
| Hex | 2 | BD | F | 63 | 0 | 5C | 1A | 7C | 62 | 25 |
| Octal | 2 | 275 | 17 | 143 | 0 | 134 | 32 | 174 | 142 | 45 |
| Binary | 10 | 10111101 | 1111 | 1100011 | 0 | 1011100 | 11010 | 1111100 | 1100010 | 100101 |
Color Harmonies of #02BD0F
Complementary color
Monochromatic Colors of #02BD0F
Black with #02BD0F
Text Example
Text Example
White with #02BD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BD0F; }
p { color: rgb(2,189,15); }
H1.HeaderClassName
{
color: #02BD0F;
}
.AnyTagClassName
{
color: #02BD0F;
}
</style>
background-color css
<style>
a { background-color: #02BD0F; }
a { background-color: rgb(2,189,15); }
div.DivClassName
{
background-color: #02BD0F;
}
.BgClassName
{
background-color: #02BD0F;
}
</style>
border-color css
<style>
span { border-color: #02BD0F; }
span { border-color: rgb(2,189,15); }
td.TdClassName
{
border-color: #02BD0F;
}
.TagClassName
{
border-color: #02BD0F;
}
</style>