Shades of Shamrock #2DCA9C
Tints of Shamrock #2DCA9C
RGB
CMYK
RGB Variations
Color information
#2DCA9C (or 0x2DCA9C) is known color: Shamrock. HEX triplet: 2D, CA and 9C. RGB value is (45,202,156). Sum of RGB (Red+Green+Blue) = 45+202+156=403 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.17% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DCA9C is #D23563. Grayscale: #959595. Windows color (decimal): -13776228 or 10275373. OLE color: 10275373.
HSL color Cylindrical-coordinate representation of color #2DCA9C: hue angle of 162.42º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCA9C is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 202 | 156 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.21 |
| HSL | 162.42º | 0.64% | 0.48% | - |
| HSV(B) | 162.42º | 0.78% | 0.79% | - |
| XYZ | 28.2 | 45.2 | 38.69 | - |
| YUV | 149.81 | 131.49 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 156 | 0.78 | 0 | 0.23 | 0.21 | 162.42 | 0.64 | 0.48 |
| Hex | 2D | CA | 9C | 4E | 0 | 17 | 15 | A2 | 40 | 30 |
| Octal | 55 | 312 | 234 | 116 | 0 | 27 | 25 | 242 | 100 | 60 |
| Binary | 101101 | 11001010 | 10011100 | 1001110 | 0 | 10111 | 10101 | 10100010 | 1000000 | 110000 |
Color Harmonies of #2DCA9C
Complementary color
Monochromatic Colors of #2DCA9C
Black with #2DCA9C
Text Example
Text Example
White with #2DCA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCA9C; }
p { color: rgb(45,202,156); }
H1.HeaderClassName
{
color: #2DCA9C;
}
.AnyTagClassName
{
color: #2DCA9C;
}
</style>
background-color css
<style>
a { background-color: #2DCA9C; }
a { background-color: rgb(45,202,156); }
div.DivClassName
{
background-color: #2DCA9C;
}
.BgClassName
{
background-color: #2DCA9C;
}
</style>
border-color css
<style>
span { border-color: #2DCA9C; }
span { border-color: rgb(45,202,156); }
td.TdClassName
{
border-color: #2DCA9C;
}
.TagClassName
{
border-color: #2DCA9C;
}
</style>