Shades of Islamic Green #1BBB0B
Tints of Islamic Green #1BBB0B
RGB
CMYK
RGB Variations
Color information
#1BBB0B (or 0x1BBB0B) is known color: Islamic Green. HEX triplet: 1B, BB and 0B. RGB value is (27,187,11). Sum of RGB (Red+Green+Blue) = 27+187+11=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 187 (73.44% from 255 or 83.11% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 187 - color contains mainly: green. Hex color #1BBB0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBB0B is #E444F4. Grayscale: #777777. Windows color (decimal): -14959861 or 768795. OLE color: 768795.
HSL color Cylindrical-coordinate representation of color #1BBB0B: hue angle of 114.55º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1BBB0B is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 187 | 11 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.27 |
| HSL | 114.55º | 0.89% | 0.39% | - |
| HSV(B) | 114.55º | 0.94% | 0.73% | - |
| XYZ | 18.28 | 35.8 | 6.26 | - |
| YUV | 119.1 | 66.99 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 187 | 11 | 0.86 | 0 | 0.94 | 0.27 | 114.55 | 0.89 | 0.39 |
| Hex | 1B | BB | B | 56 | 0 | 5E | 1B | 73 | 59 | 27 |
| Octal | 33 | 273 | 13 | 126 | 0 | 136 | 33 | 163 | 131 | 47 |
| Binary | 11011 | 10111011 | 1011 | 1010110 | 0 | 1011110 | 11011 | 1110011 | 1011001 | 100111 |
Color Harmonies of #1BBB0B
Complementary color
Monochromatic Colors of #1BBB0B
Black with #1BBB0B
Text Example
Text Example
White with #1BBB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBB0B; }
p { color: rgb(27,187,11); }
H1.HeaderClassName
{
color: #1BBB0B;
}
.AnyTagClassName
{
color: #1BBB0B;
}
</style>
background-color css
<style>
a { background-color: #1BBB0B; }
a { background-color: rgb(27,187,11); }
div.DivClassName
{
background-color: #1BBB0B;
}
.BgClassName
{
background-color: #1BBB0B;
}
</style>
border-color css
<style>
span { border-color: #1BBB0B; }
span { border-color: rgb(27,187,11); }
td.TdClassName
{
border-color: #1BBB0B;
}
.TagClassName
{
border-color: #1BBB0B;
}
</style>