Shades of Shamrock #2BD39F
Tints of Shamrock #2BD39F
RGB
CMYK
RGB Variations
Color information
#2BD39F (or 0x2BD39F) is known color: Shamrock. HEX triplet: 2B, D3 and 9F. RGB value is (43,211,159). Sum of RGB (Red+Green+Blue) = 43+211+159=413 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.41% from 413); Green value is 211 (82.81% from 255 or 51.09% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 211 - color contains mainly: green. Hex color #2BD39F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD39F is #D42C60. Grayscale: #9A9A9A. Windows color (decimal): -13904993 or 10474283. OLE color: 10474283.
HSL color Cylindrical-coordinate representation of color #2BD39F: hue angle of 161.43º 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 #2BD39F is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 211 | 159 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.17 |
| HSL | 161.43º | 0.66% | 0.5% | - |
| HSV(B) | 161.43º | 0.8% | 0.83% | - |
| XYZ | 30.55 | 49.61 | 40.77 | - |
| YUV | 154.84 | 130.34 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 211 | 159 | 0.80 | 0 | 0.25 | 0.17 | 161.43 | 0.66 | 0.5 |
| Hex | 2B | D3 | 9F | 50 | 0 | 19 | 11 | A1 | 42 | 32 |
| Octal | 53 | 323 | 237 | 120 | 0 | 31 | 21 | 241 | 102 | 62 |
| Binary | 101011 | 11010011 | 10011111 | 1010000 | 0 | 11001 | 10001 | 10100001 | 1000010 | 110010 |
Color Harmonies of #2BD39F
Complementary color
Monochromatic Colors of #2BD39F
Black with #2BD39F
Text Example
Text Example
White with #2BD39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD39F; }
p { color: rgb(43,211,159); }
H1.HeaderClassName
{
color: #2BD39F;
}
.AnyTagClassName
{
color: #2BD39F;
}
</style>
background-color css
<style>
a { background-color: #2BD39F; }
a { background-color: rgb(43,211,159); }
div.DivClassName
{
background-color: #2BD39F;
}
.BgClassName
{
background-color: #2BD39F;
}
</style>
border-color css
<style>
span { border-color: #2BD39F; }
span { border-color: rgb(43,211,159); }
td.TdClassName
{
border-color: #2BD39F;
}
.TagClassName
{
border-color: #2BD39F;
}
</style>