Shades of Shamrock #2DDD80
Tints of Shamrock #2DDD80
RGB
CMYK
RGB Variations
Color information
#2DDD80 (or 0x2DDD80) is known color: Shamrock. HEX triplet: 2D, DD and 80. RGB value is (45,221,128). Sum of RGB (Red+Green+Blue) = 45+221+128=394 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.42% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDD80 is #D2227F. Grayscale: #9D9D9D. Windows color (decimal): -13771392 or 8445229. OLE color: 8445229.
HSL color Cylindrical-coordinate representation of color #2DDD80: hue angle of 148.3º 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 #2DDD80 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 128 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.13 |
| HSL | 148.3º | 0.72% | 0.52% | - |
| HSV(B) | 148.3º | 0.8% | 0.87% | - |
| XYZ | 30.83 | 53.83 | 29.19 | - |
| YUV | 157.77 | 111.19 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 128 | 0.80 | 0 | 0.42 | 0.13 | 148.3 | 0.72 | 0.52 |
| Hex | 2D | DD | 80 | 50 | 0 | 2A | D | 94 | 48 | 34 |
| Octal | 55 | 335 | 200 | 120 | 0 | 52 | 15 | 224 | 110 | 64 |
| Binary | 101101 | 11011101 | 10000000 | 1010000 | 0 | 101010 | 1101 | 10010100 | 1001000 | 110100 |
Color Harmonies of #2DDD80
Complementary color
Monochromatic Colors of #2DDD80
Black with #2DDD80
Text Example
Text Example
White with #2DDD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD80; }
p { color: rgb(45,221,128); }
H1.HeaderClassName
{
color: #2DDD80;
}
.AnyTagClassName
{
color: #2DDD80;
}
</style>
background-color css
<style>
a { background-color: #2DDD80; }
a { background-color: rgb(45,221,128); }
div.DivClassName
{
background-color: #2DDD80;
}
.BgClassName
{
background-color: #2DDD80;
}
</style>
border-color css
<style>
span { border-color: #2DDD80; }
span { border-color: rgb(45,221,128); }
td.TdClassName
{
border-color: #2DDD80;
}
.TagClassName
{
border-color: #2DDD80;
}
</style>