Color Hex Logo

#284c2f Color Hex

#284C2F
(40,76,47)
0 Favorites   0 Comments

Color spaces of #284c2f

RGB 407647
HSL0.370.310.23
HSV132°47°30°
CMYK 0.470.000.38   0.70
XYZ3.97265.82523.6043
Yxy5.82520.29640.4346
Hunter Lab24.1355-12.85668.0407
CIE-Lab28.9671-20.304013.3125

#284c2f color RGB value is (40,76,47).

#284c2f hex color red value is 40, green value is 76 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #284c2f hue: 0.37 , saturation: 0.31 and the lightness value of 284c2f is 0.23.

The process color (four color CMYK) of #284c2f color hex is 0.47, 0.00, 0.38, 0.70. Web safe color of #284c2f is #333333. Color #284c2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01001100 00101111
Octal 50 114 57
Decimal 40 76 47
Hex 28 4C 2F

RGB Percentages of Color #284c2f

%24.54
%46.63
%28.83

CMYK Percentages of Color #284c2f

%47
%0
%38
%70

Triadic Colors of #284c2f

#284c2f #2f284c #4c2f28

Analogous Colors of #284c2f

#284c2f #284c41 #334c28

Monochromatic Colors of #284c2f

#284c2f

Complementary Color

#284c2f #4c2845

#284c2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#284c2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#284c2f Color CSS Codes

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

#284c2f Text Font Color

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

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


#284c2f Background Color

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

This div background color is #284c2f


#284c2f Border Color

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

This div border color is #284c2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,76,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #284c2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #284c2f;
  -webkit-box-shadow: 1px 1px 3px 2px #284c2f;
  box-shadow:         1px 1px 3px 2px #284c2f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #284c2f


Comments

No comments written yet.

Please login to write comment.