Shades of Shamrock #2DC195
Tints of Shamrock #2DC195
RGB
CMYK
RGB Variations
Color information
#2DC195 (or 0x2DC195) is known color: Shamrock. HEX triplet: 2D, C1 and 95. RGB value is (45,193,149). Sum of RGB (Red+Green+Blue) = 45+193+149=387 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.63% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC195 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC195 is #D23E6A. Grayscale: #8F8F8F. Windows color (decimal): -13778539 or 9814317. OLE color: 9814317.
HSL color Cylindrical-coordinate representation of color #2DC195: hue angle of 162.16º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC195 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 149 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.24 |
| HSL | 162.16º | 0.62% | 0.47% | - |
| HSV(B) | 162.16º | 0.77% | 0.76% | - |
| XYZ | 25.58 | 40.87 | 34.97 | - |
| YUV | 143.73 | 130.97 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 149 | 0.77 | 0 | 0.23 | 0.24 | 162.16 | 0.62 | 0.47 |
| Hex | 2D | C1 | 95 | 4D | 0 | 17 | 18 | A2 | 3E | 2F |
| Octal | 55 | 301 | 225 | 115 | 0 | 27 | 30 | 242 | 76 | 57 |
| Binary | 101101 | 11000001 | 10010101 | 1001101 | 0 | 10111 | 11000 | 10100010 | 111110 | 101111 |
Color Harmonies of #2DC195
Complementary color
Monochromatic Colors of #2DC195
Black with #2DC195
Text Example
Text Example
White with #2DC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC195; }
p { color: rgb(45,193,149); }
H1.HeaderClassName
{
color: #2DC195;
}
.AnyTagClassName
{
color: #2DC195;
}
</style>
background-color css
<style>
a { background-color: #2DC195; }
a { background-color: rgb(45,193,149); }
div.DivClassName
{
background-color: #2DC195;
}
.BgClassName
{
background-color: #2DC195;
}
</style>
border-color css
<style>
span { border-color: #2DC195; }
span { border-color: rgb(45,193,149); }
td.TdClassName
{
border-color: #2DC195;
}
.TagClassName
{
border-color: #2DC195;
}
</style>