Shades of Shamrock #2DC093
Tints of Shamrock #2DC093
RGB
CMYK
RGB Variations
Color information
#2DC093 (or 0x2DC093) is known color: Shamrock. HEX triplet: 2D, C0 and 93. RGB value is (45,192,147). Sum of RGB (Red+Green+Blue) = 45+192+147=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC093 is #D23F6C. Grayscale: #8E8E8E. Windows color (decimal): -13778797 or 9682989. OLE color: 9682989.
HSL color Cylindrical-coordinate representation of color #2DC093: hue angle of 161.63º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC093 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 147 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.25 |
| HSL | 161.63º | 0.62% | 0.46% | - |
| HSV(B) | 161.63º | 0.77% | 0.75% | - |
| XYZ | 25.2 | 40.36 | 34.07 | - |
| YUV | 142.92 | 130.3 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 147 | 0.77 | 0 | 0.23 | 0.25 | 161.63 | 0.62 | 0.46 |
| Hex | 2D | C0 | 93 | 4D | 0 | 17 | 19 | A2 | 3E | 2E |
| Octal | 55 | 300 | 223 | 115 | 0 | 27 | 31 | 242 | 76 | 56 |
| Binary | 101101 | 11000000 | 10010011 | 1001101 | 0 | 10111 | 11001 | 10100010 | 111110 | 101110 |
Color Harmonies of #2DC093
Complementary color
Monochromatic Colors of #2DC093
Black with #2DC093
Text Example
Text Example
White with #2DC093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC093; }
p { color: rgb(45,192,147); }
H1.HeaderClassName
{
color: #2DC093;
}
.AnyTagClassName
{
color: #2DC093;
}
</style>
background-color css
<style>
a { background-color: #2DC093; }
a { background-color: rgb(45,192,147); }
div.DivClassName
{
background-color: #2DC093;
}
.BgClassName
{
background-color: #2DC093;
}
</style>
border-color css
<style>
span { border-color: #2DC093; }
span { border-color: rgb(45,192,147); }
td.TdClassName
{
border-color: #2DC093;
}
.TagClassName
{
border-color: #2DC093;
}
</style>