Color Hex Logo

#28872a Color Hex

#28872A
(40,135,42)
0 Favorites   0 Comments

Color spaces of #28872a

RGB 4013542
HSL0.340.540.34
HSV121°70°53°
CMYK 0.700.000.69   0.47
XYZ9.957017.94625.1297
Yxy17.94620.30140.5433
Hunter Lab42.3630-32.180522.4747
CIE-Lab49.4308-46.325440.5779

#28872a color RGB value is (40,135,42).

#28872a hex color red value is 40, green value is 135 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #28872a hue: 0.34 , saturation: 0.54 and the lightness value of 28872a is 0.34.

The process color (four color CMYK) of #28872a color hex is 0.70, 0.00, 0.69, 0.47. Web safe color of #28872a is #339933. Color #28872a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10000111 00101010
Octal 50 207 52
Decimal 40 135 42
Hex 28 87 2A

RGB Percentages of Color #28872a

%18.43
%62.21
%19.35

CMYK Percentages of Color #28872a

%70
%0
%69
%47

Triadic Colors of #28872a

#28872a #2a2887 #872a28

Analogous Colors of #28872a

#28872a #28875a #568728

Monochromatic Colors of #28872a

#28872a

Complementary Color

#28872a #872885

#28872a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28872a Color Preview on White Background

Lorem ipsum dolor sit amet.

#28872a Color CSS Codes

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

#28872a Text Font Color

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

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


#28872a Background Color

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

This div background color is #28872a


#28872a Border Color

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

This div border color is #28872a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,135,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28872a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28872a;
  -webkit-box-shadow: 1px 1px 3px 2px #28872a;
  box-shadow:         1px 1px 3px 2px #28872a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28872a


Comments

No comments written yet.

Please login to write comment.