Color Hex Logo

#298963 Color Hex

#298963
(41,137,99)
0 Favorites   0 Comments

Color spaces of #298963

RGB 4113799
HSL0.430.540.35
HSV156°70°54°
CMYK 0.700.000.28   0.46
XYZ12.112219.263614.8842
Yxy19.26360.26180.4164
Hunter Lab43.8903-27.548310.6166
CIE-Lab50.9942-37.155912.4800

#298963 color RGB value is (41,137,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001001 01100011
Octal 51 211 143
Decimal 41 137 99
Hex 29 89 63

RGB Percentages of Color #298963

%14.80
%49.46
%35.74

CMYK Percentages of Color #298963

%70
%0
%28
%46

Triadic Colors of #298963

#298963 #632989 #896329

Analogous Colors of #298963

#298963 #297f89 #298933

Monochromatic Colors of #298963

#298963

Complementary Color

#298963 #89294f

#298963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#298963 Color CSS Codes

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

#298963 Text Font Color

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

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


#298963 Background Color

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

This div background color is #298963


#298963 Border Color

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

This div border color is #298963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298963


Comments

No comments written yet.

Please login to write comment.