Shades of Shamrock #2BC492
Tints of Shamrock #2BC492
RGB
CMYK
RGB Variations
Color information
#2BC492 (or 0x2BC492) is known color: Shamrock. HEX triplet: 2B, C4 and 92. RGB value is (43,196,146). Sum of RGB (Red+Green+Blue) = 43+196+146=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #2BC492 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC492 is #D43B6D. Grayscale: #909090. Windows color (decimal): -13908846 or 9618475. OLE color: 9618475.
HSL color Cylindrical-coordinate representation of color #2BC492: hue angle of 160.39º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC492 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 196 | 146 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.23 |
| HSL | 160.39º | 0.64% | 0.47% | - |
| HSV(B) | 160.39º | 0.78% | 0.77% | - |
| XYZ | 25.92 | 42.07 | 33.95 | - |
| YUV | 144.55 | 128.81 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 196 | 146 | 0.78 | 0 | 0.26 | 0.23 | 160.39 | 0.64 | 0.47 |
| Hex | 2B | C4 | 92 | 4E | 0 | 1A | 17 | A0 | 40 | 2F |
| Octal | 53 | 304 | 222 | 116 | 0 | 32 | 27 | 240 | 100 | 57 |
| Binary | 101011 | 11000100 | 10010010 | 1001110 | 0 | 11010 | 10111 | 10100000 | 1000000 | 101111 |
Color Harmonies of #2BC492
Complementary color
Monochromatic Colors of #2BC492
Black with #2BC492
Text Example
Text Example
White with #2BC492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC492; }
p { color: rgb(43,196,146); }
H1.HeaderClassName
{
color: #2BC492;
}
.AnyTagClassName
{
color: #2BC492;
}
</style>
background-color css
<style>
a { background-color: #2BC492; }
a { background-color: rgb(43,196,146); }
div.DivClassName
{
background-color: #2BC492;
}
.BgClassName
{
background-color: #2BC492;
}
</style>
border-color css
<style>
span { border-color: #2BC492; }
span { border-color: rgb(43,196,146); }
td.TdClassName
{
border-color: #2BC492;
}
.TagClassName
{
border-color: #2BC492;
}
</style>