Shades of Shamrock #2CBC96
Tints of Shamrock #2CBC96
RGB
CMYK
RGB Variations
Color information
#2CBC96 (or 0x2CBC96) is known color: Shamrock. HEX triplet: 2C, BC and 96. RGB value is (44,188,150). Sum of RGB (Red+Green+Blue) = 44+188+150=382 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.52% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBC96 is #D34369. Grayscale: #8C8C8C. Windows color (decimal): -13845354 or 9878572. OLE color: 9878572.
HSL color Cylindrical-coordinate representation of color #2CBC96: hue angle of 164.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBC96 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 150 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.26 |
| HSL | 164.17º | 0.62% | 0.45% | - |
| HSV(B) | 164.17º | 0.77% | 0.74% | - |
| XYZ | 24.53 | 38.7 | 35.03 | - |
| YUV | 140.61 | 133.29 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 150 | 0.77 | 0 | 0.20 | 0.26 | 164.17 | 0.62 | 0.45 |
| Hex | 2C | BC | 96 | 4D | 0 | 14 | 1A | A4 | 3E | 2D |
| Octal | 54 | 274 | 226 | 115 | 0 | 24 | 32 | 244 | 76 | 55 |
| Binary | 101100 | 10111100 | 10010110 | 1001101 | 0 | 10100 | 11010 | 10100100 | 111110 | 101101 |
Color Harmonies of #2CBC96
Complementary color
Monochromatic Colors of #2CBC96
Black with #2CBC96
Text Example
Text Example
White with #2CBC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC96; }
p { color: rgb(44,188,150); }
H1.HeaderClassName
{
color: #2CBC96;
}
.AnyTagClassName
{
color: #2CBC96;
}
</style>
background-color css
<style>
a { background-color: #2CBC96; }
a { background-color: rgb(44,188,150); }
div.DivClassName
{
background-color: #2CBC96;
}
.BgClassName
{
background-color: #2CBC96;
}
</style>
border-color css
<style>
span { border-color: #2CBC96; }
span { border-color: rgb(44,188,150); }
td.TdClassName
{
border-color: #2CBC96;
}
.TagClassName
{
border-color: #2CBC96;
}
</style>