Shades of Shamrock #2CC694
Tints of Shamrock #2CC694
RGB
CMYK
RGB Variations
Color information
#2CC694 (or 0x2CC694) is known color: Shamrock. HEX triplet: 2C, C6 and 94. RGB value is (44,198,148). Sum of RGB (Red+Green+Blue) = 44+198+148=390 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.28% from 390); Green value is 198 (77.73% from 255 or 50.77% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC694 is #D3396B. Grayscale: #929292. Windows color (decimal): -13842796 or 9750060. OLE color: 9750060.
HSL color Cylindrical-coordinate representation of color #2CC694: hue angle of 160.52º 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 #2CC694 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 198 | 148 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.22 |
| HSL | 160.52º | 0.64% | 0.47% | - |
| HSV(B) | 160.52º | 0.78% | 0.78% | - |
| XYZ | 26.58 | 43.06 | 34.93 | - |
| YUV | 146.25 | 128.98 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 198 | 148 | 0.78 | 0 | 0.25 | 0.22 | 160.52 | 0.64 | 0.47 |
| Hex | 2C | C6 | 94 | 4E | 0 | 19 | 16 | A1 | 40 | 2F |
| Octal | 54 | 306 | 224 | 116 | 0 | 31 | 26 | 241 | 100 | 57 |
| Binary | 101100 | 11000110 | 10010100 | 1001110 | 0 | 11001 | 10110 | 10100001 | 1000000 | 101111 |
Color Harmonies of #2CC694
Complementary color
Monochromatic Colors of #2CC694
Black with #2CC694
Text Example
Text Example
White with #2CC694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC694; }
p { color: rgb(44,198,148); }
H1.HeaderClassName
{
color: #2CC694;
}
.AnyTagClassName
{
color: #2CC694;
}
</style>
background-color css
<style>
a { background-color: #2CC694; }
a { background-color: rgb(44,198,148); }
div.DivClassName
{
background-color: #2CC694;
}
.BgClassName
{
background-color: #2CC694;
}
</style>
border-color css
<style>
span { border-color: #2CC694; }
span { border-color: rgb(44,198,148); }
td.TdClassName
{
border-color: #2CC694;
}
.TagClassName
{
border-color: #2CC694;
}
</style>