Shades of Shamrock #2BD296
Tints of Shamrock #2BD296
RGB
CMYK
RGB Variations
Color information
#2BD296 (or 0x2BD296) is known color: Shamrock. HEX triplet: 2B, D2 and 96. RGB value is (43,210,150). Sum of RGB (Red+Green+Blue) = 43+210+150=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 210 (82.42% from 255 or 52.11% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD296 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD296 is #D42D69. Grayscale: #999999. Windows color (decimal): -13905258 or 9884203. OLE color: 9884203.
HSL color Cylindrical-coordinate representation of color #2BD296: hue angle of 158.44º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD296 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 210 | 150 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.18 |
| HSL | 158.44º | 0.66% | 0.5% | - |
| HSV(B) | 158.44º | 0.8% | 0.82% | - |
| XYZ | 29.55 | 48.81 | 36.72 | - |
| YUV | 153.23 | 126.17 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 210 | 150 | 0.80 | 0 | 0.29 | 0.18 | 158.44 | 0.66 | 0.5 |
| Hex | 2B | D2 | 96 | 50 | 0 | 1D | 12 | 9E | 42 | 32 |
| Octal | 53 | 322 | 226 | 120 | 0 | 35 | 22 | 236 | 102 | 62 |
| Binary | 101011 | 11010010 | 10010110 | 1010000 | 0 | 11101 | 10010 | 10011110 | 1000010 | 110010 |
Color Harmonies of #2BD296
Complementary color
Monochromatic Colors of #2BD296
Black with #2BD296
Text Example
Text Example
White with #2BD296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD296; }
p { color: rgb(43,210,150); }
H1.HeaderClassName
{
color: #2BD296;
}
.AnyTagClassName
{
color: #2BD296;
}
</style>
background-color css
<style>
a { background-color: #2BD296; }
a { background-color: rgb(43,210,150); }
div.DivClassName
{
background-color: #2BD296;
}
.BgClassName
{
background-color: #2BD296;
}
</style>
border-color css
<style>
span { border-color: #2BD296; }
span { border-color: rgb(43,210,150); }
td.TdClassName
{
border-color: #2BD296;
}
.TagClassName
{
border-color: #2BD296;
}
</style>