Color Hex Logo

#288359 Color Hex

#288359
(40,131,89)
0 Favorites   0 Comments

Color spaces of #288359

RGB 4013189
HSL0.420.530.34
HSV152°69°51°
CMYK 0.690.000.32   0.49
XYZ10.794517.405012.2418
Yxy17.40500.26690.4304
Hunter Lab41.7193-26.823511.8059
CIE-Lab48.7663-37.030015.1370

#288359 color RGB value is (40,131,89).

#288359 hex color red value is 40, green value is 131 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #288359 hue: 0.42 , saturation: 0.53 and the lightness value of 288359 is 0.34.

The process color (four color CMYK) of #288359 color hex is 0.69, 0.00, 0.32, 0.49. Web safe color of #288359 is #339966. Color #288359 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10000011 01011001
Octal 50 203 131
Decimal 40 131 89
Hex 28 83 59

RGB Percentages of Color #288359

%15.38
%50.38
%34.23

CMYK Percentages of Color #288359

%69
%0
%32
%49

Triadic Colors of #288359

#288359 #592883 #835928

Analogous Colors of #288359

#288359 #288083 #28832c

Monochromatic Colors of #288359

#288359

Complementary Color

#288359 #832852

#288359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#288359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#288359 Color CSS Codes

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

#288359 Text Font Color

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

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


#288359 Background Color

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

This div background color is #288359


#288359 Border Color

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

This div border color is #288359


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,131,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #288359; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #288359;
  -webkit-box-shadow: 1px 1px 3px 2px #288359;
  box-shadow:         1px 1px 3px 2px #288359; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #288359


Comments

No comments written yet.

Please login to write comment.