Shades of Shamrock #2CC190
Tints of Shamrock #2CC190
RGB
CMYK
RGB Variations
Color information
#2CC190 (or 0x2CC190) is known color: Shamrock. HEX triplet: 2C, C1 and 90. RGB value is (44,193,144). Sum of RGB (Red+Green+Blue) = 44+193+144=381 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.55% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC190 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC190 is #D33E6F. Grayscale: #8E8E8E. Windows color (decimal): -13844080 or 9486636. OLE color: 9486636.
HSL color Cylindrical-coordinate representation of color #2CC190: hue angle of 160.27º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC190 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 193 | 144 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.24 |
| HSL | 160.27º | 0.63% | 0.46% | - |
| HSV(B) | 160.27º | 0.77% | 0.76% | - |
| XYZ | 25.14 | 40.69 | 32.91 | - |
| YUV | 142.86 | 128.64 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 193 | 144 | 0.77 | 0 | 0.25 | 0.24 | 160.27 | 0.63 | 0.46 |
| Hex | 2C | C1 | 90 | 4D | 0 | 19 | 18 | A0 | 3F | 2E |
| Octal | 54 | 301 | 220 | 115 | 0 | 31 | 30 | 240 | 77 | 56 |
| Binary | 101100 | 11000001 | 10010000 | 1001101 | 0 | 11001 | 11000 | 10100000 | 111111 | 101110 |
Color Harmonies of #2CC190
Complementary color
Monochromatic Colors of #2CC190
Black with #2CC190
Text Example
Text Example
White with #2CC190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC190; }
p { color: rgb(44,193,144); }
H1.HeaderClassName
{
color: #2CC190;
}
.AnyTagClassName
{
color: #2CC190;
}
</style>
background-color css
<style>
a { background-color: #2CC190; }
a { background-color: rgb(44,193,144); }
div.DivClassName
{
background-color: #2CC190;
}
.BgClassName
{
background-color: #2CC190;
}
</style>
border-color css
<style>
span { border-color: #2CC190; }
span { border-color: rgb(44,193,144); }
td.TdClassName
{
border-color: #2CC190;
}
.TagClassName
{
border-color: #2CC190;
}
</style>