Shades of Shamrock #2DDD96
Tints of Shamrock #2DDD96
RGB
CMYK
RGB Variations
Color information
#2DDD96 (or 0x2DDD96) is known color: Shamrock. HEX triplet: 2D, DD and 96. RGB value is (45,221,150). Sum of RGB (Red+Green+Blue) = 45+221+150=416 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.82% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDD96 is #D22269. Grayscale: #A0A0A0. Windows color (decimal): -13771370 or 9887021. OLE color: 9887021.
HSL color Cylindrical-coordinate representation of color #2DDD96: hue angle of 155.8º 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 #2DDD96 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 150 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.13 |
| HSL | 155.8º | 0.72% | 0.52% | - |
| HSV(B) | 155.8º | 0.8% | 0.87% | - |
| XYZ | 32.44 | 54.47 | 37.66 | - |
| YUV | 160.28 | 122.19 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 150 | 0.80 | 0 | 0.32 | 0.13 | 155.8 | 0.72 | 0.52 |
| Hex | 2D | DD | 96 | 50 | 0 | 20 | D | 9C | 48 | 34 |
| Octal | 55 | 335 | 226 | 120 | 0 | 40 | 15 | 234 | 110 | 64 |
| Binary | 101101 | 11011101 | 10010110 | 1010000 | 0 | 100000 | 1101 | 10011100 | 1001000 | 110100 |
Color Harmonies of #2DDD96
Complementary color
Monochromatic Colors of #2DDD96
Black with #2DDD96
Text Example
Text Example
White with #2DDD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD96; }
p { color: rgb(45,221,150); }
H1.HeaderClassName
{
color: #2DDD96;
}
.AnyTagClassName
{
color: #2DDD96;
}
</style>
background-color css
<style>
a { background-color: #2DDD96; }
a { background-color: rgb(45,221,150); }
div.DivClassName
{
background-color: #2DDD96;
}
.BgClassName
{
background-color: #2DDD96;
}
</style>
border-color css
<style>
span { border-color: #2DDD96; }
span { border-color: rgb(45,221,150); }
td.TdClassName
{
border-color: #2DDD96;
}
.TagClassName
{
border-color: #2DDD96;
}
</style>