Shades of Shamrock #2BD197
Tints of Shamrock #2BD197
RGB
CMYK
RGB Variations
Color information
#2BD197 (or 0x2BD197) is known color: Shamrock. HEX triplet: 2B, D1 and 97. RGB value is (43,209,151). Sum of RGB (Red+Green+Blue) = 43+209+151=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 209 (82.03% from 255 or 51.86% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD197 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD197 is #D42E68. Grayscale: #989898. Windows color (decimal): -13905513 or 9949483. OLE color: 9949483.
HSL color Cylindrical-coordinate representation of color #2BD197: hue angle of 159.04º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD197 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 209 | 151 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.18 |
| HSL | 159.04º | 0.66% | 0.49% | - |
| HSV(B) | 159.04º | 0.79% | 0.82% | - |
| XYZ | 29.38 | 48.35 | 37.06 | - |
| YUV | 152.75 | 127 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 209 | 151 | 0.79 | 0 | 0.28 | 0.18 | 159.04 | 0.66 | 0.49 |
| Hex | 2B | D1 | 97 | 4F | 0 | 1C | 12 | 9F | 42 | 31 |
| Octal | 53 | 321 | 227 | 117 | 0 | 34 | 22 | 237 | 102 | 61 |
| Binary | 101011 | 11010001 | 10010111 | 1001111 | 0 | 11100 | 10010 | 10011111 | 1000010 | 110001 |
Color Harmonies of #2BD197
Complementary color
Monochromatic Colors of #2BD197
Black with #2BD197
Text Example
Text Example
White with #2BD197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD197; }
p { color: rgb(43,209,151); }
H1.HeaderClassName
{
color: #2BD197;
}
.AnyTagClassName
{
color: #2BD197;
}
</style>
background-color css
<style>
a { background-color: #2BD197; }
a { background-color: rgb(43,209,151); }
div.DivClassName
{
background-color: #2BD197;
}
.BgClassName
{
background-color: #2BD197;
}
</style>
border-color css
<style>
span { border-color: #2BD197; }
span { border-color: rgb(43,209,151); }
td.TdClassName
{
border-color: #2BD197;
}
.TagClassName
{
border-color: #2BD197;
}
</style>