Shades of Shamrock #2EC398
Tints of Shamrock #2EC398
RGB
CMYK
RGB Variations
Color information
#2EC398 (or 0x2EC398) is known color: Shamrock. HEX triplet: 2E, C3 and 98. RGB value is (46,195,152). Sum of RGB (Red+Green+Blue) = 46+195+152=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC398 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC398 is #D13C67. Grayscale: #919191. Windows color (decimal): -13712488 or 10011438. OLE color: 10011438.
HSL color Cylindrical-coordinate representation of color #2EC398: hue angle of 162.68º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC398 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 195 | 152 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.24 |
| HSL | 162.68º | 0.62% | 0.47% | - |
| HSV(B) | 162.68º | 0.76% | 0.76% | - |
| XYZ | 26.31 | 41.88 | 36.4 | - |
| YUV | 145.55 | 131.64 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 195 | 152 | 0.76 | 0 | 0.22 | 0.24 | 162.68 | 0.62 | 0.47 |
| Hex | 2E | C3 | 98 | 4C | 0 | 16 | 18 | A3 | 3E | 2F |
| Octal | 56 | 303 | 230 | 114 | 0 | 26 | 30 | 243 | 76 | 57 |
| Binary | 101110 | 11000011 | 10011000 | 1001100 | 0 | 10110 | 11000 | 10100011 | 111110 | 101111 |
Color Harmonies of #2EC398
Complementary color
Monochromatic Colors of #2EC398
Black with #2EC398
Text Example
Text Example
White with #2EC398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC398; }
p { color: rgb(46,195,152); }
H1.HeaderClassName
{
color: #2EC398;
}
.AnyTagClassName
{
color: #2EC398;
}
</style>
background-color css
<style>
a { background-color: #2EC398; }
a { background-color: rgb(46,195,152); }
div.DivClassName
{
background-color: #2EC398;
}
.BgClassName
{
background-color: #2EC398;
}
</style>
border-color css
<style>
span { border-color: #2EC398; }
span { border-color: rgb(46,195,152); }
td.TdClassName
{
border-color: #2EC398;
}
.TagClassName
{
border-color: #2EC398;
}
</style>