Color Hex Logo

#028020 Color Hex

#028020
(2,128,32)
0 Favorites   0 Comments

Color spaces of #028020

RGB 212832
HSL0.370.970.25
HSV134°98°50°
CMYK 0.980.000.75   0.50
XYZ8.004915.55553.9471
Yxy15.55550.29100.5655
Hunter Lab39.4405-32.792221.6747
CIE-Lab46.3858-49.737141.3702

#028020 color RGB value is (2,128,32).

#028020 hex color red value is 2, green value is 128 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #028020 hue: 0.37 , saturation: 0.97 and the lightness value of 028020 is 0.25.

The process color (four color CMYK) of #028020 color hex is 0.98, 0.00, 0.75, 0.50. Web safe color of #028020 is #009933. Color #028020 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10000000 00100000
Octal 2 200 40
Decimal 2 128 32
Hex 2 80 20

RGB Percentages of Color #028020

%1.23
%79.01
%19.75

CMYK Percentages of Color #028020

%98
%0
%75
%50

Triadic Colors of #028020

#028020 #200280 #802002

Analogous Colors of #028020

#028020 #02805f #238002

Monochromatic Colors of #028020

#028020

Complementary Color

#028020 #800262

#028020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#028020 Color CSS Codes

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

#028020 Text Font Color

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

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


#028020 Background Color

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

This div background color is #028020


#028020 Border Color

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

This div border color is #028020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028020


Comments

No comments written yet.

Please login to write comment.