Color Hex Logo

#2a8827 Color Hex

#2A8827
(42,136,39)
0 Favorites   0 Comments

Color spaces of #2a8827

RGB 4213639
HSL0.330.550.34
HSV118°71°53°
CMYK 0.690.000.71   0.47
XYZ10.125218.24704.9078
Yxy18.24700.30420.5483
Hunter Lab42.7165-32.443623.0896
CIE-Lab49.7943-46.572642.2616

#2a8827 color RGB value is (42,136,39).

#2a8827 hex color red value is 42, green value is 136 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #2a8827 hue: 0.33 , saturation: 0.55 and the lightness value of 2a8827 is 0.34.

The process color (four color CMYK) of #2a8827 color hex is 0.69, 0.00, 0.71, 0.47. Web safe color of #2a8827 is #339933. Color #2a8827 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10001000 00100111
Octal 52 210 47
Decimal 42 136 39
Hex 2A 88 27

RGB Percentages of Color #2a8827

%19.35
%62.67
%17.97

CMYK Percentages of Color #2a8827

%69
%0
%71
%47

Triadic Colors of #2a8827

#2a8827 #272a88 #88272a

Analogous Colors of #2a8827

#2a8827 #278855 #5a8827

Monochromatic Colors of #2a8827

#2a8827

Complementary Color

#2a8827 #852788

#2a8827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a8827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a8827 Color CSS Codes

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

#2a8827 Text Font Color

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

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


#2a8827 Background Color

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

This div background color is #2a8827


#2a8827 Border Color

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

This div border color is #2a8827


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,136,39, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2a8827; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2a8827;
  -webkit-box-shadow: 1px 1px 3px 2px #2a8827;
  box-shadow:         1px 1px 3px 2px #2a8827; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a8827


Comments

No comments written yet.

Please login to write comment.