Shades of Shamrock #2BC391
Tints of Shamrock #2BC391
RGB
CMYK
RGB Variations
Color information
#2BC391 (or 0x2BC391) is known color: Shamrock. HEX triplet: 2B, C3 and 91. RGB value is (43,195,145). Sum of RGB (Red+Green+Blue) = 43+195+145=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC391 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC391 is #D43C6E. Grayscale: #8F8F8F. Windows color (decimal): -13909103 or 9552683. OLE color: 9552683.
HSL color Cylindrical-coordinate representation of color #2BC391: hue angle of 160.26º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC391 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 195 | 145 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.24 |
| HSL | 160.26º | 0.64% | 0.47% | - |
| HSV(B) | 160.26º | 0.78% | 0.76% | - |
| XYZ | 25.62 | 41.59 | 33.46 | - |
| YUV | 143.85 | 128.64 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 195 | 145 | 0.78 | 0 | 0.26 | 0.24 | 160.26 | 0.64 | 0.47 |
| Hex | 2B | C3 | 91 | 4E | 0 | 1A | 18 | A0 | 40 | 2F |
| Octal | 53 | 303 | 221 | 116 | 0 | 32 | 30 | 240 | 100 | 57 |
| Binary | 101011 | 11000011 | 10010001 | 1001110 | 0 | 11010 | 11000 | 10100000 | 1000000 | 101111 |
Color Harmonies of #2BC391
Complementary color
Monochromatic Colors of #2BC391
Black with #2BC391
Text Example
Text Example
White with #2BC391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC391; }
p { color: rgb(43,195,145); }
H1.HeaderClassName
{
color: #2BC391;
}
.AnyTagClassName
{
color: #2BC391;
}
</style>
background-color css
<style>
a { background-color: #2BC391; }
a { background-color: rgb(43,195,145); }
div.DivClassName
{
background-color: #2BC391;
}
.BgClassName
{
background-color: #2BC391;
}
</style>
border-color css
<style>
span { border-color: #2BC391; }
span { border-color: rgb(43,195,145); }
td.TdClassName
{
border-color: #2BC391;
}
.TagClassName
{
border-color: #2BC391;
}
</style>