Shades of Shamrock #2DDD8D
Tints of Shamrock #2DDD8D
RGB
CMYK
RGB Variations
Color information
#2DDD8D (or 0x2DDD8D) is known color: Shamrock. HEX triplet: 2D, DD and 8D. RGB value is (45,221,141). Sum of RGB (Red+Green+Blue) = 45+221+141=407 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.06% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDD8D is #D22272. Grayscale: #9F9F9F. Windows color (decimal): -13771379 or 9297197. OLE color: 9297197.
HSL color Cylindrical-coordinate representation of color #2DDD8D: hue angle of 152.73º 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 #2DDD8D is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 141 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.13 |
| HSL | 152.73º | 0.72% | 0.52% | - |
| HSV(B) | 152.73º | 0.8% | 0.87% | - |
| XYZ | 31.75 | 54.19 | 33.99 | - |
| YUV | 159.26 | 117.69 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 141 | 0.80 | 0 | 0.36 | 0.13 | 152.73 | 0.72 | 0.52 |
| Hex | 2D | DD | 8D | 50 | 0 | 24 | D | 99 | 48 | 34 |
| Octal | 55 | 335 | 215 | 120 | 0 | 44 | 15 | 231 | 110 | 64 |
| Binary | 101101 | 11011101 | 10001101 | 1010000 | 0 | 100100 | 1101 | 10011001 | 1001000 | 110100 |
Color Harmonies of #2DDD8D
Complementary color
Monochromatic Colors of #2DDD8D
Black with #2DDD8D
Text Example
Text Example
White with #2DDD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD8D; }
p { color: rgb(45,221,141); }
H1.HeaderClassName
{
color: #2DDD8D;
}
.AnyTagClassName
{
color: #2DDD8D;
}
</style>
background-color css
<style>
a { background-color: #2DDD8D; }
a { background-color: rgb(45,221,141); }
div.DivClassName
{
background-color: #2DDD8D;
}
.BgClassName
{
background-color: #2DDD8D;
}
</style>
border-color css
<style>
span { border-color: #2DDD8D; }
span { border-color: rgb(45,221,141); }
td.TdClassName
{
border-color: #2DDD8D;
}
.TagClassName
{
border-color: #2DDD8D;
}
</style>