Color Hex Logo

#298967 Color Hex

#298967
(41,137,103)
0 Favorites   0 Comments

Color spaces of #298967

RGB 41137103
HSL0.440.540.35
HSV159°70°54°
CMYK 0.700.000.25   0.46
XYZ12.308319.342015.9166
Yxy19.34200.25880.4066
Hunter Lab43.9795-27.00849.3281
CIE-Lab51.0850-36.196510.3075

#298967 color RGB value is (41,137,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001001 01100111
Octal 51 211 147
Decimal 41 137 103
Hex 29 89 67

RGB Percentages of Color #298967

%14.59
%48.75
%36.65

CMYK Percentages of Color #298967

%70
%0
%25
%46

Triadic Colors of #298967

#298967 #672989 #896729

Analogous Colors of #298967

#298967 #297b89 #298937

Monochromatic Colors of #298967

#298967

Complementary Color

#298967 #89294b

#298967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#298967 Color CSS Codes

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

#298967 Text Font Color

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

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


#298967 Background Color

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

This div background color is #298967


#298967 Border Color

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

This div border color is #298967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298967


Comments

No comments written yet.

Please login to write comment.