Shades of Shamrock #2BD396
Tints of Shamrock #2BD396
RGB
CMYK
RGB Variations
Color information
#2BD396 (or 0x2BD396) is known color: Shamrock. HEX triplet: 2B, D3 and 96. RGB value is (43,211,150). Sum of RGB (Red+Green+Blue) = 43+211+150=404 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.64% from 404); Green value is 211 (82.81% from 255 or 52.23% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 211 - color contains mainly: green. Hex color #2BD396 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD396 is #D42C69. Grayscale: #999999. Windows color (decimal): -13905002 or 9884459. OLE color: 9884459.
HSL color Cylindrical-coordinate representation of color #2BD396: hue angle of 158.21º 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 #2BD396 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 211 | 150 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.17 |
| HSL | 158.21º | 0.66% | 0.5% | - |
| HSV(B) | 158.21º | 0.8% | 0.83% | - |
| XYZ | 29.8 | 49.3 | 36.8 | - |
| YUV | 153.81 | 125.84 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 211 | 150 | 0.80 | 0 | 0.29 | 0.17 | 158.21 | 0.66 | 0.5 |
| Hex | 2B | D3 | 96 | 50 | 0 | 1D | 11 | 9E | 42 | 32 |
| Octal | 53 | 323 | 226 | 120 | 0 | 35 | 21 | 236 | 102 | 62 |
| Binary | 101011 | 11010011 | 10010110 | 1010000 | 0 | 11101 | 10001 | 10011110 | 1000010 | 110010 |
Color Harmonies of #2BD396
Complementary color
Monochromatic Colors of #2BD396
Black with #2BD396
Text Example
Text Example
White with #2BD396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD396; }
p { color: rgb(43,211,150); }
H1.HeaderClassName
{
color: #2BD396;
}
.AnyTagClassName
{
color: #2BD396;
}
</style>
background-color css
<style>
a { background-color: #2BD396; }
a { background-color: rgb(43,211,150); }
div.DivClassName
{
background-color: #2BD396;
}
.BgClassName
{
background-color: #2BD396;
}
</style>
border-color css
<style>
span { border-color: #2BD396; }
span { border-color: rgb(43,211,150); }
td.TdClassName
{
border-color: #2BD396;
}
.TagClassName
{
border-color: #2BD396;
}
</style>