Shades of Shamrock #2DC59C
Tints of Shamrock #2DC59C
RGB
CMYK
RGB Variations
Color information
#2DC59C (or 0x2DC59C) is known color: Shamrock. HEX triplet: 2D, C5 and 9C. RGB value is (45,197,156). Sum of RGB (Red+Green+Blue) = 45+197+156=398 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.31% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC59C is #D23A63. Grayscale: #929292. Windows color (decimal): -13777508 or 10274093. OLE color: 10274093.
HSL color Cylindrical-coordinate representation of color #2DC59C: hue angle of 163.82º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC59C is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 197 | 156 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.23 |
| HSL | 163.82º | 0.63% | 0.47% | - |
| HSV(B) | 163.82º | 0.77% | 0.77% | - |
| XYZ | 27.05 | 42.89 | 38.31 | - |
| YUV | 146.88 | 133.14 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 197 | 156 | 0.77 | 0 | 0.21 | 0.23 | 163.82 | 0.63 | 0.47 |
| Hex | 2D | C5 | 9C | 4D | 0 | 15 | 17 | A4 | 3F | 2F |
| Octal | 55 | 305 | 234 | 115 | 0 | 25 | 27 | 244 | 77 | 57 |
| Binary | 101101 | 11000101 | 10011100 | 1001101 | 0 | 10101 | 10111 | 10100100 | 111111 | 101111 |
Color Harmonies of #2DC59C
Complementary color
Monochromatic Colors of #2DC59C
Black with #2DC59C
Text Example
Text Example
White with #2DC59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC59C; }
p { color: rgb(45,197,156); }
H1.HeaderClassName
{
color: #2DC59C;
}
.AnyTagClassName
{
color: #2DC59C;
}
</style>
background-color css
<style>
a { background-color: #2DC59C; }
a { background-color: rgb(45,197,156); }
div.DivClassName
{
background-color: #2DC59C;
}
.BgClassName
{
background-color: #2DC59C;
}
</style>
border-color css
<style>
span { border-color: #2DC59C; }
span { border-color: rgb(45,197,156); }
td.TdClassName
{
border-color: #2DC59C;
}
.TagClassName
{
border-color: #2DC59C;
}
</style>