Color Hex Logo

#028932 Color Hex

#028932
(2,137,50)
0 Favorites   0 Comments

Color spaces of #028932

RGB 213750
HSL0.390.970.27
HSV141°99°54°
CMYK 0.990.000.64   0.46
XYZ9.546418.13456.0148
Yxy18.13450.28330.5382
Hunter Lab42.5846-34.507921.4349
CIE-Lab49.6588-50.593937.0349

#028932 color RGB value is (2,137,50).

#028932 hex color red value is 2, green value is 137 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #028932 hue: 0.39 , saturation: 0.97 and the lightness value of 028932 is 0.27.

The process color (four color CMYK) of #028932 color hex is 0.99, 0.00, 0.64, 0.46. Web safe color of #028932 is #009933. Color #028932 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001001 00110010
Octal 2 211 62
Decimal 2 137 50
Hex 2 89 32

RGB Percentages of Color #028932

%1.06
%72.49
%26.46

CMYK Percentages of Color #028932

%99
%0
%64
%46

Triadic Colors of #028932

#028932 #320289 #893202

Analogous Colors of #028932

#028932 #028976 #168902

Monochromatic Colors of #028932

#028932

Complementary Color

#028932 #890259

#028932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#028932 Color CSS Codes

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

#028932 Text Font Color

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

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


#028932 Background Color

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

This div background color is #028932


#028932 Border Color

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

This div border color is #028932


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,137,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #028932; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #028932;
  -webkit-box-shadow: 1px 1px 3px 2px #028932;
  box-shadow:         1px 1px 3px 2px #028932; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028932


Comments

No comments written yet.

Please login to write comment.