Color Hex Logo

#298229 Color Hex

#298229
(41,130,41)
0 Favorites   0 Comments

Color spaces of #298229

RGB 4113041
HSL0.330.520.34
HSV120°68°51°
CMYK 0.680.000.68   0.49
XYZ9.297316.59684.8113
Yxy16.59680.30280.5405
Hunter Lab40.7392-30.557121.5153
CIE-Lab47.7479-44.396639.2030

#298229 color RGB value is (41,130,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000010 00101001
Octal 51 202 51
Decimal 41 130 41
Hex 29 82 29

RGB Percentages of Color #298229

%19.34
%61.32
%19.34

CMYK Percentages of Color #298229

%68
%0
%68
%49

Triadic Colors of #298229

#298229 #292982 #822929

Analogous Colors of #298229

#298229 #298256 #568229

Monochromatic Colors of #298229

#298229

Complementary Color

#298229 #822982

#298229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#298229 Color CSS Codes

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

#298229 Text Font Color

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

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


#298229 Background Color

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

This div background color is #298229


#298229 Border Color

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

This div border color is #298229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298229


Comments

No comments written yet.

Please login to write comment.