Shades of Shamrock #2CC690
Tints of Shamrock #2CC690
RGB
CMYK
RGB Variations
Color information
#2CC690 (or 0x2CC690) is known color: Shamrock. HEX triplet: 2C, C6 and 90. RGB value is (44,198,144). Sum of RGB (Red+Green+Blue) = 44+198+144=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC690 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC690 is #D3396F. Grayscale: #919191. Windows color (decimal): -13842800 or 9487916. OLE color: 9487916.
HSL color Cylindrical-coordinate representation of color #2CC690: hue angle of 158.96º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC690 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 198 | 144 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.22 |
| HSL | 158.96º | 0.64% | 0.47% | - |
| HSV(B) | 158.96º | 0.78% | 0.78% | - |
| XYZ | 26.27 | 42.94 | 33.29 | - |
| YUV | 145.8 | 126.98 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 198 | 144 | 0.78 | 0 | 0.27 | 0.22 | 158.96 | 0.64 | 0.47 |
| Hex | 2C | C6 | 90 | 4E | 0 | 1B | 16 | 9F | 40 | 2F |
| Octal | 54 | 306 | 220 | 116 | 0 | 33 | 26 | 237 | 100 | 57 |
| Binary | 101100 | 11000110 | 10010000 | 1001110 | 0 | 11011 | 10110 | 10011111 | 1000000 | 101111 |
Color Harmonies of #2CC690
Complementary color
Monochromatic Colors of #2CC690
Black with #2CC690
Text Example
Text Example
White with #2CC690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC690; }
p { color: rgb(44,198,144); }
H1.HeaderClassName
{
color: #2CC690;
}
.AnyTagClassName
{
color: #2CC690;
}
</style>
background-color css
<style>
a { background-color: #2CC690; }
a { background-color: rgb(44,198,144); }
div.DivClassName
{
background-color: #2CC690;
}
.BgClassName
{
background-color: #2CC690;
}
</style>
border-color css
<style>
span { border-color: #2CC690; }
span { border-color: rgb(44,198,144); }
td.TdClassName
{
border-color: #2CC690;
}
.TagClassName
{
border-color: #2CC690;
}
</style>