Color Hex Logo

#28972c Color Hex

#28972C
(40,151,44)
0 Favorites   0 Comments

Color spaces of #28972c

RGB 4015144
HSL0.340.580.37
HSV122°74°59°
CMYK 0.740.000.71   0.41
XYZ12.396322.76626.1238
Yxy22.76620.30030.5514
Hunter Lab47.7139-37.124325.7902
CIE-Lab54.8307-51.740545.4946

#28972c color RGB value is (40,151,44).

#28972c hex color red value is 40, green value is 151 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #28972c hue: 0.34 , saturation: 0.58 and the lightness value of 28972c is 0.37.

The process color (four color CMYK) of #28972c color hex is 0.74, 0.00, 0.71, 0.41. Web safe color of #28972c is #339933. Color #28972c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10010111 00101100
Octal 50 227 54
Decimal 40 151 44
Hex 28 97 2C

RGB Percentages of Color #28972c

%17.02
%64.26
%18.72

CMYK Percentages of Color #28972c

%74
%0
%71
%41

Triadic Colors of #28972c

#28972c #2c2897 #972c28

Analogous Colors of #28972c

#28972c #289764 #5c9728

Monochromatic Colors of #28972c

#28972c

Complementary Color

#28972c #972893

#28972c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28972c Color Preview on White Background

Lorem ipsum dolor sit amet.

#28972c Color CSS Codes

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

#28972c Text Font Color

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

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


#28972c Background Color

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

This div background color is #28972c


#28972c Border Color

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

This div border color is #28972c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,151,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28972c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28972c;
  -webkit-box-shadow: 1px 1px 3px 2px #28972c;
  box-shadow:         1px 1px 3px 2px #28972c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28972c


Comments

No comments written yet.

Please login to write comment.