Shades of Shamrock #2BC293
Tints of Shamrock #2BC293
RGB
CMYK
RGB Variations
Color information
#2BC293 (or 0x2BC293) is known color: Shamrock. HEX triplet: 2B, C2 and 93. RGB value is (43,194,147). Sum of RGB (Red+Green+Blue) = 43+194+147=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC293 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC293 is #D43D6C. Grayscale: #8F8F8F. Windows color (decimal): -13909357 or 9683499. OLE color: 9683499.
HSL color Cylindrical-coordinate representation of color #2BC293: hue angle of 161.32º 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 #2BC293 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 194 | 147 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.24 |
| HSL | 161.32º | 0.64% | 0.46% | - |
| HSV(B) | 161.32º | 0.78% | 0.76% | - |
| XYZ | 25.55 | 41.2 | 34.21 | - |
| YUV | 143.49 | 129.97 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 194 | 147 | 0.78 | 0 | 0.24 | 0.24 | 161.32 | 0.64 | 0.46 |
| Hex | 2B | C2 | 93 | 4E | 0 | 18 | 18 | A1 | 40 | 2E |
| Octal | 53 | 302 | 223 | 116 | 0 | 30 | 30 | 241 | 100 | 56 |
| Binary | 101011 | 11000010 | 10010011 | 1001110 | 0 | 11000 | 11000 | 10100001 | 1000000 | 101110 |
Color Harmonies of #2BC293
Complementary color
Monochromatic Colors of #2BC293
Black with #2BC293
Text Example
Text Example
White with #2BC293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC293; }
p { color: rgb(43,194,147); }
H1.HeaderClassName
{
color: #2BC293;
}
.AnyTagClassName
{
color: #2BC293;
}
</style>
background-color css
<style>
a { background-color: #2BC293; }
a { background-color: rgb(43,194,147); }
div.DivClassName
{
background-color: #2BC293;
}
.BgClassName
{
background-color: #2BC293;
}
</style>
border-color css
<style>
span { border-color: #2BC293; }
span { border-color: rgb(43,194,147); }
td.TdClassName
{
border-color: #2BC293;
}
.TagClassName
{
border-color: #2BC293;
}
</style>