Shades of Shamrock #2BD582
Tints of Shamrock #2BD582
RGB
CMYK
RGB Variations
Color information
#2BD582 (or 0x2BD582) is known color: Shamrock. HEX triplet: 2B, D5 and 82. RGB value is (43,213,130). Sum of RGB (Red+Green+Blue) = 43+213+130=386 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.14% from 386); Green value is 213 (83.59% from 255 or 55.18% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 213 - color contains mainly: green. Hex color #2BD582 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD582 is #D42A7D. Grayscale: #989898. Windows color (decimal): -13904510 or 8574251. OLE color: 8574251.
HSL color Cylindrical-coordinate representation of color #2BD582: hue angle of 150.71º 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 #2BD582 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 213 | 130 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.16 |
| HSL | 150.71º | 0.67% | 0.5% | - |
| HSV(B) | 150.71º | 0.8% | 0.84% | - |
| XYZ | 28.82 | 49.71 | 29.2 | - |
| YUV | 152.71 | 115.18 | 49.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 213 | 130 | 0.80 | 0 | 0.39 | 0.16 | 150.71 | 0.67 | 0.5 |
| Hex | 2B | D5 | 82 | 50 | 0 | 27 | 10 | 97 | 43 | 32 |
| Octal | 53 | 325 | 202 | 120 | 0 | 47 | 20 | 227 | 103 | 62 |
| Binary | 101011 | 11010101 | 10000010 | 1010000 | 0 | 100111 | 10000 | 10010111 | 1000011 | 110010 |
Color Harmonies of #2BD582
Complementary color
Monochromatic Colors of #2BD582
Black with #2BD582
Text Example
Text Example
White with #2BD582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD582; }
p { color: rgb(43,213,130); }
H1.HeaderClassName
{
color: #2BD582;
}
.AnyTagClassName
{
color: #2BD582;
}
</style>
background-color css
<style>
a { background-color: #2BD582; }
a { background-color: rgb(43,213,130); }
div.DivClassName
{
background-color: #2BD582;
}
.BgClassName
{
background-color: #2BD582;
}
</style>
border-color css
<style>
span { border-color: #2BD582; }
span { border-color: rgb(43,213,130); }
td.TdClassName
{
border-color: #2BD582;
}
.TagClassName
{
border-color: #2BD582;
}
</style>