Color Hex Logo

#25842a Color Hex

#25842A
(37,132,42)
0 Favorites   0 Comments

Color spaces of #25842a

RGB 3713242
HSL0.340.560.33
HSV123°72°52°
CMYK 0.720.000.68   0.48
XYZ9.432117.06304.9869
Yxy17.06300.29960.5420
Hunter Lab41.3074-31.529421.7573
CIE-Lab48.3393-45.837639.3726

#25842a color RGB value is (37,132,42).

#25842a hex color red value is 37, green value is 132 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #25842a hue: 0.34 , saturation: 0.56 and the lightness value of 25842a is 0.33.

The process color (four color CMYK) of #25842a color hex is 0.72, 0.00, 0.68, 0.48. Web safe color of #25842a is #339933. Color #25842a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10000100 00101010
Octal 45 204 52
Decimal 37 132 42
Hex 25 84 2A

RGB Percentages of Color #25842a

%17.54
%62.56
%19.91

CMYK Percentages of Color #25842a

%72
%0
%68
%48

Triadic Colors of #25842a

#25842a #2a2584 #842a25

Analogous Colors of #25842a

#25842a #25845a #508425

Monochromatic Colors of #25842a

#25842a

Complementary Color

#25842a #84257f

#25842a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25842a Color Preview on White Background

Lorem ipsum dolor sit amet.

#25842a Color CSS Codes

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

#25842a Text Font Color

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

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


#25842a Background Color

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

This div background color is #25842a


#25842a Border Color

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

This div border color is #25842a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,132,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25842a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25842a;
  -webkit-box-shadow: 1px 1px 3px 2px #25842a;
  box-shadow:         1px 1px 3px 2px #25842a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25842a


Comments

No comments written yet.

Please login to write comment.