Shades of Shamrock #2DBE9E
Tints of Shamrock #2DBE9E
RGB
CMYK
RGB Variations
Color information
#2DBE9E (or 0x2DBE9E) is known color: Shamrock. HEX triplet: 2D, BE and 9E. RGB value is (45,190,158). Sum of RGB (Red+Green+Blue) = 45+190+158=393 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.45% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBE9E is #D24161. Grayscale: #8E8E8E. Windows color (decimal): -13779298 or 10403373. OLE color: 10403373.
HSL color Cylindrical-coordinate representation of color #2DBE9E: hue angle of 166.76º 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 #2DBE9E is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 158 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.25 |
| HSL | 166.76º | 0.62% | 0.46% | - |
| HSV(B) | 166.76º | 0.76% | 0.75% | - |
| XYZ | 25.67 | 39.85 | 38.69 | - |
| YUV | 143 | 136.46 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 158 | 0.76 | 0 | 0.17 | 0.25 | 166.76 | 0.62 | 0.46 |
| Hex | 2D | BE | 9E | 4C | 0 | 11 | 19 | A7 | 3E | 2E |
| Octal | 55 | 276 | 236 | 114 | 0 | 21 | 31 | 247 | 76 | 56 |
| Binary | 101101 | 10111110 | 10011110 | 1001100 | 0 | 10001 | 11001 | 10100111 | 111110 | 101110 |
Color Harmonies of #2DBE9E
Complementary color
Monochromatic Colors of #2DBE9E
Black with #2DBE9E
Text Example
Text Example
White with #2DBE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE9E; }
p { color: rgb(45,190,158); }
H1.HeaderClassName
{
color: #2DBE9E;
}
.AnyTagClassName
{
color: #2DBE9E;
}
</style>
background-color css
<style>
a { background-color: #2DBE9E; }
a { background-color: rgb(45,190,158); }
div.DivClassName
{
background-color: #2DBE9E;
}
.BgClassName
{
background-color: #2DBE9E;
}
</style>
border-color css
<style>
span { border-color: #2DBE9E; }
span { border-color: rgb(45,190,158); }
td.TdClassName
{
border-color: #2DBE9E;
}
.TagClassName
{
border-color: #2DBE9E;
}
</style>