Color Hex Logo

#2a6217 Color Hex

#2A6217
(42,98,23)
0 Favorites   0 Comments

Color spaces of #2a6217

RGB 429823
HSL0.290.620.24
HSV105°77°38°
CMYK 0.570.000.77   0.62
XYZ5.47729.28952.3150
Yxy9.28950.32060.5438
Hunter Lab30.4787-21.260216.8317
CIE-Lab36.5358-33.320335.1725

#2a6217 color RGB value is (42,98,23).

#2a6217 hex color red value is 42, green value is 98 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #2a6217 hue: 0.29 , saturation: 0.62 and the lightness value of 2a6217 is 0.24.

The process color (four color CMYK) of #2a6217 color hex is 0.57, 0.00, 0.77, 0.62. Web safe color of #2a6217 is #336600. Color #2a6217 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 01100010 00010111
Octal 52 142 27
Decimal 42 98 23
Hex 2A 62 17

RGB Percentages of Color #2a6217

%25.77
%60.12
%14.11

CMYK Percentages of Color #2a6217

%57
%0
%77
%62

Triadic Colors of #2a6217

#2a6217 #172a62 #62172a

Analogous Colors of #2a6217

#2a6217 #17622a #4f6217

Monochromatic Colors of #2a6217

#2a6217

Complementary Color

#2a6217 #4f1762

#2a6217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a6217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a6217 Color CSS Codes

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

#2a6217 Text Font Color

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

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


#2a6217 Background Color

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

This div background color is #2a6217


#2a6217 Border Color

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

This div border color is #2a6217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a6217


Comments

No comments written yet.

Please login to write comment.