Color Hex Logo

#298972 Color Hex

#298972
(41,137,114)
0 Favorites   0 Comments

Color spaces of #298972

RGB 41137114
HSL0.460.540.35
HSV166°70°54°
CMYK 0.700.000.17   0.46
XYZ12.897419.577619.0187
Yxy19.57760.25050.3802
Hunter Lab44.2466-25.40075.4877
CIE-Lab51.3562-33.39284.3327

#298972 color RGB value is (41,137,114).

#298972 hex color red value is 41, green value is 137 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #298972 hue: 0.46 , saturation: 0.54 and the lightness value of 298972 is 0.35.

The process color (four color CMYK) of #298972 color hex is 0.70, 0.00, 0.17, 0.46. Web safe color of #298972 is #339966. Color #298972 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001001 01110010
Octal 51 211 162
Decimal 41 137 114
Hex 29 89 72

RGB Percentages of Color #298972

%14.04
%46.92
%39.04

CMYK Percentages of Color #298972

%70
%0
%17
%46

Triadic Colors of #298972

#298972 #722989 #897229

Analogous Colors of #298972

#298972 #297089 #298942

Monochromatic Colors of #298972

#298972

Complementary Color

#298972 #892940

#298972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#298972 Color CSS Codes

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

#298972 Text Font Color

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

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


#298972 Background Color

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

This div background color is #298972


#298972 Border Color

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

This div border color is #298972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298972


Comments

No comments written yet.

Please login to write comment.