Shades of Shamrock #2DEB9C
Tints of Shamrock #2DEB9C
RGB
CMYK
RGB Variations
Color information
#2DEB9C (or 0x2DEB9C) is known color: Shamrock. HEX triplet: 2D, EB and 9C. RGB value is (45,235,156). Sum of RGB (Red+Green+Blue) = 45+235+156=436 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.32% from 436); Green value is 235 (92.19% from 255 or 53.90% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 235 - color contains mainly: green. Hex color #2DEB9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DEB9C is #D21463. Grayscale: #A9A9A9. Windows color (decimal): -13767780 or 10283821. OLE color: 10283821.
HSL color Cylindrical-coordinate representation of color #2DEB9C: hue angle of 155.05º degrees, saturation: 0.83, 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 #2DEB9C is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 235 | 156 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.08 |
| HSL | 155.05º | 0.83% | 0.55% | - |
| HSV(B) | 155.05º | 0.81% | 0.92% | - |
| XYZ | 36.79 | 62.37 | 41.55 | - |
| YUV | 169.18 | 120.55 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 235 | 156 | 0.81 | 0 | 0.34 | 0.08 | 155.05 | 0.83 | 0.55 |
| Hex | 2D | EB | 9C | 51 | 0 | 22 | 8 | 9B | 53 | 37 |
| Octal | 55 | 353 | 234 | 121 | 0 | 42 | 10 | 233 | 123 | 67 |
| Binary | 101101 | 11101011 | 10011100 | 1010001 | 0 | 100010 | 1000 | 10011011 | 1010011 | 110111 |
Color Harmonies of #2DEB9C
Complementary color
Monochromatic Colors of #2DEB9C
Black with #2DEB9C
Text Example
Text Example
White with #2DEB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEB9C; }
p { color: rgb(45,235,156); }
H1.HeaderClassName
{
color: #2DEB9C;
}
.AnyTagClassName
{
color: #2DEB9C;
}
</style>
background-color css
<style>
a { background-color: #2DEB9C; }
a { background-color: rgb(45,235,156); }
div.DivClassName
{
background-color: #2DEB9C;
}
.BgClassName
{
background-color: #2DEB9C;
}
</style>
border-color css
<style>
span { border-color: #2DEB9C; }
span { border-color: rgb(45,235,156); }
td.TdClassName
{
border-color: #2DEB9C;
}
.TagClassName
{
border-color: #2DEB9C;
}
</style>