Color Hex Logo

#295027 Color Hex

#295027
(41,80,39)
0 Favorites   0 Comments

Color spaces of #295027

RGB 418039
HSL0.330.340.23
HSV117°51°31°
CMYK 0.490.000.51   0.69
XYZ4.14936.35522.9274
Yxy6.35520.30890.4731
Hunter Lab25.2095-14.736910.7617
CIE-Lab30.2915-23.477119.8977

#295027 color RGB value is (41,80,39).

#295027 hex color red value is 41, green value is 80 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #295027 hue: 0.33 , saturation: 0.34 and the lightness value of 295027 is 0.23.

The process color (four color CMYK) of #295027 color hex is 0.49, 0.00, 0.51, 0.69. Web safe color of #295027 is #336633. Color #295027 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010000 00100111
Octal 51 120 47
Decimal 41 80 39
Hex 29 50 27

RGB Percentages of Color #295027

%25.63
%50.00
%24.38

CMYK Percentages of Color #295027

%49
%0
%51
%69

Triadic Colors of #295027

#295027 #272950 #502729

Analogous Colors of #295027

#295027 #27503a #3e5027

Monochromatic Colors of #295027

#295027

Complementary Color

#295027 #4e2750

#295027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#295027 Color CSS Codes

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

#295027 Text Font Color

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

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


#295027 Background Color

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

This div background color is #295027


#295027 Border Color

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

This div border color is #295027


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,80,39, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #295027; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #295027;
  -webkit-box-shadow: 1px 1px 3px 2px #295027;
  box-shadow:         1px 1px 3px 2px #295027; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,80,39, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295027


Comments

No comments written yet.

Please login to write comment.