Shades of Shamrock #2CC590
Tints of Shamrock #2CC590
RGB
CMYK
RGB Variations
Color information
#2CC590 (or 0x2CC590) is known color: Shamrock. HEX triplet: 2C, C5 and 90. RGB value is (44,197,144). Sum of RGB (Red+Green+Blue) = 44+197+144=385 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.43% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC590 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC590 is #D33A6F. Grayscale: #919191. Windows color (decimal): -13843056 or 9487660. OLE color: 9487660.
HSL color Cylindrical-coordinate representation of color #2CC590: hue angle of 159.22º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC590 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 44 | 197 | 144 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.23 |
| HSL | 159.22º | 0.63% | 0.47% | - |
| HSV(B) | 159.22º | 0.78% | 0.77% | - |
| XYZ | 26.04 | 42.48 | 33.21 | - |
| YUV | 145.21 | 127.31 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 197 | 144 | 0.78 | 0 | 0.27 | 0.23 | 159.22 | 0.63 | 0.47 |
| Hex | 2C | C5 | 90 | 4E | 0 | 1B | 17 | 9F | 3F | 2F |
| Octal | 54 | 305 | 220 | 116 | 0 | 33 | 27 | 237 | 77 | 57 |
| Binary | 101100 | 11000101 | 10010000 | 1001110 | 0 | 11011 | 10111 | 10011111 | 111111 | 101111 |
Color Harmonies of #2CC590
Complementary color
Monochromatic Colors of #2CC590
Black with #2CC590
Text Example
Text Example
White with #2CC590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC590; }
p { color: rgb(44,197,144); }
H1.HeaderClassName
{
color: #2CC590;
}
.AnyTagClassName
{
color: #2CC590;
}
</style>
background-color css
<style>
a { background-color: #2CC590; }
a { background-color: rgb(44,197,144); }
div.DivClassName
{
background-color: #2CC590;
}
.BgClassName
{
background-color: #2CC590;
}
</style>
border-color css
<style>
span { border-color: #2CC590; }
span { border-color: rgb(44,197,144); }
td.TdClassName
{
border-color: #2CC590;
}
.TagClassName
{
border-color: #2CC590;
}
</style>