Shades of Shamrock #2BD586
Tints of Shamrock #2BD586
RGB
CMYK
RGB Variations
Color information
#2BD586 (or 0x2BD586) is known color: Shamrock. HEX triplet: 2B, D5 and 86. RGB value is (43,213,134). Sum of RGB (Red+Green+Blue) = 43+213+134=390 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.03% from 390); Green value is 213 (83.59% from 255 or 54.62% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 213 - color contains mainly: green. Hex color #2BD586 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD586 is #D42A79. Grayscale: #999999. Windows color (decimal): -13904506 or 8836395. OLE color: 8836395.
HSL color Cylindrical-coordinate representation of color #2BD586: hue angle of 152.12º 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 #2BD586 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 213 | 134 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.16 |
| HSL | 152.12º | 0.67% | 0.5% | - |
| HSV(B) | 152.12º | 0.8% | 0.84% | - |
| XYZ | 29.09 | 49.82 | 30.64 | - |
| YUV | 153.16 | 117.18 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 213 | 134 | 0.80 | 0 | 0.37 | 0.16 | 152.12 | 0.67 | 0.5 |
| Hex | 2B | D5 | 86 | 50 | 0 | 25 | 10 | 98 | 43 | 32 |
| Octal | 53 | 325 | 206 | 120 | 0 | 45 | 20 | 230 | 103 | 62 |
| Binary | 101011 | 11010101 | 10000110 | 1010000 | 0 | 100101 | 10000 | 10011000 | 1000011 | 110010 |
Color Harmonies of #2BD586
Complementary color
Monochromatic Colors of #2BD586
Black with #2BD586
Text Example
Text Example
White with #2BD586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD586; }
p { color: rgb(43,213,134); }
H1.HeaderClassName
{
color: #2BD586;
}
.AnyTagClassName
{
color: #2BD586;
}
</style>
background-color css
<style>
a { background-color: #2BD586; }
a { background-color: rgb(43,213,134); }
div.DivClassName
{
background-color: #2BD586;
}
.BgClassName
{
background-color: #2BD586;
}
</style>
border-color css
<style>
span { border-color: #2BD586; }
span { border-color: rgb(43,213,134); }
td.TdClassName
{
border-color: #2BD586;
}
.TagClassName
{
border-color: #2BD586;
}
</style>