Shades of Shamrock #2DBE9C
Tints of Shamrock #2DBE9C
RGB
CMYK
RGB Variations
Color information
#2DBE9C (or 0x2DBE9C) is known color: Shamrock. HEX triplet: 2D, BE and 9C. RGB value is (45,190,156). Sum of RGB (Red+Green+Blue) = 45+190+156=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBE9C is #D24163. Grayscale: #8E8E8E. Windows color (decimal): -13779300 or 10272301. OLE color: 10272301.
HSL color Cylindrical-coordinate representation of color #2DBE9C: hue angle of 165.93º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBE9C is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 156 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.25 |
| HSL | 165.93º | 0.62% | 0.46% | - |
| HSV(B) | 165.93º | 0.76% | 0.75% | - |
| XYZ | 25.5 | 39.79 | 37.79 | - |
| YUV | 142.77 | 135.46 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 156 | 0.76 | 0 | 0.18 | 0.25 | 165.93 | 0.62 | 0.46 |
| Hex | 2D | BE | 9C | 4C | 0 | 12 | 19 | A6 | 3E | 2E |
| Octal | 55 | 276 | 234 | 114 | 0 | 22 | 31 | 246 | 76 | 56 |
| Binary | 101101 | 10111110 | 10011100 | 1001100 | 0 | 10010 | 11001 | 10100110 | 111110 | 101110 |
Color Harmonies of #2DBE9C
Complementary color
Monochromatic Colors of #2DBE9C
Black with #2DBE9C
Text Example
Text Example
White with #2DBE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE9C; }
p { color: rgb(45,190,156); }
H1.HeaderClassName
{
color: #2DBE9C;
}
.AnyTagClassName
{
color: #2DBE9C;
}
</style>
background-color css
<style>
a { background-color: #2DBE9C; }
a { background-color: rgb(45,190,156); }
div.DivClassName
{
background-color: #2DBE9C;
}
.BgClassName
{
background-color: #2DBE9C;
}
</style>
border-color css
<style>
span { border-color: #2DBE9C; }
span { border-color: rgb(45,190,156); }
td.TdClassName
{
border-color: #2DBE9C;
}
.TagClassName
{
border-color: #2DBE9C;
}
</style>