Color Hex Logo

#28812f Color Hex

#28812F
(40,129,47)
0 Favorites   0 Comments

Color spaces of #28812f

RGB 4012947
HSL0.350.530.33
HSV125°69°51°
CMYK 0.690.000.64   0.49
XYZ9.238416.35695.3596
Yxy16.35690.29840.5284
Hunter Lab40.4437-30.002320.4534
CIE-Lab47.4393-43.553836.0809

#28812f color RGB value is (40,129,47).

#28812f hex color red value is 40, green value is 129 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #28812f hue: 0.35 , saturation: 0.53 and the lightness value of 28812f is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10000001 00101111
Octal 50 201 57
Decimal 40 129 47
Hex 28 81 2F

RGB Percentages of Color #28812f

%18.52
%59.72
%21.76

CMYK Percentages of Color #28812f

%69
%0
%64
%49

Triadic Colors of #28812f

#28812f #2f2881 #812f28

Analogous Colors of #28812f

#28812f #28815c #4e8128

Monochromatic Colors of #28812f

#28812f

Complementary Color

#28812f #81287a

#28812f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28812f Color Preview on White Background

Lorem ipsum dolor sit amet.

#28812f Color CSS Codes

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

#28812f Text Font Color

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

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


#28812f Background Color

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

This div background color is #28812f


#28812f Border Color

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

This div border color is #28812f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,129,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 #28812f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28812f


Comments

No comments written yet.

Please login to write comment.