Color Hex Logo

#217129 Color Hex

#217129
(33,113,41)
0 Favorites   0 Comments

Color spaces of #217129

RGB 3311341
HSL0.350.550.29
HSV126°71°44°
CMYK 0.710.000.64   0.56
XYZ6.932612.29374.1054
Yxy12.29370.29710.5269
Hunter Lab35.0624-26.065817.6015
CIE-Lab41.6792-39.708632.3819

#217129 color RGB value is (33,113,41).

#217129 hex color red value is 33, green value is 113 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #217129 hue: 0.35 , saturation: 0.55 and the lightness value of 217129 is 0.29.

The process color (four color CMYK) of #217129 color hex is 0.71, 0.00, 0.64, 0.56. Web safe color of #217129 is #336633. Color #217129 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110001 00101001
Octal 41 161 51
Decimal 33 113 41
Hex 21 71 29

RGB Percentages of Color #217129

%17.65
%60.43
%21.93

CMYK Percentages of Color #217129

%71
%0
%64
%56

Triadic Colors of #217129

#217129 #292171 #712921

Analogous Colors of #217129

#217129 #217151 #417121

Monochromatic Colors of #217129

#217129

Complementary Color

#217129 #712169

#217129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#217129 Color CSS Codes

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

#217129 Text Font Color

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

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


#217129 Background Color

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

This div background color is #217129


#217129 Border Color

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

This div border color is #217129


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,113,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 #217129">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217129


Comments

No comments written yet.

Please login to write comment.