Color Hex Logo

#298850 Color Hex

#298850
(41,136,80)
0 Favorites   0 Comments

Color spaces of #298850

RGB 4113680
HSL0.400.540.35
HSV145°70°53°
CMYK 0.700.000.41   0.47
XYZ11.166618.658910.6024
Yxy18.65890.27620.4615
Hunter Lab43.1959-29.448815.6845
CIE-Lab50.2857-40.828222.2737

#298850 color RGB value is (41,136,80).

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

The process color (four color CMYK) of #298850 color hex is 0.70, 0.00, 0.41, 0.47. Web safe color of #298850 is #339966. Color #298850 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001000 01010000
Octal 51 210 120
Decimal 41 136 80
Hex 29 88 50

RGB Percentages of Color #298850

%15.95
%52.92
%31.13

CMYK Percentages of Color #298850

%70
%0
%41
%47

Triadic Colors of #298850

#298850 #502988 #885029

Analogous Colors of #298850

#298850 #298880 #328829

Monochromatic Colors of #298850

#298850

Complementary Color

#298850 #882961

#298850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#298850 Color CSS Codes

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

#298850 Text Font Color

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

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


#298850 Background Color

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

This div background color is #298850


#298850 Border Color

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

This div border color is #298850


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,136,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 #298850">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298850


Comments

No comments written yet.

Please login to write comment.