Color Hex Logo

#17952d Color Hex

#17952D
(23,149,45)
0 Favorites   0 Comments

Color spaces of #17952d

RGB 2314945
HSL0.360.730.34
HSV130°85°58°
CMYK 0.850.000.70   0.42
XYZ11.574421.86656.0932
Yxy21.86650.29280.5531
Hunter Lab46.7616-37.650725.0075
CIE-Lab53.8851-53.397143.9920

#17952d color RGB value is (23,149,45).

#17952d hex color red value is 23, green value is 149 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #17952d hue: 0.36 , saturation: 0.73 and the lightness value of 17952d is 0.34.

The process color (four color CMYK) of #17952d color hex is 0.85, 0.00, 0.70, 0.42. Web safe color of #17952d is #009933. Color #17952d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 10010101 00101101
Octal 27 225 55
Decimal 23 149 45
Hex 17 95 2D

RGB Percentages of Color #17952d

%10.60
%68.66
%20.74

CMYK Percentages of Color #17952d

%85
%0
%70
%42

Triadic Colors of #17952d

#17952d #2d1795 #952d17

Analogous Colors of #17952d

#17952d #17956c #409517

Monochromatic Colors of #17952d

#17952d

Complementary Color

#17952d #95177f

#17952d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17952d Color Preview on White Background

Lorem ipsum dolor sit amet.

#17952d Color CSS Codes

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

#17952d Text Font Color

<p style="color:#17952d">Text here</p>

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


#17952d Background Color

<div style="background-color:#17952d">
Div content here</div>

This div background color is #17952d


#17952d Border Color

<div style="border:3px solid #17952d">
Div here</div>

This div border color is #17952d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,149,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #17952d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #17952d;
  -webkit-box-shadow: 1px 1px 3px 2px #17952d;
  box-shadow:         1px 1px 3px 2px #17952d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,149,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17952d


Comments

No comments written yet.

Please login to write comment.