Shades of Shamrock #2BDA80
Tints of Shamrock #2BDA80
RGB
CMYK
RGB Variations
Color information
#2BDA80 (or 0x2BDA80) is known color: Shamrock. HEX triplet: 2B, DA and 80. RGB value is (43,218,128). Sum of RGB (Red+Green+Blue) = 43+218+128=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 218 (85.55% from 255 or 56.04% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BDA80 is #D4257F. Grayscale: #9B9B9B. Windows color (decimal): -13903232 or 8444459. OLE color: 8444459.
HSL color Cylindrical-coordinate representation of color #2BDA80: hue angle of 149.14º 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 #2BDA80 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 128 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.15 |
| HSL | 149.14º | 0.7% | 0.51% | - |
| HSV(B) | 149.14º | 0.8% | 0.85% | - |
| XYZ | 29.96 | 52.21 | 28.92 | - |
| YUV | 155.42 | 112.52 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 128 | 0.80 | 0 | 0.41 | 0.15 | 149.14 | 0.7 | 0.51 |
| Hex | 2B | DA | 80 | 50 | 0 | 29 | F | 95 | 46 | 33 |
| Octal | 53 | 332 | 200 | 120 | 0 | 51 | 17 | 225 | 106 | 63 |
| Binary | 101011 | 11011010 | 10000000 | 1010000 | 0 | 101001 | 1111 | 10010101 | 1000110 | 110011 |
Color Harmonies of #2BDA80
Complementary color
Monochromatic Colors of #2BDA80
Black with #2BDA80
Text Example
Text Example
White with #2BDA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA80; }
p { color: rgb(43,218,128); }
H1.HeaderClassName
{
color: #2BDA80;
}
.AnyTagClassName
{
color: #2BDA80;
}
</style>
background-color css
<style>
a { background-color: #2BDA80; }
a { background-color: rgb(43,218,128); }
div.DivClassName
{
background-color: #2BDA80;
}
.BgClassName
{
background-color: #2BDA80;
}
</style>
border-color css
<style>
span { border-color: #2BDA80; }
span { border-color: rgb(43,218,128); }
td.TdClassName
{
border-color: #2BDA80;
}
.TagClassName
{
border-color: #2BDA80;
}
</style>