#2dc49e

Color #2DC49E Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2DC49E

Tints of Shamrock #2DC49E

Color information

#2DC49E (or 0x2DC49E) is unknown color: approx Shamrock. HEX triplet: 2D, C4 and 9E. RGB value is (45,196,158). Sum of RGB (Red+Green+Blue) = 45+196+158=399 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.28% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 196 - color contains mainly: green. Hex color #2DC49E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC49E is #D23B61. Grayscale: #929292. Windows color (decimal): -13777762 or 10404909. OLE color: 10404909.

HSL color Cylindrical-coordinate representation of color #2DC49E: hue angle of 164.9º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC49E is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB45196158-
CMYK0.7700.190.23
HSL164.9º62.66%47.25%-
HSV(B)164.9º77.04%76.86%-
XYZ26.9942.5139.13-
YUV146.52134.4755.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 11.28%
GREEN value IS 196 (76.95% from 255) = 49.12%
BLUE value IS 158 (62.11% from 255) = 39.60%
R=11.28%
G=49.12%
B=39.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal451961580.7700.190.23164.962.6647.25
Hex2DC49E4D01317a53f2f
Octal55304236115023272457757
Binary101101110001001001111010011010100111011110100101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dc49e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2dc49e; }

 p { color: rgb(45,196,158); }

 H1.HeaderClassName
 {
   color: #2dc49e;
 }
 .AnyTagClassName
 {
   color: #2dc49e;
 }
</style>
background-color css

<style>
 a { background-color: #2dc49e; }

 a { background-color: rgb(45,196,158); }

 div.DivClassName
 {
   background-color: #2dc49e;
 }
 .BgClassName
 {
   background-color: #2dc49e;
 }
</style>
border-color css

<style>
 span { border-color: #2dc49e; }

 span { border-color: rgb(45,196,158); }

 td.TdClassName
 {
   border-color: #2dc49e;
 }
 .TagClassName
 {
   border-color: #2dc49e;
 }
</style>