Shades of Shamrock #2BD19B
Tints of Shamrock #2BD19B
RGB
CMYK
RGB Variations
Color information
#2BD19B (or 0x2BD19B) is known color: Shamrock. HEX triplet: 2B, D1 and 9B. RGB value is (43,209,155). Sum of RGB (Red+Green+Blue) = 43+209+155=407 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.57% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD19B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD19B is #D42E64. Grayscale: #999999. Windows color (decimal): -13905509 or 10211627. OLE color: 10211627.
HSL color Cylindrical-coordinate representation of color #2BD19B: hue angle of 160.48º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD19B is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 209 | 155 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.18 |
| HSL | 160.48º | 0.66% | 0.49% | - |
| HSV(B) | 160.48º | 0.79% | 0.82% | - |
| XYZ | 29.71 | 48.48 | 38.8 | - |
| YUV | 153.21 | 129 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 209 | 155 | 0.79 | 0 | 0.26 | 0.18 | 160.48 | 0.66 | 0.49 |
| Hex | 2B | D1 | 9B | 4F | 0 | 1A | 12 | A0 | 42 | 31 |
| Octal | 53 | 321 | 233 | 117 | 0 | 32 | 22 | 240 | 102 | 61 |
| Binary | 101011 | 11010001 | 10011011 | 1001111 | 0 | 11010 | 10010 | 10100000 | 1000010 | 110001 |
Color Harmonies of #2BD19B
Complementary color
Monochromatic Colors of #2BD19B
Black with #2BD19B
Text Example
Text Example
White with #2BD19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD19B; }
p { color: rgb(43,209,155); }
H1.HeaderClassName
{
color: #2BD19B;
}
.AnyTagClassName
{
color: #2BD19B;
}
</style>
background-color css
<style>
a { background-color: #2BD19B; }
a { background-color: rgb(43,209,155); }
div.DivClassName
{
background-color: #2BD19B;
}
.BgClassName
{
background-color: #2BD19B;
}
</style>
border-color css
<style>
span { border-color: #2BD19B; }
span { border-color: rgb(43,209,155); }
td.TdClassName
{
border-color: #2BD19B;
}
.TagClassName
{
border-color: #2BD19B;
}
</style>