Shades of Shamrock #2DC189
Tints of Shamrock #2DC189
RGB
CMYK
RGB Variations
Color information
#2DC189 (or 0x2DC189) is known color: Shamrock. HEX triplet: 2D, C1 and 89. RGB value is (45,193,137). Sum of RGB (Red+Green+Blue) = 45+193+137=375 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC189 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC189 is #D23E76. Grayscale: #8E8E8E. Windows color (decimal): -13778551 or 9027885. OLE color: 9027885.
HSL color Cylindrical-coordinate representation of color #2DC189: hue angle of 157.3º 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 #2DC189 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 137 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.24 |
| HSL | 157.3º | 0.62% | 0.47% | - |
| HSV(B) | 157.3º | 0.77% | 0.76% | - |
| XYZ | 24.67 | 40.5 | 30.18 | - |
| YUV | 142.36 | 124.97 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 137 | 0.77 | 0 | 0.29 | 0.24 | 157.3 | 0.62 | 0.47 |
| Hex | 2D | C1 | 89 | 4D | 0 | 1D | 18 | 9D | 3E | 2F |
| Octal | 55 | 301 | 211 | 115 | 0 | 35 | 30 | 235 | 76 | 57 |
| Binary | 101101 | 11000001 | 10001001 | 1001101 | 0 | 11101 | 11000 | 10011101 | 111110 | 101111 |
Color Harmonies of #2DC189
Complementary color
Monochromatic Colors of #2DC189
Black with #2DC189
Text Example
Text Example
White with #2DC189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC189; }
p { color: rgb(45,193,137); }
H1.HeaderClassName
{
color: #2DC189;
}
.AnyTagClassName
{
color: #2DC189;
}
</style>
background-color css
<style>
a { background-color: #2DC189; }
a { background-color: rgb(45,193,137); }
div.DivClassName
{
background-color: #2DC189;
}
.BgClassName
{
background-color: #2DC189;
}
</style>
border-color css
<style>
span { border-color: #2DC189; }
span { border-color: rgb(45,193,137); }
td.TdClassName
{
border-color: #2DC189;
}
.TagClassName
{
border-color: #2DC189;
}
</style>