Color Hex Logo

#2d953b Color Hex

#2D953B
(45,149,59)
0 Favorites   0 Comments

Color spaces of #2d953b

RGB 4514959
HSL0.360.540.38
HSV128°70°58°
CMYK 0.700.000.60   0.42
XYZ12.619122.36857.7901
Yxy22.36850.29500.5229
Hunter Lab47.2953-35.140423.3410
CIE-Lab54.4158-48.442238.3786

#2d953b color RGB value is (45,149,59).

#2d953b hex color red value is 45, green value is 149 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #2d953b hue: 0.36 , saturation: 0.54 and the lightness value of 2d953b is 0.38.

The process color (four color CMYK) of #2d953b color hex is 0.70, 0.00, 0.60, 0.42. Web safe color of #2d953b is #339933. Color #2d953b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10010101 00111011
Octal 55 225 73
Decimal 45 149 59
Hex 2D 95 3B

RGB Percentages of Color #2d953b

%17.79
%58.89
%23.32

CMYK Percentages of Color #2d953b

%70
%0
%60
%42

Triadic Colors of #2d953b

#2d953b #3b2d95 #953b2d

Analogous Colors of #2d953b

#2d953b #2d956f #53952d

Monochromatic Colors of #2d953b

#2d953b

Complementary Color

#2d953b #952d87

#2d953b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d953b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d953b Color CSS Codes

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

#2d953b Text Font Color

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

This sample text font color is #2d953b
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.


#2d953b Background Color

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

This div background color is #2d953b


#2d953b Border Color

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

This div border color is #2d953b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d953b


Comments

No comments written yet.

Please login to write comment.