Shades of Shamrock #2DDD9E
Tints of Shamrock #2DDD9E
RGB
CMYK
RGB Variations
Color information
#2DDD9E (or 0x2DDD9E) is known color: Shamrock. HEX triplet: 2D, DD and 9E. RGB value is (45,221,158). Sum of RGB (Red+Green+Blue) = 45+221+158=424 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.61% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDD9E is #D22261. Grayscale: #A1A1A1. Windows color (decimal): -13771362 or 10411309. OLE color: 10411309.
HSL color Cylindrical-coordinate representation of color #2DDD9E: hue angle of 158.52º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDD9E is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 158 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.13 |
| HSL | 158.52º | 0.72% | 0.52% | - |
| HSV(B) | 158.52º | 0.8% | 0.87% | - |
| XYZ | 33.11 | 54.74 | 41.17 | - |
| YUV | 161.19 | 126.19 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 158 | 0.80 | 0 | 0.29 | 0.13 | 158.52 | 0.72 | 0.52 |
| Hex | 2D | DD | 9E | 50 | 0 | 1D | D | 9F | 48 | 34 |
| Octal | 55 | 335 | 236 | 120 | 0 | 35 | 15 | 237 | 110 | 64 |
| Binary | 101101 | 11011101 | 10011110 | 1010000 | 0 | 11101 | 1101 | 10011111 | 1001000 | 110100 |
Color Harmonies of #2DDD9E
Complementary color
Monochromatic Colors of #2DDD9E
Black with #2DDD9E
Text Example
Text Example
White with #2DDD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD9E; }
p { color: rgb(45,221,158); }
H1.HeaderClassName
{
color: #2DDD9E;
}
.AnyTagClassName
{
color: #2DDD9E;
}
</style>
background-color css
<style>
a { background-color: #2DDD9E; }
a { background-color: rgb(45,221,158); }
div.DivClassName
{
background-color: #2DDD9E;
}
.BgClassName
{
background-color: #2DDD9E;
}
</style>
border-color css
<style>
span { border-color: #2DDD9E; }
span { border-color: rgb(45,221,158); }
td.TdClassName
{
border-color: #2DDD9E;
}
.TagClassName
{
border-color: #2DDD9E;
}
</style>