Shades of Shamrock #2DCD9C
Tints of Shamrock #2DCD9C
RGB
CMYK
RGB Variations
Color information
#2DCD9C (or 0x2DCD9C) is known color: Shamrock. HEX triplet: 2D, CD and 9C. RGB value is (45,205,156). Sum of RGB (Red+Green+Blue) = 45+205+156=406 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.08% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #2DCD9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DCD9C is #D23263. Grayscale: #979797. Windows color (decimal): -13775460 or 10276141. OLE color: 10276141.
HSL color Cylindrical-coordinate representation of color #2DCD9C: hue angle of 161.62º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCD9C is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 205 | 156 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.20 |
| HSL | 161.63º | 0.64% | 0.49% | - |
| HSV(B) | 161.63º | 0.78% | 0.8% | - |
| XYZ | 28.91 | 46.62 | 38.93 | - |
| YUV | 151.57 | 130.49 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 205 | 156 | 0.78 | 0 | 0.24 | 0.20 | 161.63 | 0.64 | 0.49 |
| Hex | 2D | CD | 9C | 4E | 0 | 18 | 14 | A2 | 40 | 31 |
| Octal | 55 | 315 | 234 | 116 | 0 | 30 | 24 | 242 | 100 | 61 |
| Binary | 101101 | 11001101 | 10011100 | 1001110 | 0 | 11000 | 10100 | 10100010 | 1000000 | 110001 |
Color Harmonies of #2DCD9C
Complementary color
Monochromatic Colors of #2DCD9C
Black with #2DCD9C
Text Example
Text Example
White with #2DCD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCD9C; }
p { color: rgb(45,205,156); }
H1.HeaderClassName
{
color: #2DCD9C;
}
.AnyTagClassName
{
color: #2DCD9C;
}
</style>
background-color css
<style>
a { background-color: #2DCD9C; }
a { background-color: rgb(45,205,156); }
div.DivClassName
{
background-color: #2DCD9C;
}
.BgClassName
{
background-color: #2DCD9C;
}
</style>
border-color css
<style>
span { border-color: #2DCD9C; }
span { border-color: rgb(45,205,156); }
td.TdClassName
{
border-color: #2DCD9C;
}
.TagClassName
{
border-color: #2DCD9C;
}
</style>