Shades of Shamrock #2DBF9E
Tints of Shamrock #2DBF9E
RGB
CMYK
RGB Variations
Color information
#2DBF9E (or 0x2DBF9E) is known color: Shamrock. HEX triplet: 2D, BF and 9E. RGB value is (45,191,158). Sum of RGB (Red+Green+Blue) = 45+191+158=394 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.42% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBF9E is #D24061. Grayscale: #8F8F8F. Windows color (decimal): -13779042 or 10403629. OLE color: 10403629.
HSL color Cylindrical-coordinate representation of color #2DBF9E: hue angle of 166.44º 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 #2DBF9E is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 158 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.25 |
| HSL | 166.44º | 0.62% | 0.46% | - |
| HSV(B) | 166.44º | 0.76% | 0.75% | - |
| XYZ | 25.88 | 40.29 | 38.76 | - |
| YUV | 143.58 | 136.13 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 158 | 0.76 | 0 | 0.17 | 0.25 | 166.44 | 0.62 | 0.46 |
| Hex | 2D | BF | 9E | 4C | 0 | 11 | 19 | A6 | 3E | 2E |
| Octal | 55 | 277 | 236 | 114 | 0 | 21 | 31 | 246 | 76 | 56 |
| Binary | 101101 | 10111111 | 10011110 | 1001100 | 0 | 10001 | 11001 | 10100110 | 111110 | 101110 |
Color Harmonies of #2DBF9E
Complementary color
Monochromatic Colors of #2DBF9E
Black with #2DBF9E
Text Example
Text Example
White with #2DBF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF9E; }
p { color: rgb(45,191,158); }
H1.HeaderClassName
{
color: #2DBF9E;
}
.AnyTagClassName
{
color: #2DBF9E;
}
</style>
background-color css
<style>
a { background-color: #2DBF9E; }
a { background-color: rgb(45,191,158); }
div.DivClassName
{
background-color: #2DBF9E;
}
.BgClassName
{
background-color: #2DBF9E;
}
</style>
border-color css
<style>
span { border-color: #2DBF9E; }
span { border-color: rgb(45,191,158); }
td.TdClassName
{
border-color: #2DBF9E;
}
.TagClassName
{
border-color: #2DBF9E;
}
</style>