Shades of Shamrock #2BD18B
Tints of Shamrock #2BD18B
RGB
CMYK
RGB Variations
Color information
#2BD18B (or 0x2BD18B) is known color: Shamrock. HEX triplet: 2B, D1 and 8B. RGB value is (43,209,139). Sum of RGB (Red+Green+Blue) = 43+209+139=391 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.00% from 391); Green value is 209 (82.03% from 255 or 53.45% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD18B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD18B is #D42E74. Grayscale: #979797. Windows color (decimal): -13905525 or 9163051. OLE color: 9163051.
HSL color Cylindrical-coordinate representation of color #2BD18B: hue angle of 154.7º 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 #2BD18B is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 209 | 139 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.18 |
| HSL | 154.7º | 0.66% | 0.49% | - |
| HSV(B) | 154.7º | 0.79% | 0.82% | - |
| XYZ | 28.46 | 47.98 | 32.19 | - |
| YUV | 151.39 | 121 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 209 | 139 | 0.79 | 0 | 0.33 | 0.18 | 154.7 | 0.66 | 0.49 |
| Hex | 2B | D1 | 8B | 4F | 0 | 21 | 12 | 9B | 42 | 31 |
| Octal | 53 | 321 | 213 | 117 | 0 | 41 | 22 | 233 | 102 | 61 |
| Binary | 101011 | 11010001 | 10001011 | 1001111 | 0 | 100001 | 10010 | 10011011 | 1000010 | 110001 |
Color Harmonies of #2BD18B
Complementary color
Monochromatic Colors of #2BD18B
Black with #2BD18B
Text Example
Text Example
White with #2BD18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD18B; }
p { color: rgb(43,209,139); }
H1.HeaderClassName
{
color: #2BD18B;
}
.AnyTagClassName
{
color: #2BD18B;
}
</style>
background-color css
<style>
a { background-color: #2BD18B; }
a { background-color: rgb(43,209,139); }
div.DivClassName
{
background-color: #2BD18B;
}
.BgClassName
{
background-color: #2BD18B;
}
</style>
border-color css
<style>
span { border-color: #2BD18B; }
span { border-color: rgb(43,209,139); }
td.TdClassName
{
border-color: #2BD18B;
}
.TagClassName
{
border-color: #2BD18B;
}
</style>