Shades of Shamrock #2DBE8E
Tints of Shamrock #2DBE8E
RGB
CMYK
RGB Variations
Color information
#2DBE8E (or 0x2DBE8E) is known color: Shamrock. HEX triplet: 2D, BE and 8E. RGB value is (45,190,142). Sum of RGB (Red+Green+Blue) = 45+190+142=377 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.94% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBE8E is #D24171. Grayscale: #8D8D8D. Windows color (decimal): -13779314 or 9354797. OLE color: 9354797.
HSL color Cylindrical-coordinate representation of color #2DBE8E: hue angle of 160.14º 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 #2DBE8E is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 142 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.25 |
| HSL | 160.14º | 0.62% | 0.46% | - |
| HSV(B) | 160.14º | 0.76% | 0.75% | - |
| XYZ | 24.38 | 39.34 | 31.9 | - |
| YUV | 141.17 | 128.46 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 142 | 0.76 | 0 | 0.25 | 0.25 | 160.14 | 0.62 | 0.46 |
| Hex | 2D | BE | 8E | 4C | 0 | 19 | 19 | A0 | 3E | 2E |
| Octal | 55 | 276 | 216 | 114 | 0 | 31 | 31 | 240 | 76 | 56 |
| Binary | 101101 | 10111110 | 10001110 | 1001100 | 0 | 11001 | 11001 | 10100000 | 111110 | 101110 |
Color Harmonies of #2DBE8E
Complementary color
Monochromatic Colors of #2DBE8E
Black with #2DBE8E
Text Example
Text Example
White with #2DBE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE8E; }
p { color: rgb(45,190,142); }
H1.HeaderClassName
{
color: #2DBE8E;
}
.AnyTagClassName
{
color: #2DBE8E;
}
</style>
background-color css
<style>
a { background-color: #2DBE8E; }
a { background-color: rgb(45,190,142); }
div.DivClassName
{
background-color: #2DBE8E;
}
.BgClassName
{
background-color: #2DBE8E;
}
</style>
border-color css
<style>
span { border-color: #2DBE8E; }
span { border-color: rgb(45,190,142); }
td.TdClassName
{
border-color: #2DBE8E;
}
.TagClassName
{
border-color: #2DBE8E;
}
</style>