Shades of Shamrock #2DC7A3
Tints of Shamrock #2DC7A3
RGB
CMYK
RGB Variations
Color information
#2DC7A3 (or 0x2DC7A3) is known color: Shamrock. HEX triplet: 2D, C7 and A3. RGB value is (45,199,163). Sum of RGB (Red+Green+Blue) = 45+199+163=407 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.06% from 407); Green value is 199 (78.12% from 255 or 48.89% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 199 - color contains mainly: green. Hex color #2DC7A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC7A3 is #D2385C. Grayscale: #949494. Windows color (decimal): -13776989 or 10733357. OLE color: 10733357.
HSL color Cylindrical-coordinate representation of color #2DC7A3: hue angle of 165.97º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC7A3 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 199 | 163 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.22 |
| HSL | 165.97º | 0.63% | 0.48% | - |
| HSV(B) | 165.97º | 0.77% | 0.78% | - |
| XYZ | 28.12 | 44.05 | 41.67 | - |
| YUV | 148.85 | 135.98 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 199 | 163 | 0.77 | 0 | 0.18 | 0.22 | 165.97 | 0.63 | 0.48 |
| Hex | 2D | C7 | A3 | 4D | 0 | 12 | 16 | A6 | 3F | 30 |
| Octal | 55 | 307 | 243 | 115 | 0 | 22 | 26 | 246 | 77 | 60 |
| Binary | 101101 | 11000111 | 10100011 | 1001101 | 0 | 10010 | 10110 | 10100110 | 111111 | 110000 |
Color Harmonies of #2DC7A3
Complementary color
Monochromatic Colors of #2DC7A3
Black with #2DC7A3
Text Example
Text Example
White with #2DC7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC7A3; }
p { color: rgb(45,199,163); }
H1.HeaderClassName
{
color: #2DC7A3;
}
.AnyTagClassName
{
color: #2DC7A3;
}
</style>
background-color css
<style>
a { background-color: #2DC7A3; }
a { background-color: rgb(45,199,163); }
div.DivClassName
{
background-color: #2DC7A3;
}
.BgClassName
{
background-color: #2DC7A3;
}
</style>
border-color css
<style>
span { border-color: #2DC7A3; }
span { border-color: rgb(45,199,163); }
td.TdClassName
{
border-color: #2DC7A3;
}
.TagClassName
{
border-color: #2DC7A3;
}
</style>