Shades of Shamrock #2BC396
Tints of Shamrock #2BC396
RGB
CMYK
RGB Variations
Color information
#2BC396 (or 0x2BC396) is known color: Shamrock. HEX triplet: 2B, C3 and 96. RGB value is (43,195,150). Sum of RGB (Red+Green+Blue) = 43+195+150=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC396 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC396 is #D43C69. Grayscale: #909090. Windows color (decimal): -13909098 or 9880363. OLE color: 9880363.
HSL color Cylindrical-coordinate representation of color #2BC396: hue angle of 162.24º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC396 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 195 | 150 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.24 |
| HSL | 162.24º | 0.64% | 0.47% | - |
| HSV(B) | 162.24º | 0.78% | 0.76% | - |
| XYZ | 26.02 | 41.75 | 35.54 | - |
| YUV | 144.42 | 131.14 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 195 | 150 | 0.78 | 0 | 0.23 | 0.24 | 162.24 | 0.64 | 0.47 |
| Hex | 2B | C3 | 96 | 4E | 0 | 17 | 18 | A2 | 40 | 2F |
| Octal | 53 | 303 | 226 | 116 | 0 | 27 | 30 | 242 | 100 | 57 |
| Binary | 101011 | 11000011 | 10010110 | 1001110 | 0 | 10111 | 11000 | 10100010 | 1000000 | 101111 |
Color Harmonies of #2BC396
Complementary color
Monochromatic Colors of #2BC396
Black with #2BC396
Text Example
Text Example
White with #2BC396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC396; }
p { color: rgb(43,195,150); }
H1.HeaderClassName
{
color: #2BC396;
}
.AnyTagClassName
{
color: #2BC396;
}
</style>
background-color css
<style>
a { background-color: #2BC396; }
a { background-color: rgb(43,195,150); }
div.DivClassName
{
background-color: #2BC396;
}
.BgClassName
{
background-color: #2BC396;
}
</style>
border-color css
<style>
span { border-color: #2BC396; }
span { border-color: rgb(43,195,150); }
td.TdClassName
{
border-color: #2BC396;
}
.TagClassName
{
border-color: #2BC396;
}
</style>