Shades of Shamrock #2BD993
Tints of Shamrock #2BD993
RGB
CMYK
RGB Variations
Color information
#2BD993 (or 0x2BD993) is known color: Shamrock. HEX triplet: 2B, D9 and 93. RGB value is (43,217,147). Sum of RGB (Red+Green+Blue) = 43+217+147=407 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.57% from 407); Green value is 217 (85.16% from 255 or 53.32% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD993 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD993 is #D4266C. Grayscale: #9D9D9D. Windows color (decimal): -13903469 or 9689387. OLE color: 9689387.
HSL color Cylindrical-coordinate representation of color #2BD993: hue angle of 155.86º 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 #2BD993 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 217 | 147 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.15 |
| HSL | 155.86º | 0.7% | 0.51% | - |
| HSV(B) | 155.86º | 0.8% | 0.85% | - |
| XYZ | 31.08 | 52.25 | 36.05 | - |
| YUV | 156.99 | 122.35 | 46.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 217 | 147 | 0.80 | 0 | 0.32 | 0.15 | 155.86 | 0.7 | 0.51 |
| Hex | 2B | D9 | 93 | 50 | 0 | 20 | F | 9C | 46 | 33 |
| Octal | 53 | 331 | 223 | 120 | 0 | 40 | 17 | 234 | 106 | 63 |
| Binary | 101011 | 11011001 | 10010011 | 1010000 | 0 | 100000 | 1111 | 10011100 | 1000110 | 110011 |
Color Harmonies of #2BD993
Complementary color
Monochromatic Colors of #2BD993
Black with #2BD993
Text Example
Text Example
White with #2BD993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD993; }
p { color: rgb(43,217,147); }
H1.HeaderClassName
{
color: #2BD993;
}
.AnyTagClassName
{
color: #2BD993;
}
</style>
background-color css
<style>
a { background-color: #2BD993; }
a { background-color: rgb(43,217,147); }
div.DivClassName
{
background-color: #2BD993;
}
.BgClassName
{
background-color: #2BD993;
}
</style>
border-color css
<style>
span { border-color: #2BD993; }
span { border-color: rgb(43,217,147); }
td.TdClassName
{
border-color: #2BD993;
}
.TagClassName
{
border-color: #2BD993;
}
</style>