Shades of Shamrock #2BC892
Tints of Shamrock #2BC892
RGB
CMYK
RGB Variations
Color information
#2BC892 (or 0x2BC892) is known color: Shamrock. HEX triplet: 2B, C8 and 92. RGB value is (43,200,146). Sum of RGB (Red+Green+Blue) = 43+200+146=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 200 (78.52% from 255 or 51.41% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 200 - color contains mainly: green. Hex color #2BC892 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC892 is #D4376D. Grayscale: #929292. Windows color (decimal): -13907822 or 9619499. OLE color: 9619499.
HSL color Cylindrical-coordinate representation of color #2BC892: hue angle of 159.36º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC892 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 200 | 146 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.22 |
| HSL | 159.36º | 0.65% | 0.48% | - |
| HSV(B) | 159.36º | 0.79% | 0.78% | - |
| XYZ | 26.84 | 43.9 | 34.25 | - |
| YUV | 146.9 | 127.49 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 200 | 146 | 0.78 | 0 | 0.27 | 0.22 | 159.36 | 0.65 | 0.48 |
| Hex | 2B | C8 | 92 | 4E | 0 | 1B | 16 | 9F | 41 | 30 |
| Octal | 53 | 310 | 222 | 116 | 0 | 33 | 26 | 237 | 101 | 60 |
| Binary | 101011 | 11001000 | 10010010 | 1001110 | 0 | 11011 | 10110 | 10011111 | 1000001 | 110000 |
Color Harmonies of #2BC892
Complementary color
Monochromatic Colors of #2BC892
Black with #2BC892
Text Example
Text Example
White with #2BC892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC892; }
p { color: rgb(43,200,146); }
H1.HeaderClassName
{
color: #2BC892;
}
.AnyTagClassName
{
color: #2BC892;
}
</style>
background-color css
<style>
a { background-color: #2BC892; }
a { background-color: rgb(43,200,146); }
div.DivClassName
{
background-color: #2BC892;
}
.BgClassName
{
background-color: #2BC892;
}
</style>
border-color css
<style>
span { border-color: #2BC892; }
span { border-color: rgb(43,200,146); }
td.TdClassName
{
border-color: #2BC892;
}
.TagClassName
{
border-color: #2BC892;
}
</style>