Shades of Shamrock #2BC189
Tints of Shamrock #2BC189
RGB
CMYK
RGB Variations
Color information
#2BC189 (or 0x2BC189) is known color: Shamrock. HEX triplet: 2B, C1 and 89. RGB value is (43,193,137). Sum of RGB (Red+Green+Blue) = 43+193+137=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC189 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC189 is #D43E76. Grayscale: #8D8D8D. Windows color (decimal): -13909623 or 9027883. OLE color: 9027883.
HSL color Cylindrical-coordinate representation of color #2BC189: hue angle of 157.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC189 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 193 | 137 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.24 |
| HSL | 157.6º | 0.64% | 0.46% | - |
| HSV(B) | 157.6º | 0.78% | 0.76% | - |
| XYZ | 24.58 | 40.46 | 30.18 | - |
| YUV | 141.77 | 125.31 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 193 | 137 | 0.78 | 0 | 0.29 | 0.24 | 157.6 | 0.64 | 0.46 |
| Hex | 2B | C1 | 89 | 4E | 0 | 1D | 18 | 9E | 40 | 2E |
| Octal | 53 | 301 | 211 | 116 | 0 | 35 | 30 | 236 | 100 | 56 |
| Binary | 101011 | 11000001 | 10001001 | 1001110 | 0 | 11101 | 11000 | 10011110 | 1000000 | 101110 |
Color Harmonies of #2BC189
Complementary color
Monochromatic Colors of #2BC189
Black with #2BC189
Text Example
Text Example
White with #2BC189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC189; }
p { color: rgb(43,193,137); }
H1.HeaderClassName
{
color: #2BC189;
}
.AnyTagClassName
{
color: #2BC189;
}
</style>
background-color css
<style>
a { background-color: #2BC189; }
a { background-color: rgb(43,193,137); }
div.DivClassName
{
background-color: #2BC189;
}
.BgClassName
{
background-color: #2BC189;
}
</style>
border-color css
<style>
span { border-color: #2BC189; }
span { border-color: rgb(43,193,137); }
td.TdClassName
{
border-color: #2BC189;
}
.TagClassName
{
border-color: #2BC189;
}
</style>