Shades of Shamrock #2DDD7A
Tints of Shamrock #2DDD7A
RGB
CMYK
RGB Variations
Color information
#2DDD7A (or 0x2DDD7A) is known color: Shamrock. HEX triplet: 2D, DD and 7A. RGB value is (45,221,122). Sum of RGB (Red+Green+Blue) = 45+221+122=388 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.60% from 388); Green value is 221 (86.72% from 255 or 56.96% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDD7A is #D22285. Grayscale: #9D9D9D. Windows color (decimal): -13771398 or 8052013. OLE color: 8052013.
HSL color Cylindrical-coordinate representation of color #2DDD7A: hue angle of 146.25º 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 #2DDD7A is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 122 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.13 |
| HSL | 146.25º | 0.72% | 0.52% | - |
| HSV(B) | 146.25º | 0.8% | 0.87% | - |
| XYZ | 30.45 | 53.68 | 27.17 | - |
| YUV | 157.09 | 108.19 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 122 | 0.80 | 0 | 0.45 | 0.13 | 146.25 | 0.72 | 0.52 |
| Hex | 2D | DD | 7A | 50 | 0 | 2D | D | 92 | 48 | 34 |
| Octal | 55 | 335 | 172 | 120 | 0 | 55 | 15 | 222 | 110 | 64 |
| Binary | 101101 | 11011101 | 1111010 | 1010000 | 0 | 101101 | 1101 | 10010010 | 1001000 | 110100 |
Color Harmonies of #2DDD7A
Complementary color
Monochromatic Colors of #2DDD7A
Black with #2DDD7A
Text Example
Text Example
White with #2DDD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD7A; }
p { color: rgb(45,221,122); }
H1.HeaderClassName
{
color: #2DDD7A;
}
.AnyTagClassName
{
color: #2DDD7A;
}
</style>
background-color css
<style>
a { background-color: #2DDD7A; }
a { background-color: rgb(45,221,122); }
div.DivClassName
{
background-color: #2DDD7A;
}
.BgClassName
{
background-color: #2DDD7A;
}
</style>
border-color css
<style>
span { border-color: #2DDD7A; }
span { border-color: rgb(45,221,122); }
td.TdClassName
{
border-color: #2DDD7A;
}
.TagClassName
{
border-color: #2DDD7A;
}
</style>