Shades of Malachite #1CBC5C
Tints of Malachite #1CBC5C
RGB
CMYK
RGB Variations
Color information
#1CBC5C (or 0x1CBC5C) is known color: Malachite. HEX triplet: 1C, BC and 5C. RGB value is (28,188,92). Sum of RGB (Red+Green+Blue) = 28+188+92=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC5C is #E343A3. Grayscale: #818181. Windows color (decimal): -14893988 or 6077468. OLE color: 6077468.
HSL color Cylindrical-coordinate representation of color #1CBC5C: hue angle of 144º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC5C is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 92 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.26 |
| HSL | 144º | 0.74% | 0.42% | - |
| HSV(B) | 144º | 0.85% | 0.74% | - |
| XYZ | 20.39 | 36.99 | 16.19 | - |
| YUV | 129.22 | 106.99 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 92 | 0.85 | 0 | 0.51 | 0.26 | 144 | 0.74 | 0.42 |
| Hex | 1C | BC | 5C | 55 | 0 | 33 | 1A | 90 | 4A | 2A |
| Octal | 34 | 274 | 134 | 125 | 0 | 63 | 32 | 220 | 112 | 52 |
| Binary | 11100 | 10111100 | 1011100 | 1010101 | 0 | 110011 | 11010 | 10010000 | 1001010 | 101010 |
Color Harmonies of #1CBC5C
Complementary color
Monochromatic Colors of #1CBC5C
Black with #1CBC5C
Text Example
Text Example
White with #1CBC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC5C; }
p { color: rgb(28,188,92); }
H1.HeaderClassName
{
color: #1CBC5C;
}
.AnyTagClassName
{
color: #1CBC5C;
}
</style>
background-color css
<style>
a { background-color: #1CBC5C; }
a { background-color: rgb(28,188,92); }
div.DivClassName
{
background-color: #1CBC5C;
}
.BgClassName
{
background-color: #1CBC5C;
}
</style>
border-color css
<style>
span { border-color: #1CBC5C; }
span { border-color: rgb(28,188,92); }
td.TdClassName
{
border-color: #1CBC5C;
}
.TagClassName
{
border-color: #1CBC5C;
}
</style>