Color Hex Logo

#298172 Color Hex

#298172
(41,129,114)
0 Favorites   0 Comments

Color spaces of #298172

RGB 41129114
HSL0.470.520.33
HSV170°68°51°
CMYK 0.680.000.12   0.49
XYZ11.802017.386818.6536
Yxy17.38680.24670.3634
Hunter Lab41.6975-22.44822.6645
CIE-Lab48.7438-29.62240.5484

#298172 color RGB value is (41,129,114).

#298172 hex color red value is 41, green value is 129 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #298172 hue: 0.47 , saturation: 0.52 and the lightness value of 298172 is 0.33.

The process color (four color CMYK) of #298172 color hex is 0.68, 0.00, 0.12, 0.49. Web safe color of #298172 is #339966. Color #298172 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000001 01110010
Octal 51 201 162
Decimal 41 129 114
Hex 29 81 72

RGB Percentages of Color #298172

%14.44
%45.42
%40.14

CMYK Percentages of Color #298172

%68
%0
%12
%49

Triadic Colors of #298172

#298172 #722981 #817229

Analogous Colors of #298172

#298172 #296481 #298146

Monochromatic Colors of #298172

#298172

Complementary Color

#298172 #812938

#298172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#298172 Color CSS Codes

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

#298172 Text Font Color

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

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


#298172 Background Color

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

This div background color is #298172


#298172 Border Color

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

This div border color is #298172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298172


Comments

No comments written yet.

Please login to write comment.