Shades of Shamrock #2BC28D
Tints of Shamrock #2BC28D
RGB
CMYK
RGB Variations
Color information
#2BC28D (or 0x2BC28D) is known color: Shamrock. HEX triplet: 2B, C2 and 8D. RGB value is (43,194,141). Sum of RGB (Red+Green+Blue) = 43+194+141=378 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.38% from 378); Green value is 194 (76.17% from 255 or 51.32% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC28D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC28D is #D43D72. Grayscale: #8E8E8E. Windows color (decimal): -13909363 or 9290283. OLE color: 9290283.
HSL color Cylindrical-coordinate representation of color #2BC28D: hue angle of 158.94º 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 #2BC28D is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 194 | 141 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.24 |
| HSL | 158.94º | 0.64% | 0.46% | - |
| HSV(B) | 158.94º | 0.78% | 0.76% | - |
| XYZ | 25.1 | 41.02 | 31.79 | - |
| YUV | 142.81 | 126.97 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 194 | 141 | 0.78 | 0 | 0.27 | 0.24 | 158.94 | 0.64 | 0.46 |
| Hex | 2B | C2 | 8D | 4E | 0 | 1B | 18 | 9F | 40 | 2E |
| Octal | 53 | 302 | 215 | 116 | 0 | 33 | 30 | 237 | 100 | 56 |
| Binary | 101011 | 11000010 | 10001101 | 1001110 | 0 | 11011 | 11000 | 10011111 | 1000000 | 101110 |
Color Harmonies of #2BC28D
Complementary color
Monochromatic Colors of #2BC28D
Black with #2BC28D
Text Example
Text Example
White with #2BC28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC28D; }
p { color: rgb(43,194,141); }
H1.HeaderClassName
{
color: #2BC28D;
}
.AnyTagClassName
{
color: #2BC28D;
}
</style>
background-color css
<style>
a { background-color: #2BC28D; }
a { background-color: rgb(43,194,141); }
div.DivClassName
{
background-color: #2BC28D;
}
.BgClassName
{
background-color: #2BC28D;
}
</style>
border-color css
<style>
span { border-color: #2BC28D; }
span { border-color: rgb(43,194,141); }
td.TdClassName
{
border-color: #2BC28D;
}
.TagClassName
{
border-color: #2BC28D;
}
</style>