Color Hex Logo

#288247 Color Hex

#288247
(40,130,71)
0 Favorites   0 Comments

Color spaces of #288247

RGB 4013071
HSL0.390.530.33
HSV141°69°51°
CMYK 0.690.000.45   0.49
XYZ9.995016.87138.6909
Yxy16.87130.28110.4745
Hunter Lab41.0747-28.445016.2072
CIE-Lab48.0975-40.278824.4006

#288247 color RGB value is (40,130,71).

#288247 hex color red value is 40, green value is 130 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #288247 hue: 0.39 , saturation: 0.53 and the lightness value of 288247 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10000010 01000111
Octal 50 202 107
Decimal 40 130 71
Hex 28 82 47

RGB Percentages of Color #288247

%16.60
%53.94
%29.46

CMYK Percentages of Color #288247

%69
%0
%45
%49

Triadic Colors of #288247

#288247 #472882 #824728

Analogous Colors of #288247

#288247 #288274 #368228

Monochromatic Colors of #288247

#288247

Complementary Color

#288247 #822863

#288247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#288247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#288247 Color CSS Codes

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

#288247 Text Font Color

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

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


#288247 Background Color

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

This div background color is #288247


#288247 Border Color

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

This div border color is #288247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #288247


Comments

No comments written yet.

Please login to write comment.