Shades of Islamic Green #1BAA0B
Tints of Islamic Green #1BAA0B
RGB
CMYK
RGB Variations
Color information
#1BAA0B (or 0x1BAA0B) is known color: Islamic Green. HEX triplet: 1B, AA and 0B. RGB value is (27,170,11). Sum of RGB (Red+Green+Blue) = 27+170+11=208 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.98% from 208); Green value is 170 (66.80% from 255 or 81.73% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAA0B is #E455F4. Grayscale: #6D6D6D. Windows color (decimal): -14964213 or 764443. OLE color: 764443.
HSL color Cylindrical-coordinate representation of color #1BAA0B: hue angle of 113.96º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1BAA0B is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 170 | 11 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.33 |
| HSL | 113.96º | 0.88% | 0.35% | - |
| HSV(B) | 113.96º | 0.94% | 0.67% | - |
| XYZ | 14.89 | 29.01 | 5.13 | - |
| YUV | 109.12 | 72.62 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 170 | 11 | 0.84 | 0 | 0.94 | 0.33 | 113.96 | 0.88 | 0.35 |
| Hex | 1B | AA | B | 54 | 0 | 5E | 21 | 72 | 58 | 23 |
| Octal | 33 | 252 | 13 | 124 | 0 | 136 | 41 | 162 | 130 | 43 |
| Binary | 11011 | 10101010 | 1011 | 1010100 | 0 | 1011110 | 100001 | 1110010 | 1011000 | 100011 |
Color Harmonies of #1BAA0B
Complementary color
Monochromatic Colors of #1BAA0B
Black with #1BAA0B
Text Example
Text Example
White with #1BAA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAA0B; }
p { color: rgb(27,170,11); }
H1.HeaderClassName
{
color: #1BAA0B;
}
.AnyTagClassName
{
color: #1BAA0B;
}
</style>
background-color css
<style>
a { background-color: #1BAA0B; }
a { background-color: rgb(27,170,11); }
div.DivClassName
{
background-color: #1BAA0B;
}
.BgClassName
{
background-color: #1BAA0B;
}
</style>
border-color css
<style>
span { border-color: #1BAA0B; }
span { border-color: rgb(27,170,11); }
td.TdClassName
{
border-color: #1BAA0B;
}
.TagClassName
{
border-color: #1BAA0B;
}
</style>