Shades of Shamrock #2CBC92
Tints of Shamrock #2CBC92
RGB
CMYK
RGB Variations
Color information
#2CBC92 (or 0x2CBC92) is known color: Shamrock. HEX triplet: 2C, BC and 92. RGB value is (44,188,146). Sum of RGB (Red+Green+Blue) = 44+188+146=378 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.64% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBC92 is #D3436D. Grayscale: #8C8C8C. Windows color (decimal): -13845358 or 9616428. OLE color: 9616428.
HSL color Cylindrical-coordinate representation of color #2CBC92: hue angle of 162.5º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBC92 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 146 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.26 |
| HSL | 162.5º | 0.62% | 0.45% | - |
| HSV(B) | 162.5º | 0.77% | 0.74% | - |
| XYZ | 24.21 | 38.58 | 33.36 | - |
| YUV | 140.16 | 131.29 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 146 | 0.77 | 0 | 0.22 | 0.26 | 162.5 | 0.62 | 0.45 |
| Hex | 2C | BC | 92 | 4D | 0 | 16 | 1A | A2 | 3E | 2D |
| Octal | 54 | 274 | 222 | 115 | 0 | 26 | 32 | 242 | 76 | 55 |
| Binary | 101100 | 10111100 | 10010010 | 1001101 | 0 | 10110 | 11010 | 10100010 | 111110 | 101101 |
Color Harmonies of #2CBC92
Complementary color
Monochromatic Colors of #2CBC92
Black with #2CBC92
Text Example
Text Example
White with #2CBC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC92; }
p { color: rgb(44,188,146); }
H1.HeaderClassName
{
color: #2CBC92;
}
.AnyTagClassName
{
color: #2CBC92;
}
</style>
background-color css
<style>
a { background-color: #2CBC92; }
a { background-color: rgb(44,188,146); }
div.DivClassName
{
background-color: #2CBC92;
}
.BgClassName
{
background-color: #2CBC92;
}
</style>
border-color css
<style>
span { border-color: #2CBC92; }
span { border-color: rgb(44,188,146); }
td.TdClassName
{
border-color: #2CBC92;
}
.TagClassName
{
border-color: #2CBC92;
}
</style>