Shades of Shamrock #2CC298
Tints of Shamrock #2CC298
RGB
CMYK
RGB Variations
Color information
#2CC298 (or 0x2CC298) is known color: Shamrock. HEX triplet: 2C, C2 and 98. RGB value is (44,194,152). Sum of RGB (Red+Green+Blue) = 44+194+152=390 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.28% from 390); Green value is 194 (76.17% from 255 or 49.74% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC298 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC298 is #D33D67. Grayscale: #909090. Windows color (decimal): -13843816 or 10011180. OLE color: 10011180.
HSL color Cylindrical-coordinate representation of color #2CC298: hue angle of 163.2º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC298 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 194 | 152 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.24 |
| HSL | 163.2º | 0.63% | 0.47% | - |
| HSV(B) | 163.2º | 0.77% | 0.76% | - |
| XYZ | 26 | 41.39 | 36.32 | - |
| YUV | 144.36 | 132.31 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 194 | 152 | 0.77 | 0 | 0.22 | 0.24 | 163.2 | 0.63 | 0.47 |
| Hex | 2C | C2 | 98 | 4D | 0 | 16 | 18 | A3 | 3F | 2F |
| Octal | 54 | 302 | 230 | 115 | 0 | 26 | 30 | 243 | 77 | 57 |
| Binary | 101100 | 11000010 | 10011000 | 1001101 | 0 | 10110 | 11000 | 10100011 | 111111 | 101111 |
Color Harmonies of #2CC298
Complementary color
Monochromatic Colors of #2CC298
Black with #2CC298
Text Example
Text Example
White with #2CC298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC298; }
p { color: rgb(44,194,152); }
H1.HeaderClassName
{
color: #2CC298;
}
.AnyTagClassName
{
color: #2CC298;
}
</style>
background-color css
<style>
a { background-color: #2CC298; }
a { background-color: rgb(44,194,152); }
div.DivClassName
{
background-color: #2CC298;
}
.BgClassName
{
background-color: #2CC298;
}
</style>
border-color css
<style>
span { border-color: #2CC298; }
span { border-color: rgb(44,194,152); }
td.TdClassName
{
border-color: #2CC298;
}
.TagClassName
{
border-color: #2CC298;
}
</style>