Shades of Shamrock #2DC09D
Tints of Shamrock #2DC09D
RGB
CMYK
RGB Variations
Color information
#2DC09D (or 0x2DC09D) is known color: Shamrock. HEX triplet: 2D, C0 and 9D. RGB value is (45,192,157). Sum of RGB (Red+Green+Blue) = 45+192+157=394 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.42% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC09D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC09D is #D23F62. Grayscale: #909090. Windows color (decimal): -13778787 or 10338349. OLE color: 10338349.
HSL color Cylindrical-coordinate representation of color #2DC09D: hue angle of 165.71º 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 #2DC09D is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 157 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.25 |
| HSL | 165.71º | 0.62% | 0.46% | - |
| HSV(B) | 165.71º | 0.77% | 0.75% | - |
| XYZ | 26.02 | 40.69 | 38.38 | - |
| YUV | 144.06 | 135.3 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 157 | 0.77 | 0 | 0.18 | 0.25 | 165.71 | 0.62 | 0.46 |
| Hex | 2D | C0 | 9D | 4D | 0 | 12 | 19 | A6 | 3E | 2E |
| Octal | 55 | 300 | 235 | 115 | 0 | 22 | 31 | 246 | 76 | 56 |
| Binary | 101101 | 11000000 | 10011101 | 1001101 | 0 | 10010 | 11001 | 10100110 | 111110 | 101110 |
Color Harmonies of #2DC09D
Complementary color
Monochromatic Colors of #2DC09D
Black with #2DC09D
Text Example
Text Example
White with #2DC09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC09D; }
p { color: rgb(45,192,157); }
H1.HeaderClassName
{
color: #2DC09D;
}
.AnyTagClassName
{
color: #2DC09D;
}
</style>
background-color css
<style>
a { background-color: #2DC09D; }
a { background-color: rgb(45,192,157); }
div.DivClassName
{
background-color: #2DC09D;
}
.BgClassName
{
background-color: #2DC09D;
}
</style>
border-color css
<style>
span { border-color: #2DC09D; }
span { border-color: rgb(45,192,157); }
td.TdClassName
{
border-color: #2DC09D;
}
.TagClassName
{
border-color: #2DC09D;
}
</style>