Shades of Islamic Green #1CBB0C
Tints of Islamic Green #1CBB0C
RGB
CMYK
RGB Variations
Color information
#1CBB0C (or 0x1CBB0C) is known color: Islamic Green. HEX triplet: 1C, BB and 0C. RGB value is (28,187,12). Sum of RGB (Red+Green+Blue) = 28+187+12=227 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.33% from 227); Green value is 187 (73.44% from 255 or 82.38% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBB0C is #E344F3. Grayscale: #787878. Windows color (decimal): -14894324 or 834332. OLE color: 834332.
HSL color Cylindrical-coordinate representation of color #1CBB0C: hue angle of 114.51º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CBB0C is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 187 | 12 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.27 |
| HSL | 114.51º | 0.88% | 0.39% | - |
| HSV(B) | 114.51º | 0.94% | 0.73% | - |
| XYZ | 18.32 | 35.81 | 6.3 | - |
| YUV | 119.51 | 67.32 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 12 | 0.85 | 0 | 0.94 | 0.27 | 114.51 | 0.88 | 0.39 |
| Hex | 1C | BB | C | 55 | 0 | 5E | 1B | 73 | 58 | 27 |
| Octal | 34 | 273 | 14 | 125 | 0 | 136 | 33 | 163 | 130 | 47 |
| Binary | 11100 | 10111011 | 1100 | 1010101 | 0 | 1011110 | 11011 | 1110011 | 1011000 | 100111 |
Color Harmonies of #1CBB0C
Complementary color
Monochromatic Colors of #1CBB0C
Black with #1CBB0C
Text Example
Text Example
White with #1CBB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBB0C; }
p { color: rgb(28,187,12); }
H1.HeaderClassName
{
color: #1CBB0C;
}
.AnyTagClassName
{
color: #1CBB0C;
}
</style>
background-color css
<style>
a { background-color: #1CBB0C; }
a { background-color: rgb(28,187,12); }
div.DivClassName
{
background-color: #1CBB0C;
}
.BgClassName
{
background-color: #1CBB0C;
}
</style>
border-color css
<style>
span { border-color: #1CBB0C; }
span { border-color: rgb(28,187,12); }
td.TdClassName
{
border-color: #1CBB0C;
}
.TagClassName
{
border-color: #1CBB0C;
}
</style>