Shades of Shamrock #2DEA9B
Tints of Shamrock #2DEA9B
RGB
CMYK
RGB Variations
Color information
#2DEA9B (or 0x2DEA9B) is known color: Shamrock. HEX triplet: 2D, EA and 9B. RGB value is (45,234,155). Sum of RGB (Red+Green+Blue) = 45+234+155=434 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.37% from 434); Green value is 234 (91.80% from 255 or 53.92% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEA9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DEA9B is #D21564. Grayscale: #A8A8A8. Windows color (decimal): -13768037 or 10218029. OLE color: 10218029.
HSL color Cylindrical-coordinate representation of color #2DEA9B: hue angle of 154.92º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEA9B is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 155 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.08 |
| HSL | 154.92º | 0.82% | 0.55% | - |
| HSV(B) | 154.92º | 0.81% | 0.92% | - |
| XYZ | 36.42 | 61.77 | 41.01 | - |
| YUV | 168.48 | 120.38 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 155 | 0.81 | 0 | 0.34 | 0.08 | 154.92 | 0.82 | 0.55 |
| Hex | 2D | EA | 9B | 51 | 0 | 22 | 8 | 9B | 52 | 37 |
| Octal | 55 | 352 | 233 | 121 | 0 | 42 | 10 | 233 | 122 | 67 |
| Binary | 101101 | 11101010 | 10011011 | 1010001 | 0 | 100010 | 1000 | 10011011 | 1010010 | 110111 |
Color Harmonies of #2DEA9B
Complementary color
Monochromatic Colors of #2DEA9B
Black with #2DEA9B
Text Example
Text Example
White with #2DEA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEA9B; }
p { color: rgb(45,234,155); }
H1.HeaderClassName
{
color: #2DEA9B;
}
.AnyTagClassName
{
color: #2DEA9B;
}
</style>
background-color css
<style>
a { background-color: #2DEA9B; }
a { background-color: rgb(45,234,155); }
div.DivClassName
{
background-color: #2DEA9B;
}
.BgClassName
{
background-color: #2DEA9B;
}
</style>
border-color css
<style>
span { border-color: #2DEA9B; }
span { border-color: rgb(45,234,155); }
td.TdClassName
{
border-color: #2DEA9B;
}
.TagClassName
{
border-color: #2DEA9B;
}
</style>