Color Hex Logo

#1a7520 Color Hex

#1A7520
(26,117,32)
0 Favorites   0 Comments

Color spaces of #1a7520

RGB 2611732
HSL0.340.640.28
HSV124°78°46°
CMYK 0.780.000.73   0.54
XYZ7.048013.04653.5133
Yxy13.04650.29850.5526
Hunter Lab36.1199-28.379619.5170
CIE-Lab42.8332-43.530337.7646

#1a7520 color RGB value is (26,117,32).

#1a7520 hex color red value is 26, green value is 117 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #1a7520 hue: 0.34 , saturation: 0.64 and the lightness value of 1a7520 is 0.28.

The process color (four color CMYK) of #1a7520 color hex is 0.78, 0.00, 0.73, 0.54. Web safe color of #1a7520 is #336633. Color #1a7520 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 01110101 00100000
Octal 32 165 40
Decimal 26 117 32
Hex 1A 75 20

RGB Percentages of Color #1a7520

%14.86
%66.86
%18.29

CMYK Percentages of Color #1a7520

%78
%0
%73
%54

Triadic Colors of #1a7520

#1a7520 #201a75 #75201a

Analogous Colors of #1a7520

#1a7520 #1a754e #42751a

Monochromatic Colors of #1a7520

#1a7520

Complementary Color

#1a7520 #751a6f

#1a7520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a7520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a7520 Color CSS Codes

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

#1a7520 Text Font Color

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

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


#1a7520 Background Color

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

This div background color is #1a7520


#1a7520 Border Color

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

This div border color is #1a7520


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,117,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 #1a7520">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a7520


Comments

No comments written yet.

Please login to write comment.