Shades of Shamrock #2DDA84
Tints of Shamrock #2DDA84
RGB
CMYK
RGB Variations
Color information
#2DDA84 (or 0x2DDA84) is known color: Shamrock. HEX triplet: 2D, DA and 84. RGB value is (45,218,132). Sum of RGB (Red+Green+Blue) = 45+218+132=395 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.39% from 395); Green value is 218 (85.55% from 255 or 55.19% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDA84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDA84 is #D2257B. Grayscale: #9C9C9C. Windows color (decimal): -13772156 or 8706605. OLE color: 8706605.
HSL color Cylindrical-coordinate representation of color #2DDA84: hue angle of 150.17º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDA84 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 218 | 132 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.15 |
| HSL | 150.17º | 0.7% | 0.52% | - |
| HSV(B) | 150.17º | 0.79% | 0.85% | - |
| XYZ | 30.32 | 52.37 | 30.34 | - |
| YUV | 156.47 | 114.19 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 132 | 0.79 | 0 | 0.39 | 0.15 | 150.17 | 0.7 | 0.52 |
| Hex | 2D | DA | 84 | 4F | 0 | 27 | F | 96 | 46 | 34 |
| Octal | 55 | 332 | 204 | 117 | 0 | 47 | 17 | 226 | 106 | 64 |
| Binary | 101101 | 11011010 | 10000100 | 1001111 | 0 | 100111 | 1111 | 10010110 | 1000110 | 110100 |
Color Harmonies of #2DDA84
Complementary color
Monochromatic Colors of #2DDA84
Black with #2DDA84
Text Example
Text Example
White with #2DDA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDA84; }
p { color: rgb(45,218,132); }
H1.HeaderClassName
{
color: #2DDA84;
}
.AnyTagClassName
{
color: #2DDA84;
}
</style>
background-color css
<style>
a { background-color: #2DDA84; }
a { background-color: rgb(45,218,132); }
div.DivClassName
{
background-color: #2DDA84;
}
.BgClassName
{
background-color: #2DDA84;
}
</style>
border-color css
<style>
span { border-color: #2DDA84; }
span { border-color: rgb(45,218,132); }
td.TdClassName
{
border-color: #2DDA84;
}
.TagClassName
{
border-color: #2DDA84;
}
</style>