Shades of Shamrock #2DC09F
Tints of Shamrock #2DC09F
RGB
CMYK
RGB Variations
Color information
#2DC09F (or 0x2DC09F) is known color: Shamrock. HEX triplet: 2D, C0 and 9F. RGB value is (45,192,159). Sum of RGB (Red+Green+Blue) = 45+192+159=396 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.36% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC09F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC09F is #D23F60. Grayscale: #909090. Windows color (decimal): -13778785 or 10469421. OLE color: 10469421.
HSL color Cylindrical-coordinate representation of color #2DC09F: hue angle of 166.53º 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 #2DC09F is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 159 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.25 |
| HSL | 166.53º | 0.62% | 0.46% | - |
| HSV(B) | 166.53º | 0.77% | 0.75% | - |
| XYZ | 26.19 | 40.76 | 39.29 | - |
| YUV | 144.29 | 136.3 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 159 | 0.77 | 0 | 0.17 | 0.25 | 166.53 | 0.62 | 0.46 |
| Hex | 2D | C0 | 9F | 4D | 0 | 11 | 19 | A7 | 3E | 2E |
| Octal | 55 | 300 | 237 | 115 | 0 | 21 | 31 | 247 | 76 | 56 |
| Binary | 101101 | 11000000 | 10011111 | 1001101 | 0 | 10001 | 11001 | 10100111 | 111110 | 101110 |
Color Harmonies of #2DC09F
Complementary color
Monochromatic Colors of #2DC09F
Black with #2DC09F
Text Example
Text Example
White with #2DC09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC09F; }
p { color: rgb(45,192,159); }
H1.HeaderClassName
{
color: #2DC09F;
}
.AnyTagClassName
{
color: #2DC09F;
}
</style>
background-color css
<style>
a { background-color: #2DC09F; }
a { background-color: rgb(45,192,159); }
div.DivClassName
{
background-color: #2DC09F;
}
.BgClassName
{
background-color: #2DC09F;
}
</style>
border-color css
<style>
span { border-color: #2DC09F; }
span { border-color: rgb(45,192,159); }
td.TdClassName
{
border-color: #2DC09F;
}
.TagClassName
{
border-color: #2DC09F;
}
</style>