Shades of Islamic Green #1CBC06
Tints of Islamic Green #1CBC06
RGB
CMYK
RGB Variations
Color information
#1CBC06 (or 0x1CBC06) is known color: Islamic Green. HEX triplet: 1C, BC and 06. RGB value is (28,188,6). Sum of RGB (Red+Green+Blue) = 28+188+6=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 188 (73.83% from 255 or 84.68% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBC06 is #E343F9. Grayscale: #777777. Windows color (decimal): -14894074 or 441372. OLE color: 441372.
HSL color Cylindrical-coordinate representation of color #1CBC06: hue angle of 112.75º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1CBC06 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 6 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.26 |
| HSL | 112.75º | 0.94% | 0.38% | - |
| HSV(B) | 112.75º | 0.97% | 0.74% | - |
| XYZ | 18.49 | 36.23 | 6.19 | - |
| YUV | 119.41 | 63.99 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 6 | 0.85 | 0 | 0.97 | 0.26 | 112.75 | 0.94 | 0.38 |
| Hex | 1C | BC | 6 | 55 | 0 | 61 | 1A | 71 | 5E | 26 |
| Octal | 34 | 274 | 6 | 125 | 0 | 141 | 32 | 161 | 136 | 46 |
| Binary | 11100 | 10111100 | 110 | 1010101 | 0 | 1100001 | 11010 | 1110001 | 1011110 | 100110 |
Color Harmonies of #1CBC06
Complementary color
Monochromatic Colors of #1CBC06
Black with #1CBC06
Text Example
Text Example
White with #1CBC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC06; }
p { color: rgb(28,188,6); }
H1.HeaderClassName
{
color: #1CBC06;
}
.AnyTagClassName
{
color: #1CBC06;
}
</style>
background-color css
<style>
a { background-color: #1CBC06; }
a { background-color: rgb(28,188,6); }
div.DivClassName
{
background-color: #1CBC06;
}
.BgClassName
{
background-color: #1CBC06;
}
</style>
border-color css
<style>
span { border-color: #1CBC06; }
span { border-color: rgb(28,188,6); }
td.TdClassName
{
border-color: #1CBC06;
}
.TagClassName
{
border-color: #1CBC06;
}
</style>