Color Hex Logo

#17482a Color Hex

#17482A
(23,72,42)
0 Favorites   0 Comments

Color spaces of #17482a

RGB 237242
HSL0.400.520.19
HSV143°68°28°
CMYK 0.680.000.42   0.72
XYZ3.08864.98412.9897
Yxy4.98410.27920.4505
Hunter Lab22.3251-14.37417.6877
CIE-Lab26.6894-24.450913.2652

#17482a color RGB value is (23,72,42).

#17482a hex color red value is 23, green value is 72 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #17482a hue: 0.40 , saturation: 0.52 and the lightness value of 17482a is 0.19.

The process color (four color CMYK) of #17482a color hex is 0.68, 0.00, 0.42, 0.72. Web safe color of #17482a is #003333. Color #17482a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01001000 00101010
Octal 27 110 52
Decimal 23 72 42
Hex 17 48 2A

RGB Percentages of Color #17482a

%16.79
%52.55
%30.66

CMYK Percentages of Color #17482a

%68
%0
%42
%72

Triadic Colors of #17482a

#17482a #2a1748 #482a17

Analogous Colors of #17482a

#17482a #174843 #1d4817

Monochromatic Colors of #17482a

#17482a

Complementary Color

#17482a #481735

#17482a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17482a Color Preview on White Background

Lorem ipsum dolor sit amet.

#17482a Color CSS Codes

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

#17482a Text Font Color

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

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


#17482a Background Color

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

This div background color is #17482a


#17482a Border Color

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

This div border color is #17482a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,72,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 #17482a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17482a


Comments

No comments written yet.

Please login to write comment.