Color Hex Logo

#254c1f Color Hex

#254C1F
(37,76,31)
0 Favorites   0 Comments

Color spaces of #254c1f

RGB 377631
HSL0.310.420.21
HSV112°59°30°
CMYK 0.510.000.59   0.70
XYZ3.59475.66112.1996
Yxy5.66110.31380.4942
Hunter Lab23.7931-14.669811.1740
CIE-Lab28.5408-24.153022.3245

#254c1f color RGB value is (37,76,31).

#254c1f hex color red value is 37, green value is 76 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #254c1f hue: 0.31 , saturation: 0.42 and the lightness value of 254c1f is 0.21.

The process color (four color CMYK) of #254c1f color hex is 0.51, 0.00, 0.59, 0.70. Web safe color of #254c1f is #333333. Color #254c1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001100 00011111
Octal 45 114 37
Decimal 37 76 31
Hex 25 4C 1F

RGB Percentages of Color #254c1f

%25.69
%52.78
%21.53

CMYK Percentages of Color #254c1f

%51
%0
%59
%70

Triadic Colors of #254c1f

#254c1f #1f254c #4c1f25

Analogous Colors of #254c1f

#254c1f #1f4c30 #3c4c1f

Monochromatic Colors of #254c1f

#254c1f

Complementary Color

#254c1f #461f4c

#254c1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254c1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#254c1f Color CSS Codes

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

#254c1f Text Font Color

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

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


#254c1f Background Color

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

This div background color is #254c1f


#254c1f Border Color

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

This div border color is #254c1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,76,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #254c1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #254c1f;
  -webkit-box-shadow: 1px 1px 3px 2px #254c1f;
  box-shadow:         1px 1px 3px 2px #254c1f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254c1f


Comments

No comments written yet.

Please login to write comment.