Shades of Shamrock #2CC792
Tints of Shamrock #2CC792
RGB
CMYK
RGB Variations
Color information
#2CC792 (or 0x2CC792) is known color: Shamrock. HEX triplet: 2C, C7 and 92. RGB value is (44,199,146). Sum of RGB (Red+Green+Blue) = 44+199+146=389 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.31% from 389); Green value is 199 (78.12% from 255 or 51.16% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 199 - color contains mainly: green. Hex color #2CC792 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC792 is #D3386D. Grayscale: #929292. Windows color (decimal): -13842542 or 9619244. OLE color: 9619244.
HSL color Cylindrical-coordinate representation of color #2CC792: hue angle of 159.48º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC792 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 199 | 146 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.22 |
| HSL | 159.48º | 0.64% | 0.48% | - |
| HSV(B) | 159.48º | 0.78% | 0.78% | - |
| XYZ | 26.65 | 43.46 | 34.18 | - |
| YUV | 146.61 | 127.65 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 199 | 146 | 0.78 | 0 | 0.27 | 0.22 | 159.48 | 0.64 | 0.48 |
| Hex | 2C | C7 | 92 | 4E | 0 | 1B | 16 | 9F | 40 | 30 |
| Octal | 54 | 307 | 222 | 116 | 0 | 33 | 26 | 237 | 100 | 60 |
| Binary | 101100 | 11000111 | 10010010 | 1001110 | 0 | 11011 | 10110 | 10011111 | 1000000 | 110000 |
Color Harmonies of #2CC792
Complementary color
Monochromatic Colors of #2CC792
Black with #2CC792
Text Example
Text Example
White with #2CC792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC792; }
p { color: rgb(44,199,146); }
H1.HeaderClassName
{
color: #2CC792;
}
.AnyTagClassName
{
color: #2CC792;
}
</style>
background-color css
<style>
a { background-color: #2CC792; }
a { background-color: rgb(44,199,146); }
div.DivClassName
{
background-color: #2CC792;
}
.BgClassName
{
background-color: #2CC792;
}
</style>
border-color css
<style>
span { border-color: #2CC792; }
span { border-color: rgb(44,199,146); }
td.TdClassName
{
border-color: #2CC792;
}
.TagClassName
{
border-color: #2CC792;
}
</style>