Shades of Shamrock #2DC09C
Tints of Shamrock #2DC09C
RGB
CMYK
RGB Variations
Color information
#2DC09C (or 0x2DC09C) is known color: Shamrock. HEX triplet: 2D, C0 and 9C. RGB value is (45,192,156). Sum of RGB (Red+Green+Blue) = 45+192+156=393 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.45% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC09C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC09C is #D23F63. Grayscale: #8F8F8F. Windows color (decimal): -13778788 or 10272813. OLE color: 10272813.
HSL color Cylindrical-coordinate representation of color #2DC09C: hue angle of 165.31º 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 #2DC09C is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 156 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.25 |
| HSL | 165.31º | 0.62% | 0.46% | - |
| HSV(B) | 165.31º | 0.77% | 0.75% | - |
| XYZ | 25.93 | 40.66 | 37.93 | - |
| YUV | 143.94 | 134.8 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 156 | 0.77 | 0 | 0.19 | 0.25 | 165.31 | 0.62 | 0.46 |
| Hex | 2D | C0 | 9C | 4D | 0 | 13 | 19 | A5 | 3E | 2E |
| Octal | 55 | 300 | 234 | 115 | 0 | 23 | 31 | 245 | 76 | 56 |
| Binary | 101101 | 11000000 | 10011100 | 1001101 | 0 | 10011 | 11001 | 10100101 | 111110 | 101110 |
Color Harmonies of #2DC09C
Complementary color
Monochromatic Colors of #2DC09C
Black with #2DC09C
Text Example
Text Example
White with #2DC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC09C; }
p { color: rgb(45,192,156); }
H1.HeaderClassName
{
color: #2DC09C;
}
.AnyTagClassName
{
color: #2DC09C;
}
</style>
background-color css
<style>
a { background-color: #2DC09C; }
a { background-color: rgb(45,192,156); }
div.DivClassName
{
background-color: #2DC09C;
}
.BgClassName
{
background-color: #2DC09C;
}
</style>
border-color css
<style>
span { border-color: #2DC09C; }
span { border-color: rgb(45,192,156); }
td.TdClassName
{
border-color: #2DC09C;
}
.TagClassName
{
border-color: #2DC09C;
}
</style>