Shades of Islamic Green #1BAF0B
Tints of Islamic Green #1BAF0B
RGB
CMYK
RGB Variations
Color information
#1BAF0B (or 0x1BAF0B) is known color: Islamic Green. HEX triplet: 1B, AF and 0B. RGB value is (27,175,11). Sum of RGB (Red+Green+Blue) = 27+175+11=213 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.68% from 213); Green value is 175 (68.75% from 255 or 82.16% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAF0B is #E450F4. Grayscale: #707070. Windows color (decimal): -14962933 or 765723. OLE color: 765723.
HSL color Cylindrical-coordinate representation of color #1BAF0B: hue angle of 114.15º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1BAF0B is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 11 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.31 |
| HSL | 114.15º | 0.88% | 0.36% | - |
| HSV(B) | 114.15º | 0.94% | 0.69% | - |
| XYZ | 15.84 | 30.92 | 5.45 | - |
| YUV | 112.05 | 70.97 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 11 | 0.85 | 0 | 0.94 | 0.31 | 114.15 | 0.88 | 0.36 |
| Hex | 1B | AF | B | 55 | 0 | 5E | 1F | 72 | 58 | 24 |
| Octal | 33 | 257 | 13 | 125 | 0 | 136 | 37 | 162 | 130 | 44 |
| Binary | 11011 | 10101111 | 1011 | 1010101 | 0 | 1011110 | 11111 | 1110010 | 1011000 | 100100 |
Color Harmonies of #1BAF0B
Complementary color
Monochromatic Colors of #1BAF0B
Black with #1BAF0B
Text Example
Text Example
White with #1BAF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF0B; }
p { color: rgb(27,175,11); }
H1.HeaderClassName
{
color: #1BAF0B;
}
.AnyTagClassName
{
color: #1BAF0B;
}
</style>
background-color css
<style>
a { background-color: #1BAF0B; }
a { background-color: rgb(27,175,11); }
div.DivClassName
{
background-color: #1BAF0B;
}
.BgClassName
{
background-color: #1BAF0B;
}
</style>
border-color css
<style>
span { border-color: #1BAF0B; }
span { border-color: rgb(27,175,11); }
td.TdClassName
{
border-color: #1BAF0B;
}
.TagClassName
{
border-color: #1BAF0B;
}
</style>