Shades of Shamrock #2DBC9E
Tints of Shamrock #2DBC9E
RGB
CMYK
RGB Variations
Color information
#2DBC9E (or 0x2DBC9E) is known color: Shamrock. HEX triplet: 2D, BC and 9E. RGB value is (45,188,158). Sum of RGB (Red+Green+Blue) = 45+188+158=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBC9E is #D24361. Grayscale: #8D8D8D. Windows color (decimal): -13779810 or 10402861. OLE color: 10402861.
HSL color Cylindrical-coordinate representation of color #2DBC9E: hue angle of 167.41º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBC9E is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 158 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.26 |
| HSL | 167.41º | 0.61% | 0.46% | - |
| HSV(B) | 167.41º | 0.76% | 0.74% | - |
| XYZ | 25.24 | 38.99 | 38.54 | - |
| YUV | 141.82 | 137.12 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 158 | 0.76 | 0 | 0.16 | 0.26 | 167.41 | 0.61 | 0.46 |
| Hex | 2D | BC | 9E | 4C | 0 | 10 | 1A | A7 | 3D | 2E |
| Octal | 55 | 274 | 236 | 114 | 0 | 20 | 32 | 247 | 75 | 56 |
| Binary | 101101 | 10111100 | 10011110 | 1001100 | 0 | 10000 | 11010 | 10100111 | 111101 | 101110 |
Color Harmonies of #2DBC9E
Complementary color
Monochromatic Colors of #2DBC9E
Black with #2DBC9E
Text Example
Text Example
White with #2DBC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC9E; }
p { color: rgb(45,188,158); }
H1.HeaderClassName
{
color: #2DBC9E;
}
.AnyTagClassName
{
color: #2DBC9E;
}
</style>
background-color css
<style>
a { background-color: #2DBC9E; }
a { background-color: rgb(45,188,158); }
div.DivClassName
{
background-color: #2DBC9E;
}
.BgClassName
{
background-color: #2DBC9E;
}
</style>
border-color css
<style>
span { border-color: #2DBC9E; }
span { border-color: rgb(45,188,158); }
td.TdClassName
{
border-color: #2DBC9E;
}
.TagClassName
{
border-color: #2DBC9E;
}
</style>