Color Hex Logo

#19481e Color Hex

#19481E
(25,72,30)
0 Favorites   0 Comments

Color spaces of #19481e

RGB 257230
HSL0.350.480.19
HSV126°65°28°
CMYK 0.650.000.58   0.72
XYZ2.95264.93512.0253
Yxy4.93510.29790.4978
Hunter Lab22.2151-15.152010.1452
CIE-Lab26.5491-26.223020.3689

#19481e color RGB value is (25,72,30).

#19481e hex color red value is 25, green value is 72 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #19481e hue: 0.35 , saturation: 0.48 and the lightness value of 19481e is 0.19.

The process color (four color CMYK) of #19481e color hex is 0.65, 0.00, 0.58, 0.72. Web safe color of #19481e is #003333. Color #19481e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01001000 00011110
Octal 31 110 36
Decimal 25 72 30
Hex 19 48 1E

RGB Percentages of Color #19481e

%19.69
%56.69
%23.62

CMYK Percentages of Color #19481e

%65
%0
%58
%72

Triadic Colors of #19481e

#19481e #1e1948 #481e19

Analogous Colors of #19481e

#19481e #194836 #2c4819

Monochromatic Colors of #19481e

#19481e

Complementary Color

#19481e #481943

#19481e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19481e Color Preview on White Background

Lorem ipsum dolor sit amet.

#19481e Color CSS Codes

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

#19481e Text Font Color

<p style="color:#19481e">Text here</p>

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


#19481e Background Color

<div style="background-color:#19481e">
Div content here</div>

This div background color is #19481e


#19481e Border Color

<div style="border:3px solid #19481e">
Div here</div>

This div border color is #19481e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,72,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19481e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19481e;
  -webkit-box-shadow: 1px 1px 3px 2px #19481e;
  box-shadow:         1px 1px 3px 2px #19481e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,72,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19481e


Comments

No comments written yet.

Please login to write comment.