Shades of Shamrock #2BD787
Tints of Shamrock #2BD787
RGB
CMYK
RGB Variations
Color information
#2BD787 (or 0x2BD787) is known color: Shamrock. HEX triplet: 2B, D7 and 87. RGB value is (43,215,135). Sum of RGB (Red+Green+Blue) = 43+215+135=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 215 (84.38% from 255 or 54.71% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD787 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD787 is #D42878. Grayscale: #9A9A9A. Windows color (decimal): -13903993 or 8902443. OLE color: 8902443.
HSL color Cylindrical-coordinate representation of color #2BD787: hue angle of 152.09º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD787 is Cyan = 0.8, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 215 | 135 | - |
| CMYK | 0.8 | 0 | 0.37 | 0.16 |
| HSL | 152.09º | 0.68% | 0.51% | - |
| HSV(B) | 152.09º | 0.8% | 0.84% | - |
| XYZ | 29.67 | 50.86 | 31.18 | - |
| YUV | 154.45 | 117.02 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 215 | 135 | 0.8 | 0 | 0.37 | 0.16 | 152.09 | 0.68 | 0.51 |
| Hex | 2B | D7 | 87 | 50 | 0 | 25 | 10 | 98 | 44 | 33 |
| Octal | 53 | 327 | 207 | 120 | 0 | 45 | 20 | 230 | 104 | 63 |
| Binary | 101011 | 11010111 | 10000111 | 1010000 | 0 | 100101 | 10000 | 10011000 | 1000100 | 110011 |
Color Harmonies of #2BD787
Complementary color
Monochromatic Colors of #2BD787
Black with #2BD787
Text Example
Text Example
White with #2BD787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD787; }
p { color: rgb(43,215,135); }
H1.HeaderClassName
{
color: #2BD787;
}
.AnyTagClassName
{
color: #2BD787;
}
</style>
background-color css
<style>
a { background-color: #2BD787; }
a { background-color: rgb(43,215,135); }
div.DivClassName
{
background-color: #2BD787;
}
.BgClassName
{
background-color: #2BD787;
}
</style>
border-color css
<style>
span { border-color: #2BD787; }
span { border-color: rgb(43,215,135); }
td.TdClassName
{
border-color: #2BD787;
}
.TagClassName
{
border-color: #2BD787;
}
</style>