Shades of Shamrock #2CC189
Tints of Shamrock #2CC189
RGB
CMYK
RGB Variations
Color information
#2CC189 (or 0x2CC189) is known color: Shamrock. HEX triplet: 2C, C1 and 89. RGB value is (44,193,137). Sum of RGB (Red+Green+Blue) = 44+193+137=374 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.76% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC189 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC189 is #D33E76. Grayscale: #8E8E8E. Windows color (decimal): -13844087 or 9027884. OLE color: 9027884.
HSL color Cylindrical-coordinate representation of color #2CC189: hue angle of 157.45º 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 #2CC189 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 193 | 137 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.24 |
| HSL | 157.45º | 0.63% | 0.46% | - |
| HSV(B) | 157.45º | 0.77% | 0.76% | - |
| XYZ | 24.62 | 40.48 | 30.18 | - |
| YUV | 142.07 | 125.14 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 193 | 137 | 0.77 | 0 | 0.29 | 0.24 | 157.45 | 0.63 | 0.46 |
| Hex | 2C | C1 | 89 | 4D | 0 | 1D | 18 | 9D | 3F | 2E |
| Octal | 54 | 301 | 211 | 115 | 0 | 35 | 30 | 235 | 77 | 56 |
| Binary | 101100 | 11000001 | 10001001 | 1001101 | 0 | 11101 | 11000 | 10011101 | 111111 | 101110 |
Color Harmonies of #2CC189
Complementary color
Monochromatic Colors of #2CC189
Black with #2CC189
Text Example
Text Example
White with #2CC189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC189; }
p { color: rgb(44,193,137); }
H1.HeaderClassName
{
color: #2CC189;
}
.AnyTagClassName
{
color: #2CC189;
}
</style>
background-color css
<style>
a { background-color: #2CC189; }
a { background-color: rgb(44,193,137); }
div.DivClassName
{
background-color: #2CC189;
}
.BgClassName
{
background-color: #2CC189;
}
</style>
border-color css
<style>
span { border-color: #2CC189; }
span { border-color: rgb(44,193,137); }
td.TdClassName
{
border-color: #2CC189;
}
.TagClassName
{
border-color: #2CC189;
}
</style>