Shades of Shamrock #2CEA92
Tints of Shamrock #2CEA92
RGB
CMYK
RGB Variations
Color information
#2CEA92 (or 0x2CEA92) is known color: Shamrock. HEX triplet: 2C, EA and 92. RGB value is (44,234,146). Sum of RGB (Red+Green+Blue) = 44+234+146=424 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.38% from 424); Green value is 234 (91.80% from 255 or 55.19% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA92 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CEA92 is #D3156D. Grayscale: #A7A7A7. Windows color (decimal): -13833582 or 9628204. OLE color: 9628204.
HSL color Cylindrical-coordinate representation of color #2CEA92: hue angle of 152.21º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEA92 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 146 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.08 |
| HSL | 152.21º | 0.82% | 0.55% | - |
| HSV(B) | 152.21º | 0.81% | 0.92% | - |
| XYZ | 35.65 | 61.46 | 37.18 | - |
| YUV | 167.16 | 116.05 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 146 | 0.81 | 0 | 0.38 | 0.08 | 152.21 | 0.82 | 0.55 |
| Hex | 2C | EA | 92 | 51 | 0 | 26 | 8 | 98 | 52 | 37 |
| Octal | 54 | 352 | 222 | 121 | 0 | 46 | 10 | 230 | 122 | 67 |
| Binary | 101100 | 11101010 | 10010010 | 1010001 | 0 | 100110 | 1000 | 10011000 | 1010010 | 110111 |
Color Harmonies of #2CEA92
Complementary color
Monochromatic Colors of #2CEA92
Black with #2CEA92
Text Example
Text Example
White with #2CEA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEA92; }
p { color: rgb(44,234,146); }
H1.HeaderClassName
{
color: #2CEA92;
}
.AnyTagClassName
{
color: #2CEA92;
}
</style>
background-color css
<style>
a { background-color: #2CEA92; }
a { background-color: rgb(44,234,146); }
div.DivClassName
{
background-color: #2CEA92;
}
.BgClassName
{
background-color: #2CEA92;
}
</style>
border-color css
<style>
span { border-color: #2CEA92; }
span { border-color: rgb(44,234,146); }
td.TdClassName
{
border-color: #2CEA92;
}
.TagClassName
{
border-color: #2CEA92;
}
</style>