Shades of Islamic Green #1BB40C
Tints of Islamic Green #1BB40C
RGB
CMYK
RGB Variations
Color information
#1BB40C (or 0x1BB40C) is known color: Islamic Green. HEX triplet: 1B, B4 and 0C. RGB value is (27,180,12). Sum of RGB (Red+Green+Blue) = 27+180+12=219 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.33% from 219); Green value is 180 (70.70% from 255 or 82.19% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 180 - color contains mainly: green. Hex color #1BB40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BB40C is #E44BF3. Grayscale: #737373. Windows color (decimal): -14961652 or 832539. OLE color: 832539.
HSL color Cylindrical-coordinate representation of color #1BB40C: hue angle of 114.64º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1BB40C is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 27 | 180 | 12 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.29 |
| HSL | 114.64º | 0.88% | 0.38% | - |
| HSV(B) | 114.64º | 0.93% | 0.71% | - |
| XYZ | 16.84 | 32.9 | 5.81 | - |
| YUV | 115.1 | 69.81 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 180 | 12 | 0.85 | 0 | 0.93 | 0.29 | 114.64 | 0.88 | 0.38 |
| Hex | 1B | B4 | C | 55 | 0 | 5D | 1D | 73 | 58 | 26 |
| Octal | 33 | 264 | 14 | 125 | 0 | 135 | 35 | 163 | 130 | 46 |
| Binary | 11011 | 10110100 | 1100 | 1010101 | 0 | 1011101 | 11101 | 1110011 | 1011000 | 100110 |
Color Harmonies of #1BB40C
Complementary color
Monochromatic Colors of #1BB40C
Black with #1BB40C
Text Example
Text Example
White with #1BB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB40C; }
p { color: rgb(27,180,12); }
H1.HeaderClassName
{
color: #1BB40C;
}
.AnyTagClassName
{
color: #1BB40C;
}
</style>
background-color css
<style>
a { background-color: #1BB40C; }
a { background-color: rgb(27,180,12); }
div.DivClassName
{
background-color: #1BB40C;
}
.BgClassName
{
background-color: #1BB40C;
}
</style>
border-color css
<style>
span { border-color: #1BB40C; }
span { border-color: rgb(27,180,12); }
td.TdClassName
{
border-color: #1BB40C;
}
.TagClassName
{
border-color: #1BB40C;
}
</style>