Shades of Shamrock #2CC089
Tints of Shamrock #2CC089
RGB
CMYK
RGB Variations
Color information
#2CC089 (or 0x2CC089) is known color: Shamrock. HEX triplet: 2C, C0 and 89. RGB value is (44,192,137). Sum of RGB (Red+Green+Blue) = 44+192+137=373 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.80% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC089 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC089 is #D33F76. Grayscale: #8D8D8D. Windows color (decimal): -13844343 or 9027628. OLE color: 9027628.
HSL color Cylindrical-coordinate representation of color #2CC089: hue angle of 157.7º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC089 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 137 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.25 |
| HSL | 157.7º | 0.63% | 0.46% | - |
| HSV(B) | 157.7º | 0.77% | 0.75% | - |
| XYZ | 24.4 | 40.04 | 30.11 | - |
| YUV | 141.48 | 125.47 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 137 | 0.77 | 0 | 0.29 | 0.25 | 157.7 | 0.63 | 0.46 |
| Hex | 2C | C0 | 89 | 4D | 0 | 1D | 19 | 9E | 3F | 2E |
| Octal | 54 | 300 | 211 | 115 | 0 | 35 | 31 | 236 | 77 | 56 |
| Binary | 101100 | 11000000 | 10001001 | 1001101 | 0 | 11101 | 11001 | 10011110 | 111111 | 101110 |
Color Harmonies of #2CC089
Complementary color
Monochromatic Colors of #2CC089
Black with #2CC089
Text Example
Text Example
White with #2CC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC089; }
p { color: rgb(44,192,137); }
H1.HeaderClassName
{
color: #2CC089;
}
.AnyTagClassName
{
color: #2CC089;
}
</style>
background-color css
<style>
a { background-color: #2CC089; }
a { background-color: rgb(44,192,137); }
div.DivClassName
{
background-color: #2CC089;
}
.BgClassName
{
background-color: #2CC089;
}
</style>
border-color css
<style>
span { border-color: #2CC089; }
span { border-color: rgb(44,192,137); }
td.TdClassName
{
border-color: #2CC089;
}
.TagClassName
{
border-color: #2CC089;
}
</style>