Shades of Shamrock #2BD49D
Tints of Shamrock #2BD49D
RGB
CMYK
RGB Variations
Color information
#2BD49D (or 0x2BD49D) is known color: Shamrock. HEX triplet: 2B, D4 and 9D. RGB value is (43,212,157). Sum of RGB (Red+Green+Blue) = 43+212+157=412 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.44% from 412); Green value is 212 (83.20% from 255 or 51.46% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 212 - color contains mainly: green. Hex color #2BD49D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD49D is #D42B62. Grayscale: #9B9B9B. Windows color (decimal): -13904739 or 10343467. OLE color: 10343467.
HSL color Cylindrical-coordinate representation of color #2BD49D: hue angle of 160.47º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD49D is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 212 | 157 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.17 |
| HSL | 160.47º | 0.66% | 0.5% | - |
| HSV(B) | 160.47º | 0.8% | 0.83% | - |
| XYZ | 30.63 | 50.03 | 39.94 | - |
| YUV | 155.2 | 129.01 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 212 | 157 | 0.80 | 0 | 0.26 | 0.17 | 160.47 | 0.66 | 0.5 |
| Hex | 2B | D4 | 9D | 50 | 0 | 1A | 11 | A0 | 42 | 32 |
| Octal | 53 | 324 | 235 | 120 | 0 | 32 | 21 | 240 | 102 | 62 |
| Binary | 101011 | 11010100 | 10011101 | 1010000 | 0 | 11010 | 10001 | 10100000 | 1000010 | 110010 |
Color Harmonies of #2BD49D
Complementary color
Monochromatic Colors of #2BD49D
Black with #2BD49D
Text Example
Text Example
White with #2BD49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD49D; }
p { color: rgb(43,212,157); }
H1.HeaderClassName
{
color: #2BD49D;
}
.AnyTagClassName
{
color: #2BD49D;
}
</style>
background-color css
<style>
a { background-color: #2BD49D; }
a { background-color: rgb(43,212,157); }
div.DivClassName
{
background-color: #2BD49D;
}
.BgClassName
{
background-color: #2BD49D;
}
</style>
border-color css
<style>
span { border-color: #2BD49D; }
span { border-color: rgb(43,212,157); }
td.TdClassName
{
border-color: #2BD49D;
}
.TagClassName
{
border-color: #2BD49D;
}
</style>