Color Hex Logo

#298440 Color Hex

#298440
(41,132,64)
0 Favorites   0 Comments

Color spaces of #298440

RGB 4113264
HSL0.380.530.34
HSV135°69°52°
CMYK 0.690.000.52   0.48
XYZ10.091117.34417.6664
Yxy17.34410.28750.4941
Hunter Lab41.6462-29.629518.2380
CIE-Lab48.6907-42.082028.9496

#298440 color RGB value is (41,132,64).

#298440 hex color red value is 41, green value is 132 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #298440 hue: 0.38 , saturation: 0.53 and the lightness value of 298440 is 0.34.

The process color (four color CMYK) of #298440 color hex is 0.69, 0.00, 0.52, 0.48. Web safe color of #298440 is #339933. Color #298440 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000100 01000000
Octal 51 204 100
Decimal 41 132 64
Hex 29 84 40

RGB Percentages of Color #298440

%17.30
%55.70
%27.00

CMYK Percentages of Color #298440

%69
%0
%52
%48

Triadic Colors of #298440

#298440 #402984 #844029

Analogous Colors of #298440

#298440 #29846e #408429

Monochromatic Colors of #298440

#298440

Complementary Color

#298440 #84296d

#298440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#298440 Color CSS Codes

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

#298440 Text Font Color

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

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


#298440 Background Color

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

This div background color is #298440


#298440 Border Color

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

This div border color is #298440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298440


Comments

No comments written yet.

Please login to write comment.