Shades of Shamrock #2CBB97
Tints of Shamrock #2CBB97
RGB
CMYK
RGB Variations
Color information
#2CBB97 (or 0x2CBB97) is known color: Shamrock. HEX triplet: 2C, BB and 97. RGB value is (44,187,151). Sum of RGB (Red+Green+Blue) = 44+187+151=382 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.52% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBB97 is #D34468. Grayscale: #8C8C8C. Windows color (decimal): -13845609 or 9943852. OLE color: 9943852.
HSL color Cylindrical-coordinate representation of color #2CBB97: hue angle of 164.9º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBB97 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 187 | 151 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.27 |
| HSL | 164.9º | 0.62% | 0.45% | - |
| HSV(B) | 164.9º | 0.76% | 0.73% | - |
| XYZ | 24.39 | 38.31 | 35.39 | - |
| YUV | 140.14 | 134.12 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 187 | 151 | 0.76 | 0 | 0.19 | 0.27 | 164.9 | 0.62 | 0.45 |
| Hex | 2C | BB | 97 | 4C | 0 | 13 | 1B | A5 | 3E | 2D |
| Octal | 54 | 273 | 227 | 114 | 0 | 23 | 33 | 245 | 76 | 55 |
| Binary | 101100 | 10111011 | 10010111 | 1001100 | 0 | 10011 | 11011 | 10100101 | 111110 | 101101 |
Color Harmonies of #2CBB97
Complementary color
Monochromatic Colors of #2CBB97
Black with #2CBB97
Text Example
Text Example
White with #2CBB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBB97; }
p { color: rgb(44,187,151); }
H1.HeaderClassName
{
color: #2CBB97;
}
.AnyTagClassName
{
color: #2CBB97;
}
</style>
background-color css
<style>
a { background-color: #2CBB97; }
a { background-color: rgb(44,187,151); }
div.DivClassName
{
background-color: #2CBB97;
}
.BgClassName
{
background-color: #2CBB97;
}
</style>
border-color css
<style>
span { border-color: #2CBB97; }
span { border-color: rgb(44,187,151); }
td.TdClassName
{
border-color: #2CBB97;
}
.TagClassName
{
border-color: #2CBB97;
}
</style>