Shades of Shamrock #2CBD93
Tints of Shamrock #2CBD93
RGB
CMYK
RGB Variations
Color information
#2CBD93 (or 0x2CBD93) is known color: Shamrock. HEX triplet: 2C, BD and 93. RGB value is (44,189,147). Sum of RGB (Red+Green+Blue) = 44+189+147=380 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.58% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBD93 is #D3426C. Grayscale: #8C8C8C. Windows color (decimal): -13845101 or 9682220. OLE color: 9682220.
HSL color Cylindrical-coordinate representation of color #2CBD93: hue angle of 162.62º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBD93 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 189 | 147 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.26 |
| HSL | 162.62º | 0.62% | 0.46% | - |
| HSV(B) | 162.62º | 0.77% | 0.74% | - |
| XYZ | 24.5 | 39.04 | 33.85 | - |
| YUV | 140.86 | 131.46 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 189 | 147 | 0.77 | 0 | 0.22 | 0.26 | 162.62 | 0.62 | 0.46 |
| Hex | 2C | BD | 93 | 4D | 0 | 16 | 1A | A3 | 3E | 2E |
| Octal | 54 | 275 | 223 | 115 | 0 | 26 | 32 | 243 | 76 | 56 |
| Binary | 101100 | 10111101 | 10010011 | 1001101 | 0 | 10110 | 11010 | 10100011 | 111110 | 101110 |
Color Harmonies of #2CBD93
Complementary color
Monochromatic Colors of #2CBD93
Black with #2CBD93
Text Example
Text Example
White with #2CBD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBD93; }
p { color: rgb(44,189,147); }
H1.HeaderClassName
{
color: #2CBD93;
}
.AnyTagClassName
{
color: #2CBD93;
}
</style>
background-color css
<style>
a { background-color: #2CBD93; }
a { background-color: rgb(44,189,147); }
div.DivClassName
{
background-color: #2CBD93;
}
.BgClassName
{
background-color: #2CBD93;
}
</style>
border-color css
<style>
span { border-color: #2CBD93; }
span { border-color: rgb(44,189,147); }
td.TdClassName
{
border-color: #2CBD93;
}
.TagClassName
{
border-color: #2CBD93;
}
</style>