Shades of Islamic Green #1CBC02
Tints of Islamic Green #1CBC02
RGB
CMYK
RGB Variations
Color information
#1CBC02 (or 0x1CBC02) is known color: Islamic Green. HEX triplet: 1C, BC and 02. RGB value is (28,188,2). Sum of RGB (Red+Green+Blue) = 28+188+2=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 188 (73.83% from 255 or 86.24% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBC02 is #E343FD. Grayscale: #777777. Windows color (decimal): -14894078 or 179228. OLE color: 179228.
HSL color Cylindrical-coordinate representation of color #1CBC02: hue angle of 111.61º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1CBC02 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 2 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.26 |
| HSL | 111.61º | 0.98% | 0.37% | - |
| HSV(B) | 111.61º | 0.99% | 0.74% | - |
| XYZ | 18.47 | 36.22 | 6.07 | - |
| YUV | 118.96 | 61.99 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 2 | 0.85 | 0 | 0.99 | 0.26 | 111.61 | 0.98 | 0.37 |
| Hex | 1C | BC | 2 | 55 | 0 | 63 | 1A | 70 | 62 | 25 |
| Octal | 34 | 274 | 2 | 125 | 0 | 143 | 32 | 160 | 142 | 45 |
| Binary | 11100 | 10111100 | 10 | 1010101 | 0 | 1100011 | 11010 | 1110000 | 1100010 | 100101 |
Color Harmonies of #1CBC02
Complementary color
Monochromatic Colors of #1CBC02
Black with #1CBC02
Text Example
Text Example
White with #1CBC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC02; }
p { color: rgb(28,188,2); }
H1.HeaderClassName
{
color: #1CBC02;
}
.AnyTagClassName
{
color: #1CBC02;
}
</style>
background-color css
<style>
a { background-color: #1CBC02; }
a { background-color: rgb(28,188,2); }
div.DivClassName
{
background-color: #1CBC02;
}
.BgClassName
{
background-color: #1CBC02;
}
</style>
border-color css
<style>
span { border-color: #1CBC02; }
span { border-color: rgb(28,188,2); }
td.TdClassName
{
border-color: #1CBC02;
}
.TagClassName
{
border-color: #1CBC02;
}
</style>