Shades of Shamrock #2BBE93
Tints of Shamrock #2BBE93
RGB
CMYK
RGB Variations
Color information
#2BBE93 (or 0x2BBE93) is known color: Shamrock. HEX triplet: 2B, BE and 93. RGB value is (43,190,147). Sum of RGB (Red+Green+Blue) = 43+190+147=380 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.32% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBE93 is #D4416C. Grayscale: #8D8D8D. Windows color (decimal): -13910381 or 9682475. OLE color: 9682475.
HSL color Cylindrical-coordinate representation of color #2BBE93: hue angle of 162.45º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBE93 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 147 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.25 |
| HSL | 162.45º | 0.63% | 0.46% | - |
| HSV(B) | 162.45º | 0.77% | 0.75% | - |
| XYZ | 24.68 | 39.45 | 33.92 | - |
| YUV | 141.15 | 131.3 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 147 | 0.77 | 0 | 0.23 | 0.25 | 162.45 | 0.63 | 0.46 |
| Hex | 2B | BE | 93 | 4D | 0 | 17 | 19 | A2 | 3F | 2E |
| Octal | 53 | 276 | 223 | 115 | 0 | 27 | 31 | 242 | 77 | 56 |
| Binary | 101011 | 10111110 | 10010011 | 1001101 | 0 | 10111 | 11001 | 10100010 | 111111 | 101110 |
Color Harmonies of #2BBE93
Complementary color
Monochromatic Colors of #2BBE93
Black with #2BBE93
Text Example
Text Example
White with #2BBE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE93; }
p { color: rgb(43,190,147); }
H1.HeaderClassName
{
color: #2BBE93;
}
.AnyTagClassName
{
color: #2BBE93;
}
</style>
background-color css
<style>
a { background-color: #2BBE93; }
a { background-color: rgb(43,190,147); }
div.DivClassName
{
background-color: #2BBE93;
}
.BgClassName
{
background-color: #2BBE93;
}
</style>
border-color css
<style>
span { border-color: #2BBE93; }
span { border-color: rgb(43,190,147); }
td.TdClassName
{
border-color: #2BBE93;
}
.TagClassName
{
border-color: #2BBE93;
}
</style>