Shades of Shamrock #2BCC8D
Tints of Shamrock #2BCC8D
RGB
CMYK
RGB Variations
Color information
#2BCC8D (or 0x2BCC8D) is known color: Shamrock. HEX triplet: 2B, CC and 8D. RGB value is (43,204,141). Sum of RGB (Red+Green+Blue) = 43+204+141=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 204 (80.08% from 255 or 52.58% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 204 - color contains mainly: green. Hex color #2BCC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BCC8D is #D43372. Grayscale: #949494. Windows color (decimal): -13906803 or 9292843. OLE color: 9292843.
HSL color Cylindrical-coordinate representation of color #2BCC8D: hue angle of 156.52º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCC8D is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 204 | 141 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.2 |
| HSL | 156.52º | 0.65% | 0.48% | - |
| HSV(B) | 156.52º | 0.79% | 0.8% | - |
| XYZ | 27.4 | 45.62 | 32.56 | - |
| YUV | 148.68 | 123.66 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 204 | 141 | 0.79 | 0 | 0.31 | 0.2 | 156.52 | 0.65 | 0.48 |
| Hex | 2B | CC | 8D | 4F | 0 | 1F | 14 | 9D | 41 | 30 |
| Octal | 53 | 314 | 215 | 117 | 0 | 37 | 24 | 235 | 101 | 60 |
| Binary | 101011 | 11001100 | 10001101 | 1001111 | 0 | 11111 | 10100 | 10011101 | 1000001 | 110000 |
Color Harmonies of #2BCC8D
Complementary color
Monochromatic Colors of #2BCC8D
Black with #2BCC8D
Text Example
Text Example
White with #2BCC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCC8D; }
p { color: rgb(43,204,141); }
H1.HeaderClassName
{
color: #2BCC8D;
}
.AnyTagClassName
{
color: #2BCC8D;
}
</style>
background-color css
<style>
a { background-color: #2BCC8D; }
a { background-color: rgb(43,204,141); }
div.DivClassName
{
background-color: #2BCC8D;
}
.BgClassName
{
background-color: #2BCC8D;
}
</style>
border-color css
<style>
span { border-color: #2BCC8D; }
span { border-color: rgb(43,204,141); }
td.TdClassName
{
border-color: #2BCC8D;
}
.TagClassName
{
border-color: #2BCC8D;
}
</style>