Shades of Shamrock #2BE895
Tints of Shamrock #2BE895
RGB
CMYK
RGB Variations
Color information
#2BE895 (or 0x2BE895) is known color: Shamrock. HEX triplet: 2B, E8 and 95. RGB value is (43,232,149). Sum of RGB (Red+Green+Blue) = 43+232+149=424 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.14% from 424); Green value is 232 (91.02% from 255 or 54.72% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 232 - color contains mainly: green. Hex color #2BE895 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BE895 is #D4176A. Grayscale: #A6A6A6. Windows color (decimal): -13899627 or 9824299. OLE color: 9824299.
HSL color Cylindrical-coordinate representation of color #2BE895: hue angle of 153.65º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE895 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 232 | 149 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.09 |
| HSL | 153.65º | 0.8% | 0.54% | - |
| HSV(B) | 153.65º | 0.81% | 0.91% | - |
| XYZ | 35.28 | 60.4 | 38.23 | - |
| YUV | 166.03 | 118.38 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 232 | 149 | 0.81 | 0 | 0.36 | 0.09 | 153.65 | 0.8 | 0.54 |
| Hex | 2B | E8 | 95 | 51 | 0 | 24 | 9 | 9A | 50 | 36 |
| Octal | 53 | 350 | 225 | 121 | 0 | 44 | 11 | 232 | 120 | 66 |
| Binary | 101011 | 11101000 | 10010101 | 1010001 | 0 | 100100 | 1001 | 10011010 | 1010000 | 110110 |
Color Harmonies of #2BE895
Complementary color
Monochromatic Colors of #2BE895
Black with #2BE895
Text Example
Text Example
White with #2BE895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE895; }
p { color: rgb(43,232,149); }
H1.HeaderClassName
{
color: #2BE895;
}
.AnyTagClassName
{
color: #2BE895;
}
</style>
background-color css
<style>
a { background-color: #2BE895; }
a { background-color: rgb(43,232,149); }
div.DivClassName
{
background-color: #2BE895;
}
.BgClassName
{
background-color: #2BE895;
}
</style>
border-color css
<style>
span { border-color: #2BE895; }
span { border-color: rgb(43,232,149); }
td.TdClassName
{
border-color: #2BE895;
}
.TagClassName
{
border-color: #2BE895;
}
</style>