Shades of Shamrock #2DC197
Tints of Shamrock #2DC197
RGB
CMYK
RGB Variations
Color information
#2DC197 (or 0x2DC197) is known color: Shamrock. HEX triplet: 2D, C1 and 97. RGB value is (45,193,151). Sum of RGB (Red+Green+Blue) = 45+193+151=389 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.57% from 389); Green value is 193 (75.78% from 255 or 49.61% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC197 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC197 is #D23E68. Grayscale: #8F8F8F. Windows color (decimal): -13778537 or 9945389. OLE color: 9945389.
HSL color Cylindrical-coordinate representation of color #2DC197: hue angle of 162.97º 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 #2DC197 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 151 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.24 |
| HSL | 162.97º | 0.62% | 0.47% | - |
| HSV(B) | 162.97º | 0.77% | 0.76% | - |
| XYZ | 25.74 | 40.93 | 35.82 | - |
| YUV | 143.96 | 131.97 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 151 | 0.77 | 0 | 0.22 | 0.24 | 162.97 | 0.62 | 0.47 |
| Hex | 2D | C1 | 97 | 4D | 0 | 16 | 18 | A3 | 3E | 2F |
| Octal | 55 | 301 | 227 | 115 | 0 | 26 | 30 | 243 | 76 | 57 |
| Binary | 101101 | 11000001 | 10010111 | 1001101 | 0 | 10110 | 11000 | 10100011 | 111110 | 101111 |
Color Harmonies of #2DC197
Complementary color
Monochromatic Colors of #2DC197
Black with #2DC197
Text Example
Text Example
White with #2DC197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC197; }
p { color: rgb(45,193,151); }
H1.HeaderClassName
{
color: #2DC197;
}
.AnyTagClassName
{
color: #2DC197;
}
</style>
background-color css
<style>
a { background-color: #2DC197; }
a { background-color: rgb(45,193,151); }
div.DivClassName
{
background-color: #2DC197;
}
.BgClassName
{
background-color: #2DC197;
}
</style>
border-color css
<style>
span { border-color: #2DC197; }
span { border-color: rgb(45,193,151); }
td.TdClassName
{
border-color: #2DC197;
}
.TagClassName
{
border-color: #2DC197;
}
</style>