Shades of Shamrock #2BD584
Tints of Shamrock #2BD584
RGB
CMYK
RGB Variations
Color information
#2BD584 (or 0x2BD584) is known color: Shamrock. HEX triplet: 2B, D5 and 84. RGB value is (43,213,132). Sum of RGB (Red+Green+Blue) = 43+213+132=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 213 (83.59% from 255 or 54.90% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 213 - color contains mainly: green. Hex color #2BD584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD584 is #D42A7B. Grayscale: #999999. Windows color (decimal): -13904508 or 8705323. OLE color: 8705323.
HSL color Cylindrical-coordinate representation of color #2BD584: hue angle of 151.41º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD584 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 213 | 132 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.16 |
| HSL | 151.41º | 0.67% | 0.5% | - |
| HSV(B) | 151.41º | 0.8% | 0.84% | - |
| XYZ | 28.96 | 49.77 | 29.91 | - |
| YUV | 152.94 | 116.18 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 213 | 132 | 0.80 | 0 | 0.38 | 0.16 | 151.41 | 0.67 | 0.5 |
| Hex | 2B | D5 | 84 | 50 | 0 | 26 | 10 | 97 | 43 | 32 |
| Octal | 53 | 325 | 204 | 120 | 0 | 46 | 20 | 227 | 103 | 62 |
| Binary | 101011 | 11010101 | 10000100 | 1010000 | 0 | 100110 | 10000 | 10010111 | 1000011 | 110010 |
Color Harmonies of #2BD584
Complementary color
Monochromatic Colors of #2BD584
Black with #2BD584
Text Example
Text Example
White with #2BD584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD584; }
p { color: rgb(43,213,132); }
H1.HeaderClassName
{
color: #2BD584;
}
.AnyTagClassName
{
color: #2BD584;
}
</style>
background-color css
<style>
a { background-color: #2BD584; }
a { background-color: rgb(43,213,132); }
div.DivClassName
{
background-color: #2BD584;
}
.BgClassName
{
background-color: #2BD584;
}
</style>
border-color css
<style>
span { border-color: #2BD584; }
span { border-color: rgb(43,213,132); }
td.TdClassName
{
border-color: #2BD584;
}
.TagClassName
{
border-color: #2BD584;
}
</style>