Shades of Shamrock #2CC092
Tints of Shamrock #2CC092
RGB
CMYK
RGB Variations
Color information
#2CC092 (or 0x2CC092) is known color: Shamrock. HEX triplet: 2C, C0 and 92. RGB value is (44,192,146). Sum of RGB (Red+Green+Blue) = 44+192+146=382 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.52% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC092 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC092 is #D33F6D. Grayscale: #8E8E8E. Windows color (decimal): -13844334 or 9617452. OLE color: 9617452.
HSL color Cylindrical-coordinate representation of color #2CC092: hue angle of 161.35º 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 #2CC092 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 146 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.25 |
| HSL | 161.35º | 0.63% | 0.46% | - |
| HSV(B) | 161.35º | 0.77% | 0.75% | - |
| XYZ | 25.08 | 40.31 | 33.65 | - |
| YUV | 142.5 | 129.97 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 146 | 0.77 | 0 | 0.24 | 0.25 | 161.35 | 0.63 | 0.46 |
| Hex | 2C | C0 | 92 | 4D | 0 | 18 | 19 | A1 | 3F | 2E |
| Octal | 54 | 300 | 222 | 115 | 0 | 30 | 31 | 241 | 77 | 56 |
| Binary | 101100 | 11000000 | 10010010 | 1001101 | 0 | 11000 | 11001 | 10100001 | 111111 | 101110 |
Color Harmonies of #2CC092
Complementary color
Monochromatic Colors of #2CC092
Black with #2CC092
Text Example
Text Example
White with #2CC092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC092; }
p { color: rgb(44,192,146); }
H1.HeaderClassName
{
color: #2CC092;
}
.AnyTagClassName
{
color: #2CC092;
}
</style>
background-color css
<style>
a { background-color: #2CC092; }
a { background-color: rgb(44,192,146); }
div.DivClassName
{
background-color: #2CC092;
}
.BgClassName
{
background-color: #2CC092;
}
</style>
border-color css
<style>
span { border-color: #2CC092; }
span { border-color: rgb(44,192,146); }
td.TdClassName
{
border-color: #2CC092;
}
.TagClassName
{
border-color: #2CC092;
}
</style>