#2DD386

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

Shades of Shamrock #2DD386

Tints of Shamrock #2DD386

Color information

#2DD386 (or 0x2DD386) is unknown color: approx Shamrock. HEX triplet: 2D, D3 and 86. RGB value is (45,211,134). Sum of RGB (Red+Green+Blue) = 45+211+134=390 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.54% from 390); Green value is 211 (82.81% from 255 or 54.10% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 211 - color contains mainly: green. Hex color #2DD386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DD386 is #D22C79. Grayscale: #989898. Windows color (decimal): -13773946 or 8835885. OLE color: 8835885.

HSL color Cylindrical-coordinate representation of color #2DD386: hue angle of 152.17º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD386 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB45211134-
CMYK0.7900.360.17
HSL152.17º65.35%50.2%-
HSV(B)152.17º78.67%82.75%-
XYZ28.6848.8730.48-
YUV152.59117.551.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.54%
GREEN value IS 211 (82.81% from 255) = 54.10%
BLUE value IS 134 (52.73% from 255) = 34.36%
R=11.54%
G=54.10%
B=34.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal452111340.7900.360.17152.1765.3550.2
Hex2DD3864F02411984132
Octal553232061170442123010162
Binary10110111010011100001101001111010010010001100110001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,211,134); }

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

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

 a { background-color: rgb(45,211,134); }

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

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

 span { border-color: rgb(45,211,134); }

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