Color Hex Logo

#28962f Color Hex

#28962F
(40,150,47)
0 Favorites   0 Comments

Color spaces of #28962f

RGB 4015047
HSL0.340.580.37
HSV124°73°59°
CMYK 0.730.000.69   0.41
XYZ12.294522.46906.3783
Yxy22.46900.29880.5461
Hunter Lab47.4015-36.655125.2030
CIE-Lab54.5211-51.102243.9137

#28962f color RGB value is (40,150,47).

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

The process color (four color CMYK) of #28962f color hex is 0.73, 0.00, 0.69, 0.41. Web safe color of #28962f is #339933. Color #28962f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10010110 00101111
Octal 50 226 57
Decimal 40 150 47
Hex 28 96 2F

RGB Percentages of Color #28962f

%16.88
%63.29
%19.83

CMYK Percentages of Color #28962f

%73
%0
%69
%41

Triadic Colors of #28962f

#28962f #2f2896 #962f28

Analogous Colors of #28962f

#28962f #289666 #589628

Monochromatic Colors of #28962f

#28962f

Complementary Color

#28962f #96288f

#28962f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28962f Color Preview on White Background

Lorem ipsum dolor sit amet.

#28962f Color CSS Codes

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

#28962f Text Font Color

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

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


#28962f Background Color

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

This div background color is #28962f


#28962f Border Color

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

This div border color is #28962f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28962f


Comments

No comments written yet.

Please login to write comment.