Shades of Shamrock #2BD795
Tints of Shamrock #2BD795
RGB
CMYK
RGB Variations
Color information
#2BD795 (or 0x2BD795) is known color: Shamrock. HEX triplet: 2B, D7 and 95. RGB value is (43,215,149). Sum of RGB (Red+Green+Blue) = 43+215+149=407 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.57% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD795 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD795 is #D4286A. Grayscale: #9C9C9C. Windows color (decimal): -13903979 or 9819947. OLE color: 9819947.
HSL color Cylindrical-coordinate representation of color #2BD795: hue angle of 156.98º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD795 is Cyan = 0.8, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 215 | 149 | - |
| CMYK | 0.8 | 0 | 0.31 | 0.16 |
| HSL | 156.98º | 0.68% | 0.51% | - |
| HSV(B) | 156.98º | 0.8% | 0.84% | - |
| XYZ | 30.72 | 51.28 | 36.71 | - |
| YUV | 156.05 | 124.02 | 47.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 215 | 149 | 0.8 | 0 | 0.31 | 0.16 | 156.98 | 0.68 | 0.51 |
| Hex | 2B | D7 | 95 | 50 | 0 | 1F | 10 | 9D | 44 | 33 |
| Octal | 53 | 327 | 225 | 120 | 0 | 37 | 20 | 235 | 104 | 63 |
| Binary | 101011 | 11010111 | 10010101 | 1010000 | 0 | 11111 | 10000 | 10011101 | 1000100 | 110011 |
Color Harmonies of #2BD795
Complementary color
Monochromatic Colors of #2BD795
Black with #2BD795
Text Example
Text Example
White with #2BD795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD795; }
p { color: rgb(43,215,149); }
H1.HeaderClassName
{
color: #2BD795;
}
.AnyTagClassName
{
color: #2BD795;
}
</style>
background-color css
<style>
a { background-color: #2BD795; }
a { background-color: rgb(43,215,149); }
div.DivClassName
{
background-color: #2BD795;
}
.BgClassName
{
background-color: #2BD795;
}
</style>
border-color css
<style>
span { border-color: #2BD795; }
span { border-color: rgb(43,215,149); }
td.TdClassName
{
border-color: #2BD795;
}
.TagClassName
{
border-color: #2BD795;
}
</style>