Shades of Islamic Green #1BA502
Tints of Islamic Green #1BA502
RGB
CMYK
RGB Variations
Color information
#1BA502 (or 0x1BA502) is known color: Islamic Green. HEX triplet: 1B, A5 and 02. RGB value is (27,165,2). Sum of RGB (Red+Green+Blue) = 27+165+2=194 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.92% from 194); Green value is 165 (64.84% from 255 or 85.05% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA502 is #E45AFD. Grayscale: #696969. Windows color (decimal): -14965502 or 173339. OLE color: 173339.
HSL color Cylindrical-coordinate representation of color #1BA502: hue angle of 110.8º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1BA502 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 165 | 2 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.35 |
| HSL | 110.8º | 0.98% | 0.33% | - |
| HSV(B) | 110.8º | 0.99% | 0.65% | - |
| XYZ | 13.92 | 27.15 | 4.56 | - |
| YUV | 105.16 | 69.78 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 165 | 2 | 0.84 | 0 | 0.99 | 0.35 | 110.8 | 0.98 | 0.33 |
| Hex | 1B | A5 | 2 | 54 | 0 | 63 | 23 | 6F | 62 | 21 |
| Octal | 33 | 245 | 2 | 124 | 0 | 143 | 43 | 157 | 142 | 41 |
| Binary | 11011 | 10100101 | 10 | 1010100 | 0 | 1100011 | 100011 | 1101111 | 1100010 | 100001 |
Color Harmonies of #1BA502
Complementary color
Monochromatic Colors of #1BA502
Black with #1BA502
Text Example
Text Example
White with #1BA502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA502; }
p { color: rgb(27,165,2); }
H1.HeaderClassName
{
color: #1BA502;
}
.AnyTagClassName
{
color: #1BA502;
}
</style>
background-color css
<style>
a { background-color: #1BA502; }
a { background-color: rgb(27,165,2); }
div.DivClassName
{
background-color: #1BA502;
}
.BgClassName
{
background-color: #1BA502;
}
</style>
border-color css
<style>
span { border-color: #1BA502; }
span { border-color: rgb(27,165,2); }
td.TdClassName
{
border-color: #1BA502;
}
.TagClassName
{
border-color: #1BA502;
}
</style>