Shades of Islamic Green #1CB000
Tints of Islamic Green #1CB000
RGB
CMYK
RGB Variations
Color information
#1CB000 (or 0x1CB000) is known color: Islamic Green. HEX triplet: 1C, B0 and 00. RGB value is (28,176,0). Sum of RGB (Red+Green+Blue) = 28+176+0=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 176 (69.14% from 255 or 86.27% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 176 - color contains mainly: green. Hex color #1CB000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CB000 is #E34FFF. Grayscale: #707070. Windows color (decimal): -14897152 or 45084. OLE color: 45084.
HSL color Cylindrical-coordinate representation of color #1CB000: hue angle of 110.45º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1CB000 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 176 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.31 |
| HSL | 110.45º | 1% | 0.35% | - |
| HSV(B) | 110.45º | 1% | 0.69% | - |
| XYZ | 16 | 31.3 | 5.2 | - |
| YUV | 111.68 | 64.97 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 176 | 0 | 0.84 | 0 | 1 | 0.31 | 110.45 | 1 | 0.35 |
| Hex | 1C | B0 | 0 | 54 | 0 | 64 | 1F | 6E | 64 | 23 |
| Octal | 34 | 260 | 0 | 124 | 0 | 144 | 37 | 156 | 144 | 43 |
| Binary | 11100 | 10110000 | 0 | 1010100 | 0 | 1100100 | 11111 | 1101110 | 1100100 | 100011 |
Color Harmonies of #1CB000
Complementary color
Monochromatic Colors of #1CB000
Black with #1CB000
Text Example
Text Example
White with #1CB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB000; }
p { color: rgb(28,176,0); }
H1.HeaderClassName
{
color: #1CB000;
}
.AnyTagClassName
{
color: #1CB000;
}
</style>
background-color css
<style>
a { background-color: #1CB000; }
a { background-color: rgb(28,176,0); }
div.DivClassName
{
background-color: #1CB000;
}
.BgClassName
{
background-color: #1CB000;
}
</style>
border-color css
<style>
span { border-color: #1CB000; }
span { border-color: rgb(28,176,0); }
td.TdClassName
{
border-color: #1CB000;
}
.TagClassName
{
border-color: #1CB000;
}
</style>