Color Hex Logo

#2d993d Color Hex

#2D993D
(45,153,61)
0 Favorites   0 Comments

Color spaces of #2d993d

RGB 4515361
HSL0.360.550.39
HSV129°71°60°
CMYK 0.710.000.60   0.40
XYZ13.315723.67738.2832
Yxy23.67730.29410.5230
Hunter Lab48.6593-36.307023.9687
CIE-Lab55.7632-49.640338.9857

#2d993d color RGB value is (45,153,61).

#2d993d hex color red value is 45, green value is 153 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #2d993d hue: 0.36 , saturation: 0.55 and the lightness value of 2d993d is 0.39.

The process color (four color CMYK) of #2d993d color hex is 0.71, 0.00, 0.60, 0.40. Web safe color of #2d993d is #339933. Color #2d993d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10011001 00111101
Octal 55 231 75
Decimal 45 153 61
Hex 2D 99 3D

RGB Percentages of Color #2d993d

%17.37
%59.07
%23.55

CMYK Percentages of Color #2d993d

%71
%0
%60
%40

Triadic Colors of #2d993d

#2d993d #3d2d99 #993d2d

Analogous Colors of #2d993d

#2d993d #2d9973 #53992d

Monochromatic Colors of #2d993d

#2d993d

Complementary Color

#2d993d #992d89

#2d993d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d993d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d993d Color CSS Codes

.mybgcolor {background-color:#2d993d; } 
.myforecolor {color:#2d993d; }
.mybordercolor {border:3px solid #2d993d; }

#2d993d Text Font Color

<p style="color:#2d993d">Text here</p>

This sample text font color is #2d993d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2d993d Background Color

<div style="background-color:#2d993d">
Div content here</div>

This div background color is #2d993d


#2d993d Border Color

<div style="border:3px solid #2d993d">
Div here</div>

This div border color is #2d993d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(45,153,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2d993d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2d993d;
  -webkit-box-shadow: 1px 1px 3px 2px #2d993d;
  box-shadow:         1px 1px 3px 2px #2d993d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,153,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2d993d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2d993d;
  -webkit-box-shadow: 1px 1px 3px 2px #2d993d;
  box-shadow:         1px 1px 3px 2px #2d993d;">
Div content here</div>

This div box has shadow with color #2d993d


Comments

No comments written yet.

Please login to write comment.