Shades of Shamrock #2DDFA1
Tints of Shamrock #2DDFA1
RGB
CMYK
RGB Variations
Color information
#2DDFA1 (or 0x2DDFA1) is known color: Shamrock. HEX triplet: 2D, DF and A1. RGB value is (45,223,161). Sum of RGB (Red+Green+Blue) = 45+223+161=429 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.49% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDFA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDFA1 is #D2205E. Grayscale: #A2A2A2. Windows color (decimal): -13770847 or 10608429. OLE color: 10608429.
HSL color Cylindrical-coordinate representation of color #2DDFA1: hue angle of 159.1º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDFA1 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 161 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.13 |
| HSL | 159.1º | 0.74% | 0.53% | - |
| HSV(B) | 159.1º | 0.8% | 0.87% | - |
| XYZ | 33.9 | 55.91 | 42.72 | - |
| YUV | 162.71 | 127.03 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 161 | 0.80 | 0 | 0.28 | 0.13 | 159.1 | 0.74 | 0.53 |
| Hex | 2D | DF | A1 | 50 | 0 | 1C | D | 9F | 4A | 35 |
| Octal | 55 | 337 | 241 | 120 | 0 | 34 | 15 | 237 | 112 | 65 |
| Binary | 101101 | 11011111 | 10100001 | 1010000 | 0 | 11100 | 1101 | 10011111 | 1001010 | 110101 |
Color Harmonies of #2DDFA1
Complementary color
Monochromatic Colors of #2DDFA1
Black with #2DDFA1
Text Example
Text Example
White with #2DDFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDFA1; }
p { color: rgb(45,223,161); }
H1.HeaderClassName
{
color: #2DDFA1;
}
.AnyTagClassName
{
color: #2DDFA1;
}
</style>
background-color css
<style>
a { background-color: #2DDFA1; }
a { background-color: rgb(45,223,161); }
div.DivClassName
{
background-color: #2DDFA1;
}
.BgClassName
{
background-color: #2DDFA1;
}
</style>
border-color css
<style>
span { border-color: #2DDFA1; }
span { border-color: rgb(45,223,161); }
td.TdClassName
{
border-color: #2DDFA1;
}
.TagClassName
{
border-color: #2DDFA1;
}
</style>