Color Hex Logo

#287229 Color Hex

#287229
(40,114,41)
0 Favorites   0 Comments

Color spaces of #287229

RGB 4011441
HSL0.340.480.30
HSV121°65°45°
CMYK 0.650.000.64   0.55
XYZ7.292612.64584.1544
Yxy12.64580.30270.5249
Hunter Lab35.5609-25.626017.9661
CIE-Lab42.2246-38.504633.0567

#287229 color RGB value is (40,114,41).

#287229 hex color red value is 40, green value is 114 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #287229 hue: 0.34 , saturation: 0.48 and the lightness value of 287229 is 0.30.

The process color (four color CMYK) of #287229 color hex is 0.65, 0.00, 0.64, 0.55. Web safe color of #287229 is #336633. Color #287229 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01110010 00101001
Octal 50 162 51
Decimal 40 114 41
Hex 28 72 29

RGB Percentages of Color #287229

%20.51
%58.46
%21.03

CMYK Percentages of Color #287229

%65
%0
%64
%55

Triadic Colors of #287229

#287229 #292872 #722928

Analogous Colors of #287229

#287229 #28724e #4c7228

Monochromatic Colors of #287229

#287229

Complementary Color

#287229 #722871

#287229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#287229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#287229 Color CSS Codes

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

#287229 Text Font Color

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

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


#287229 Background Color

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

This div background color is #287229


#287229 Border Color

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

This div border color is #287229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #287229


Comments

No comments written yet.

Please login to write comment.