Shades of Shamrock #2DC29E
Tints of Shamrock #2DC29E
RGB
CMYK
RGB Variations
Color information
#2DC29E (or 0x2DC29E) is known color: Shamrock. HEX triplet: 2D, C2 and 9E. RGB value is (45,194,158). Sum of RGB (Red+Green+Blue) = 45+194+158=397 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.34% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC29E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC29E is #D23D61. Grayscale: #919191. Windows color (decimal): -13778274 or 10404397. OLE color: 10404397.
HSL color Cylindrical-coordinate representation of color #2DC29E: hue angle of 165.5º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC29E is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 194 | 158 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.24 |
| HSL | 165.5º | 0.62% | 0.47% | - |
| HSV(B) | 165.5º | 0.77% | 0.76% | - |
| XYZ | 26.55 | 41.61 | 38.98 | - |
| YUV | 145.35 | 135.14 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 194 | 158 | 0.77 | 0 | 0.19 | 0.24 | 165.5 | 0.62 | 0.47 |
| Hex | 2D | C2 | 9E | 4D | 0 | 13 | 18 | A6 | 3E | 2F |
| Octal | 55 | 302 | 236 | 115 | 0 | 23 | 30 | 246 | 76 | 57 |
| Binary | 101101 | 11000010 | 10011110 | 1001101 | 0 | 10011 | 11000 | 10100110 | 111110 | 101111 |
Color Harmonies of #2DC29E
Complementary color
Monochromatic Colors of #2DC29E
Black with #2DC29E
Text Example
Text Example
White with #2DC29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC29E; }
p { color: rgb(45,194,158); }
H1.HeaderClassName
{
color: #2DC29E;
}
.AnyTagClassName
{
color: #2DC29E;
}
</style>
background-color css
<style>
a { background-color: #2DC29E; }
a { background-color: rgb(45,194,158); }
div.DivClassName
{
background-color: #2DC29E;
}
.BgClassName
{
background-color: #2DC29E;
}
</style>
border-color css
<style>
span { border-color: #2DC29E; }
span { border-color: rgb(45,194,158); }
td.TdClassName
{
border-color: #2DC29E;
}
.TagClassName
{
border-color: #2DC29E;
}
</style>