Color Hex Logo

#298042 Color Hex

#298042
(41,128,66)
0 Favorites   0 Comments

Color spaces of #298042

RGB 4112866
HSL0.380.510.33
HSV137°68°50°
CMYK 0.680.000.48   0.50
XYZ9.617016.30317.7942
Yxy16.30310.28520.4836
Hunter Lab40.3771-28.144916.8189
CIE-Lab47.3697-40.155226.2155

#298042 color RGB value is (41,128,66).

#298042 hex color red value is 41, green value is 128 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #298042 hue: 0.38 , saturation: 0.51 and the lightness value of 298042 is 0.33.

The process color (four color CMYK) of #298042 color hex is 0.68, 0.00, 0.48, 0.50. Web safe color of #298042 is #339933. Color #298042 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000000 01000010
Octal 51 200 102
Decimal 41 128 66
Hex 29 80 42

RGB Percentages of Color #298042

%17.45
%54.47
%28.09

CMYK Percentages of Color #298042

%68
%0
%48
%50

Triadic Colors of #298042

#298042 #422980 #804229

Analogous Colors of #298042

#298042 #29806e #3c8029

Monochromatic Colors of #298042

#298042

Complementary Color

#298042 #802967

#298042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#298042 Color CSS Codes

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

#298042 Text Font Color

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

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


#298042 Background Color

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

This div background color is #298042


#298042 Border Color

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

This div border color is #298042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298042


Comments

No comments written yet.

Please login to write comment.