Color Hex Logo

#298150 Color Hex

#298150
(41,129,80)
0 Favorites   0 Comments

Color spaces of #298150

RGB 4112980
HSL0.410.520.33
HSV147°68°51°
CMYK 0.680.000.38   0.49
XYZ10.212716.751110.2844
Yxy16.75110.27420.4497
Hunter Lab40.9281-27.083513.7513
CIE-Lab47.9449-37.920019.1670

#298150 color RGB value is (41,129,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000001 01010000
Octal 51 201 120
Decimal 41 129 80
Hex 29 81 50

RGB Percentages of Color #298150

%16.40
%51.60
%32.00

CMYK Percentages of Color #298150

%68
%0
%38
%49

Triadic Colors of #298150

#298150 #502981 #815029

Analogous Colors of #298150

#298150 #29817c #2e8129

Monochromatic Colors of #298150

#298150

Complementary Color

#298150 #81295a

#298150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#298150 Color CSS Codes

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

#298150 Text Font Color

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

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


#298150 Background Color

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

This div background color is #298150


#298150 Border Color

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

This div border color is #298150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298150


Comments

No comments written yet.

Please login to write comment.