Shades of Shamrock #2BDA7B
Tints of Shamrock #2BDA7B
RGB
CMYK
RGB Variations
Color information
#2BDA7B (or 0x2BDA7B) is known color: Shamrock. HEX triplet: 2B, DA and 7B. RGB value is (43,218,123). Sum of RGB (Red+Green+Blue) = 43+218+123=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 218 (85.55% from 255 or 56.77% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDA7B is #D42584. Grayscale: #9B9B9B. Windows color (decimal): -13903237 or 8116779. OLE color: 8116779.
HSL color Cylindrical-coordinate representation of color #2BDA7B: hue angle of 147.43º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDA7B is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 123 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.15 |
| HSL | 147.43º | 0.7% | 0.51% | - |
| HSV(B) | 147.43º | 0.8% | 0.85% | - |
| XYZ | 29.64 | 52.09 | 27.23 | - |
| YUV | 154.85 | 110.02 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 123 | 0.80 | 0 | 0.44 | 0.15 | 147.43 | 0.7 | 0.51 |
| Hex | 2B | DA | 7B | 50 | 0 | 2C | F | 93 | 46 | 33 |
| Octal | 53 | 332 | 173 | 120 | 0 | 54 | 17 | 223 | 106 | 63 |
| Binary | 101011 | 11011010 | 1111011 | 1010000 | 0 | 101100 | 1111 | 10010011 | 1000110 | 110011 |
Color Harmonies of #2BDA7B
Complementary color
Monochromatic Colors of #2BDA7B
Black with #2BDA7B
Text Example
Text Example
White with #2BDA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA7B; }
p { color: rgb(43,218,123); }
H1.HeaderClassName
{
color: #2BDA7B;
}
.AnyTagClassName
{
color: #2BDA7B;
}
</style>
background-color css
<style>
a { background-color: #2BDA7B; }
a { background-color: rgb(43,218,123); }
div.DivClassName
{
background-color: #2BDA7B;
}
.BgClassName
{
background-color: #2BDA7B;
}
</style>
border-color css
<style>
span { border-color: #2BDA7B; }
span { border-color: rgb(43,218,123); }
td.TdClassName
{
border-color: #2BDA7B;
}
.TagClassName
{
border-color: #2BDA7B;
}
</style>