Shades of Shamrock #2DC196
Tints of Shamrock #2DC196
RGB
CMYK
RGB Variations
Color information
#2DC196 (or 0x2DC196) is known color: Shamrock. HEX triplet: 2D, C1 and 96. RGB value is (45,193,150). Sum of RGB (Red+Green+Blue) = 45+193+150=388 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.60% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC196 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC196 is #D23E69. Grayscale: #8F8F8F. Windows color (decimal): -13778538 or 9879853. OLE color: 9879853.
HSL color Cylindrical-coordinate representation of color #2DC196: hue angle of 162.57º 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 #2DC196 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 150 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.24 |
| HSL | 162.57º | 0.62% | 0.47% | - |
| HSV(B) | 162.57º | 0.77% | 0.76% | - |
| XYZ | 25.66 | 40.9 | 35.4 | - |
| YUV | 143.85 | 131.47 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 150 | 0.77 | 0 | 0.22 | 0.24 | 162.57 | 0.62 | 0.47 |
| Hex | 2D | C1 | 96 | 4D | 0 | 16 | 18 | A3 | 3E | 2F |
| Octal | 55 | 301 | 226 | 115 | 0 | 26 | 30 | 243 | 76 | 57 |
| Binary | 101101 | 11000001 | 10010110 | 1001101 | 0 | 10110 | 11000 | 10100011 | 111110 | 101111 |
Color Harmonies of #2DC196
Complementary color
Monochromatic Colors of #2DC196
Black with #2DC196
Text Example
Text Example
White with #2DC196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC196; }
p { color: rgb(45,193,150); }
H1.HeaderClassName
{
color: #2DC196;
}
.AnyTagClassName
{
color: #2DC196;
}
</style>
background-color css
<style>
a { background-color: #2DC196; }
a { background-color: rgb(45,193,150); }
div.DivClassName
{
background-color: #2DC196;
}
.BgClassName
{
background-color: #2DC196;
}
</style>
border-color css
<style>
span { border-color: #2DC196; }
span { border-color: rgb(45,193,150); }
td.TdClassName
{
border-color: #2DC196;
}
.TagClassName
{
border-color: #2DC196;
}
</style>