Shades of Shamrock #2DEC9F
Tints of Shamrock #2DEC9F
RGB
CMYK
RGB Variations
Color information
#2DEC9F (or 0x2DEC9F) is known color: Shamrock. HEX triplet: 2D, EC and 9F. RGB value is (45,236,159). Sum of RGB (Red+Green+Blue) = 45+236+159=440 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.23% from 440); Green value is 236 (92.58% from 255 or 53.64% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DEC9F is #D21360. Grayscale: #AAAAAA. Windows color (decimal): -13767521 or 10480685. OLE color: 10480685.
HSL color Cylindrical-coordinate representation of color #2DEC9F: hue angle of 155.81º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEC9F is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 159 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.07 |
| HSL | 155.81º | 0.83% | 0.55% | - |
| HSV(B) | 155.81º | 0.81% | 0.93% | - |
| XYZ | 37.34 | 63.05 | 43 | - |
| YUV | 170.11 | 121.72 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 159 | 0.81 | 0 | 0.33 | 0.07 | 155.81 | 0.83 | 0.55 |
| Hex | 2D | EC | 9F | 51 | 0 | 21 | 7 | 9C | 53 | 37 |
| Octal | 55 | 354 | 237 | 121 | 0 | 41 | 7 | 234 | 123 | 67 |
| Binary | 101101 | 11101100 | 10011111 | 1010001 | 0 | 100001 | 111 | 10011100 | 1010011 | 110111 |
Color Harmonies of #2DEC9F
Complementary color
Monochromatic Colors of #2DEC9F
Black with #2DEC9F
Text Example
Text Example
White with #2DEC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEC9F; }
p { color: rgb(45,236,159); }
H1.HeaderClassName
{
color: #2DEC9F;
}
.AnyTagClassName
{
color: #2DEC9F;
}
</style>
background-color css
<style>
a { background-color: #2DEC9F; }
a { background-color: rgb(45,236,159); }
div.DivClassName
{
background-color: #2DEC9F;
}
.BgClassName
{
background-color: #2DEC9F;
}
</style>
border-color css
<style>
span { border-color: #2DEC9F; }
span { border-color: rgb(45,236,159); }
td.TdClassName
{
border-color: #2DEC9F;
}
.TagClassName
{
border-color: #2DEC9F;
}
</style>