Shades of Shamrock #2BEA8B
Tints of Shamrock #2BEA8B
RGB
CMYK
RGB Variations
Color information
#2BEA8B (or 0x2BEA8B) is known color: Shamrock. HEX triplet: 2B, EA and 8B. RGB value is (43,234,139). Sum of RGB (Red+Green+Blue) = 43+234+139=416 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.34% from 416); Green value is 234 (91.80% from 255 or 56.25% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEA8B is #D41574. Grayscale: #A6A6A6. Windows color (decimal): -13899125 or 9169451. OLE color: 9169451.
HSL color Cylindrical-coordinate representation of color #2BEA8B: hue angle of 150.16º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEA8B is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 139 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.08 |
| HSL | 150.16º | 0.82% | 0.54% | - |
| HSV(B) | 150.16º | 0.82% | 0.92% | - |
| XYZ | 35.08 | 61.22 | 34.39 | - |
| YUV | 166.06 | 112.72 | 40.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 139 | 0.82 | 0 | 0.41 | 0.08 | 150.16 | 0.82 | 0.54 |
| Hex | 2B | EA | 8B | 52 | 0 | 29 | 8 | 96 | 52 | 36 |
| Octal | 53 | 352 | 213 | 122 | 0 | 51 | 10 | 226 | 122 | 66 |
| Binary | 101011 | 11101010 | 10001011 | 1010010 | 0 | 101001 | 1000 | 10010110 | 1010010 | 110110 |
Color Harmonies of #2BEA8B
Complementary color
Monochromatic Colors of #2BEA8B
Black with #2BEA8B
Text Example
Text Example
White with #2BEA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA8B; }
p { color: rgb(43,234,139); }
H1.HeaderClassName
{
color: #2BEA8B;
}
.AnyTagClassName
{
color: #2BEA8B;
}
</style>
background-color css
<style>
a { background-color: #2BEA8B; }
a { background-color: rgb(43,234,139); }
div.DivClassName
{
background-color: #2BEA8B;
}
.BgClassName
{
background-color: #2BEA8B;
}
</style>
border-color css
<style>
span { border-color: #2BEA8B; }
span { border-color: rgb(43,234,139); }
td.TdClassName
{
border-color: #2BEA8B;
}
.TagClassName
{
border-color: #2BEA8B;
}
</style>