Shades of Shamrock #2BD996
Tints of Shamrock #2BD996
RGB
CMYK
RGB Variations
Color information
#2BD996 (or 0x2BD996) is known color: Shamrock. HEX triplet: 2B, D9 and 96. RGB value is (43,217,150). Sum of RGB (Red+Green+Blue) = 43+217+150=410 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.49% from 410); Green value is 217 (85.16% from 255 or 52.93% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD996 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD996 is #D42669. Grayscale: #9D9D9D. Windows color (decimal): -13903466 or 9885995. OLE color: 9885995.
HSL color Cylindrical-coordinate representation of color #2BD996: hue angle of 156.9º 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 #2BD996 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 217 | 150 | - |
| CMYK | 0.80 | 0 | 0.31 | 0.15 |
| HSL | 156.9º | 0.7% | 0.51% | - |
| HSV(B) | 156.9º | 0.8% | 0.85% | - |
| XYZ | 31.31 | 52.34 | 37.31 | - |
| YUV | 157.34 | 123.85 | 46.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 217 | 150 | 0.80 | 0 | 0.31 | 0.15 | 156.9 | 0.7 | 0.51 |
| Hex | 2B | D9 | 96 | 50 | 0 | 1F | F | 9D | 46 | 33 |
| Octal | 53 | 331 | 226 | 120 | 0 | 37 | 17 | 235 | 106 | 63 |
| Binary | 101011 | 11011001 | 10010110 | 1010000 | 0 | 11111 | 1111 | 10011101 | 1000110 | 110011 |
Color Harmonies of #2BD996
Complementary color
Monochromatic Colors of #2BD996
Black with #2BD996
Text Example
Text Example
White with #2BD996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD996; }
p { color: rgb(43,217,150); }
H1.HeaderClassName
{
color: #2BD996;
}
.AnyTagClassName
{
color: #2BD996;
}
</style>
background-color css
<style>
a { background-color: #2BD996; }
a { background-color: rgb(43,217,150); }
div.DivClassName
{
background-color: #2BD996;
}
.BgClassName
{
background-color: #2BD996;
}
</style>
border-color css
<style>
span { border-color: #2BD996; }
span { border-color: rgb(43,217,150); }
td.TdClassName
{
border-color: #2BD996;
}
.TagClassName
{
border-color: #2BD996;
}
</style>