Shades of Islamic Green #1CB003
Tints of Islamic Green #1CB003
RGB
CMYK
RGB Variations
Color information
#1CB003 (or 0x1CB003) is known color: Islamic Green. HEX triplet: 1C, B0 and 03. RGB value is (28,176,3). Sum of RGB (Red+Green+Blue) = 28+176+3=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 176 (69.14% from 255 or 85.02% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 176 - color contains mainly: green. Hex color #1CB003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CB003 is #E34FFC. Grayscale: #707070. Windows color (decimal): -14897149 or 241692. OLE color: 241692.
HSL color Cylindrical-coordinate representation of color #1CB003: hue angle of 111.33º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1CB003 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 176 | 3 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.31 |
| HSL | 111.33º | 0.97% | 0.35% | - |
| HSV(B) | 111.33º | 0.98% | 0.69% | - |
| XYZ | 16.02 | 31.3 | 5.28 | - |
| YUV | 112.03 | 66.47 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 176 | 3 | 0.84 | 0 | 0.98 | 0.31 | 111.33 | 0.97 | 0.35 |
| Hex | 1C | B0 | 3 | 54 | 0 | 62 | 1F | 6F | 61 | 23 |
| Octal | 34 | 260 | 3 | 124 | 0 | 142 | 37 | 157 | 141 | 43 |
| Binary | 11100 | 10110000 | 11 | 1010100 | 0 | 1100010 | 11111 | 1101111 | 1100001 | 100011 |
Color Harmonies of #1CB003
Complementary color
Monochromatic Colors of #1CB003
Black with #1CB003
Text Example
Text Example
White with #1CB003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB003; }
p { color: rgb(28,176,3); }
H1.HeaderClassName
{
color: #1CB003;
}
.AnyTagClassName
{
color: #1CB003;
}
</style>
background-color css
<style>
a { background-color: #1CB003; }
a { background-color: rgb(28,176,3); }
div.DivClassName
{
background-color: #1CB003;
}
.BgClassName
{
background-color: #1CB003;
}
</style>
border-color css
<style>
span { border-color: #1CB003; }
span { border-color: rgb(28,176,3); }
td.TdClassName
{
border-color: #1CB003;
}
.TagClassName
{
border-color: #1CB003;
}
</style>