Color Hex Logo

#19882f Color Hex

#19882F
(25,136,47)
0 Favorites   0 Comments

Color spaces of #19882f

RGB 2513647
HSL0.370.690.32
HSV132°82°53°
CMYK 0.820.000.65   0.47
XYZ9.718218.02025.6554
Yxy18.02020.29100.5396
Hunter Lab42.4502-33.423521.8163
CIE-Lab49.5206-48.612138.3450

#19882f color RGB value is (25,136,47).

#19882f hex color red value is 25, green value is 136 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #19882f hue: 0.37 , saturation: 0.69 and the lightness value of 19882f is 0.32.

The process color (four color CMYK) of #19882f color hex is 0.82, 0.00, 0.65, 0.47. Web safe color of #19882f is #009933. Color #19882f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001000 00101111
Octal 31 210 57
Decimal 25 136 47
Hex 19 88 2F

RGB Percentages of Color #19882f

%12.02
%65.38
%22.60

CMYK Percentages of Color #19882f

%82
%0
%65
%47

Triadic Colors of #19882f

#19882f #2f1988 #882f19

Analogous Colors of #19882f

#19882f #198867 #3b8819

Monochromatic Colors of #19882f

#19882f

Complementary Color

#19882f #881972

#19882f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19882f Color Preview on White Background

Lorem ipsum dolor sit amet.

#19882f Color CSS Codes

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

#19882f Text Font Color

<p style="color:#19882f">Text here</p>

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


#19882f Background Color

<div style="background-color:#19882f">
Div content here</div>

This div background color is #19882f


#19882f Border Color

<div style="border:3px solid #19882f">
Div here</div>

This div border color is #19882f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,136,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19882f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19882f;
  -webkit-box-shadow: 1px 1px 3px 2px #19882f;
  box-shadow:         1px 1px 3px 2px #19882f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19882f


Comments

No comments written yet.

Please login to write comment.