Shades of Islamic Green #1BA302
Tints of Islamic Green #1BA302
RGB
CMYK
RGB Variations
Color information
#1BA302 (or 0x1BA302) is known color: Islamic Green. HEX triplet: 1B, A3 and 02. RGB value is (27,163,2). Sum of RGB (Red+Green+Blue) = 27+163+2=192 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.06% from 192); Green value is 163 (64.06% from 255 or 84.90% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 163 - color contains mainly: green. Hex color #1BA302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA302 is #E45CFD. Grayscale: #686868. Windows color (decimal): -14966014 or 172827. OLE color: 172827.
HSL color Cylindrical-coordinate representation of color #1BA302: hue angle of 110.68º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1BA302 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 163 | 2 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.36 |
| HSL | 110.68º | 0.98% | 0.32% | - |
| HSV(B) | 110.68º | 0.99% | 0.64% | - |
| XYZ | 13.56 | 26.43 | 4.44 | - |
| YUV | 103.98 | 70.44 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 163 | 2 | 0.83 | 0 | 0.99 | 0.36 | 110.68 | 0.98 | 0.32 |
| Hex | 1B | A3 | 2 | 53 | 0 | 63 | 24 | 6F | 62 | 20 |
| Octal | 33 | 243 | 2 | 123 | 0 | 143 | 44 | 157 | 142 | 40 |
| Binary | 11011 | 10100011 | 10 | 1010011 | 0 | 1100011 | 100100 | 1101111 | 1100010 | 100000 |
Color Harmonies of #1BA302
Complementary color
Monochromatic Colors of #1BA302
Black with #1BA302
Text Example
Text Example
White with #1BA302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA302; }
p { color: rgb(27,163,2); }
H1.HeaderClassName
{
color: #1BA302;
}
.AnyTagClassName
{
color: #1BA302;
}
</style>
background-color css
<style>
a { background-color: #1BA302; }
a { background-color: rgb(27,163,2); }
div.DivClassName
{
background-color: #1BA302;
}
.BgClassName
{
background-color: #1BA302;
}
</style>
border-color css
<style>
span { border-color: #1BA302; }
span { border-color: rgb(27,163,2); }
td.TdClassName
{
border-color: #1BA302;
}
.TagClassName
{
border-color: #1BA302;
}
</style>