Shades of Shamrock #2BC894
Tints of Shamrock #2BC894
RGB
CMYK
RGB Variations
Color information
#2BC894 (or 0x2BC894) is known color: Shamrock. HEX triplet: 2B, C8 and 94. RGB value is (43,200,148). Sum of RGB (Red+Green+Blue) = 43+200+148=391 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.00% from 391); Green value is 200 (78.52% from 255 or 51.15% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 200 - color contains mainly: green. Hex color #2BC894 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC894 is #D4376B. Grayscale: #939393. Windows color (decimal): -13907820 or 9750571. OLE color: 9750571.
HSL color Cylindrical-coordinate representation of color #2BC894: hue angle of 160.13º degrees, saturation: 0.65, 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 #2BC894 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 200 | 148 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.22 |
| HSL | 160.13º | 0.65% | 0.48% | - |
| HSV(B) | 160.13º | 0.79% | 0.78% | - |
| XYZ | 27 | 43.96 | 35.08 | - |
| YUV | 147.13 | 128.49 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 200 | 148 | 0.78 | 0 | 0.26 | 0.22 | 160.13 | 0.65 | 0.48 |
| Hex | 2B | C8 | 94 | 4E | 0 | 1A | 16 | A0 | 41 | 30 |
| Octal | 53 | 310 | 224 | 116 | 0 | 32 | 26 | 240 | 101 | 60 |
| Binary | 101011 | 11001000 | 10010100 | 1001110 | 0 | 11010 | 10110 | 10100000 | 1000001 | 110000 |
Color Harmonies of #2BC894
Complementary color
Monochromatic Colors of #2BC894
Black with #2BC894
Text Example
Text Example
White with #2BC894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC894; }
p { color: rgb(43,200,148); }
H1.HeaderClassName
{
color: #2BC894;
}
.AnyTagClassName
{
color: #2BC894;
}
</style>
background-color css
<style>
a { background-color: #2BC894; }
a { background-color: rgb(43,200,148); }
div.DivClassName
{
background-color: #2BC894;
}
.BgClassName
{
background-color: #2BC894;
}
</style>
border-color css
<style>
span { border-color: #2BC894; }
span { border-color: rgb(43,200,148); }
td.TdClassName
{
border-color: #2BC894;
}
.TagClassName
{
border-color: #2BC894;
}
</style>