Shades of Islamic Green #1BBA02
Tints of Islamic Green #1BBA02
RGB
CMYK
RGB Variations
Color information
#1BBA02 (or 0x1BBA02) is known color: Islamic Green. HEX triplet: 1B, BA and 02. RGB value is (27,186,2). Sum of RGB (Red+Green+Blue) = 27+186+2=215 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.56% from 215); Green value is 186 (73.05% from 255 or 86.51% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBA02 is #E445FD. Grayscale: #767676. Windows color (decimal): -14960126 or 178715. OLE color: 178715.
HSL color Cylindrical-coordinate representation of color #1BBA02: hue angle of 111.85º 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 #1BBA02 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 186 | 2 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.27 |
| HSL | 111.85º | 0.98% | 0.37% | - |
| HSV(B) | 111.85º | 0.99% | 0.73% | - |
| XYZ | 18.02 | 35.36 | 5.93 | - |
| YUV | 117.48 | 62.82 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 2 | 0.85 | 0 | 0.99 | 0.27 | 111.85 | 0.98 | 0.37 |
| Hex | 1B | BA | 2 | 55 | 0 | 63 | 1B | 70 | 62 | 25 |
| Octal | 33 | 272 | 2 | 125 | 0 | 143 | 33 | 160 | 142 | 45 |
| Binary | 11011 | 10111010 | 10 | 1010101 | 0 | 1100011 | 11011 | 1110000 | 1100010 | 100101 |
Color Harmonies of #1BBA02
Complementary color
Monochromatic Colors of #1BBA02
Black with #1BBA02
Text Example
Text Example
White with #1BBA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBA02; }
p { color: rgb(27,186,2); }
H1.HeaderClassName
{
color: #1BBA02;
}
.AnyTagClassName
{
color: #1BBA02;
}
</style>
background-color css
<style>
a { background-color: #1BBA02; }
a { background-color: rgb(27,186,2); }
div.DivClassName
{
background-color: #1BBA02;
}
.BgClassName
{
background-color: #1BBA02;
}
</style>
border-color css
<style>
span { border-color: #1BBA02; }
span { border-color: rgb(27,186,2); }
td.TdClassName
{
border-color: #1BBA02;
}
.TagClassName
{
border-color: #1BBA02;
}
</style>