Color Hex Logo

#155229 Color Hex

#155229
(21,82,41)
0 Favorites   0 Comments

Color spaces of #155229

RGB 218241
HSL0.390.590.20
HSV140°74°32°
CMYK 0.740.000.50   0.68
XYZ3.72686.35413.1279
Yxy6.35410.28210.4811
Hunter Lab25.2073-17.722410.2880
CIE-Lab30.2888-29.656318.5553

#155229 color RGB value is (21,82,41).

#155229 hex color red value is 21, green value is 82 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #155229 hue: 0.39 , saturation: 0.59 and the lightness value of 155229 is 0.20.

The process color (four color CMYK) of #155229 color hex is 0.74, 0.00, 0.50, 0.68. Web safe color of #155229 is #006633. Color #155229 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010010 00101001
Octal 25 122 51
Decimal 21 82 41
Hex 15 52 29

RGB Percentages of Color #155229

%14.58
%56.94
%28.47

CMYK Percentages of Color #155229

%74
%0
%50
%68

Triadic Colors of #155229

#155229 #291552 #522915

Analogous Colors of #155229

#155229 #155248 #205215

Monochromatic Colors of #155229

#155229

Complementary Color

#155229 #52153e

#155229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#155229 Color CSS Codes

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

#155229 Text Font Color

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

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


#155229 Background Color

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

This div background color is #155229


#155229 Border Color

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

This div border color is #155229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155229


Comments

No comments written yet.

Please login to write comment.