Shades of Shamrock #2DDBA9
Tints of Shamrock #2DDBA9
RGB
CMYK
RGB Variations
Color information
#2DDBA9 (or 0x2DDBA9) is known color: Shamrock. HEX triplet: 2D, DB and A9. RGB value is (45,219,169). Sum of RGB (Red+Green+Blue) = 45+219+169=433 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.39% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDBA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDBA9 is #D22456. Grayscale: #A1A1A1. Windows color (decimal): -13771863 or 11131693. OLE color: 11131693.
HSL color Cylindrical-coordinate representation of color #2DDBA9: hue angle of 162.76º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDBA9 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 169 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.14 |
| HSL | 162.76º | 0.71% | 0.52% | - |
| HSV(B) | 162.76º | 0.79% | 0.86% | - |
| XYZ | 33.58 | 54.09 | 46.21 | - |
| YUV | 161.27 | 132.35 | 45.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 169 | 0.79 | 0 | 0.23 | 0.14 | 162.76 | 0.71 | 0.52 |
| Hex | 2D | DB | A9 | 4F | 0 | 17 | E | A3 | 47 | 34 |
| Octal | 55 | 333 | 251 | 117 | 0 | 27 | 16 | 243 | 107 | 64 |
| Binary | 101101 | 11011011 | 10101001 | 1001111 | 0 | 10111 | 1110 | 10100011 | 1000111 | 110100 |
Color Harmonies of #2DDBA9
Complementary color
Monochromatic Colors of #2DDBA9
Black with #2DDBA9
Text Example
Text Example
White with #2DDBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDBA9; }
p { color: rgb(45,219,169); }
H1.HeaderClassName
{
color: #2DDBA9;
}
.AnyTagClassName
{
color: #2DDBA9;
}
</style>
background-color css
<style>
a { background-color: #2DDBA9; }
a { background-color: rgb(45,219,169); }
div.DivClassName
{
background-color: #2DDBA9;
}
.BgClassName
{
background-color: #2DDBA9;
}
</style>
border-color css
<style>
span { border-color: #2DDBA9; }
span { border-color: rgb(45,219,169); }
td.TdClassName
{
border-color: #2DDBA9;
}
.TagClassName
{
border-color: #2DDBA9;
}
</style>