Shades of Shamrock #2DDCA5
Tints of Shamrock #2DDCA5
RGB
CMYK
RGB Variations
Color information
#2DDCA5 (or 0x2DDCA5) is known color: Shamrock. HEX triplet: 2D, DC and A5. RGB value is (45,220,165). Sum of RGB (Red+Green+Blue) = 45+220+165=430 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.47% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDCA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDCA5 is #D2235A. Grayscale: #A1A1A1. Windows color (decimal): -13771611 or 10869805. OLE color: 10869805.
HSL color Cylindrical-coordinate representation of color #2DDCA5: hue angle of 161.14º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDCA5 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 165 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.14 |
| HSL | 161.14º | 0.71% | 0.52% | - |
| HSV(B) | 161.14º | 0.8% | 0.86% | - |
| XYZ | 33.47 | 54.46 | 44.35 | - |
| YUV | 161.41 | 130.02 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 165 | 0.80 | 0 | 0.25 | 0.14 | 161.14 | 0.71 | 0.52 |
| Hex | 2D | DC | A5 | 50 | 0 | 19 | E | A1 | 47 | 34 |
| Octal | 55 | 334 | 245 | 120 | 0 | 31 | 16 | 241 | 107 | 64 |
| Binary | 101101 | 11011100 | 10100101 | 1010000 | 0 | 11001 | 1110 | 10100001 | 1000111 | 110100 |
Color Harmonies of #2DDCA5
Complementary color
Monochromatic Colors of #2DDCA5
Black with #2DDCA5
Text Example
Text Example
White with #2DDCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDCA5; }
p { color: rgb(45,220,165); }
H1.HeaderClassName
{
color: #2DDCA5;
}
.AnyTagClassName
{
color: #2DDCA5;
}
</style>
background-color css
<style>
a { background-color: #2DDCA5; }
a { background-color: rgb(45,220,165); }
div.DivClassName
{
background-color: #2DDCA5;
}
.BgClassName
{
background-color: #2DDCA5;
}
</style>
border-color css
<style>
span { border-color: #2DDCA5; }
span { border-color: rgb(45,220,165); }
td.TdClassName
{
border-color: #2DDCA5;
}
.TagClassName
{
border-color: #2DDCA5;
}
</style>