Shades of Shamrock #2BE593
Tints of Shamrock #2BE593
RGB
CMYK
RGB Variations
Color information
#2BE593 (or 0x2BE593) is known color: Shamrock. HEX triplet: 2B, E5 and 93. RGB value is (43,229,147). Sum of RGB (Red+Green+Blue) = 43+229+147=419 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.26% from 419); Green value is 229 (89.84% from 255 or 54.65% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE593 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE593 is #D41A6C. Grayscale: #A4A4A4. Windows color (decimal): -13900397 or 9692459. OLE color: 9692459.
HSL color Cylindrical-coordinate representation of color #2BE593: hue angle of 153.55º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE593 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 147 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.10 |
| HSL | 153.55º | 0.78% | 0.53% | - |
| HSV(B) | 153.55º | 0.81% | 0.9% | - |
| XYZ | 34.28 | 58.66 | 37.12 | - |
| YUV | 164.04 | 118.38 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 147 | 0.81 | 0 | 0.36 | 0.10 | 153.55 | 0.78 | 0.53 |
| Hex | 2B | E5 | 93 | 51 | 0 | 24 | A | 9A | 4E | 35 |
| Octal | 53 | 345 | 223 | 121 | 0 | 44 | 12 | 232 | 116 | 65 |
| Binary | 101011 | 11100101 | 10010011 | 1010001 | 0 | 100100 | 1010 | 10011010 | 1001110 | 110101 |
Color Harmonies of #2BE593
Complementary color
Monochromatic Colors of #2BE593
Black with #2BE593
Text Example
Text Example
White with #2BE593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE593; }
p { color: rgb(43,229,147); }
H1.HeaderClassName
{
color: #2BE593;
}
.AnyTagClassName
{
color: #2BE593;
}
</style>
background-color css
<style>
a { background-color: #2BE593; }
a { background-color: rgb(43,229,147); }
div.DivClassName
{
background-color: #2BE593;
}
.BgClassName
{
background-color: #2BE593;
}
</style>
border-color css
<style>
span { border-color: #2BE593; }
span { border-color: rgb(43,229,147); }
td.TdClassName
{
border-color: #2BE593;
}
.TagClassName
{
border-color: #2BE593;
}
</style>