Shades of Islamic Green #1CBC0C
Tints of Islamic Green #1CBC0C
RGB
CMYK
RGB Variations
Color information
#1CBC0C (or 0x1CBC0C) is known color: Islamic Green. HEX triplet: 1C, BC and 0C. RGB value is (28,188,12). Sum of RGB (Red+Green+Blue) = 28+188+12=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 188 (73.83% from 255 or 82.46% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBC0C is #E343F3. Grayscale: #787878. Windows color (decimal): -14894068 or 834588. OLE color: 834588.
HSL color Cylindrical-coordinate representation of color #1CBC0C: hue angle of 114.55º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CBC0C is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 12 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.26 |
| HSL | 114.55º | 0.88% | 0.39% | - |
| HSV(B) | 114.55º | 0.94% | 0.74% | - |
| XYZ | 18.53 | 36.24 | 6.37 | - |
| YUV | 120.1 | 66.99 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 12 | 0.85 | 0 | 0.94 | 0.26 | 114.55 | 0.88 | 0.39 |
| Hex | 1C | BC | C | 55 | 0 | 5E | 1A | 73 | 58 | 27 |
| Octal | 34 | 274 | 14 | 125 | 0 | 136 | 32 | 163 | 130 | 47 |
| Binary | 11100 | 10111100 | 1100 | 1010101 | 0 | 1011110 | 11010 | 1110011 | 1011000 | 100111 |
Color Harmonies of #1CBC0C
Complementary color
Monochromatic Colors of #1CBC0C
Black with #1CBC0C
Text Example
Text Example
White with #1CBC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC0C; }
p { color: rgb(28,188,12); }
H1.HeaderClassName
{
color: #1CBC0C;
}
.AnyTagClassName
{
color: #1CBC0C;
}
</style>
background-color css
<style>
a { background-color: #1CBC0C; }
a { background-color: rgb(28,188,12); }
div.DivClassName
{
background-color: #1CBC0C;
}
.BgClassName
{
background-color: #1CBC0C;
}
</style>
border-color css
<style>
span { border-color: #1CBC0C; }
span { border-color: rgb(28,188,12); }
td.TdClassName
{
border-color: #1CBC0C;
}
.TagClassName
{
border-color: #1CBC0C;
}
</style>