Color Hex Logo

#238648 Color Hex

#238648
(35,134,72)
0 Favorites   0 Comments

Color spaces of #238648

RGB 3513472
HSL0.400.590.33
HSV142°74°53°
CMYK 0.740.000.46   0.47
XYZ10.387917.87549.0337
Yxy17.87540.27850.4793
Hunter Lab42.2793-30.131916.9272
CIE-Lab49.3446-42.601825.4333

#238648 color RGB value is (35,134,72).

#238648 hex color red value is 35, green value is 134 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #238648 hue: 0.40 , saturation: 0.59 and the lightness value of 238648 is 0.33.

The process color (four color CMYK) of #238648 color hex is 0.74, 0.00, 0.46, 0.47. Web safe color of #238648 is #339933. Color #238648 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10000110 01001000
Octal 43 206 110
Decimal 35 134 72
Hex 23 86 48

RGB Percentages of Color #238648

%14.52
%55.60
%29.88

CMYK Percentages of Color #238648

%74
%0
%46
%47

Triadic Colors of #238648

#238648 #482386 #864823

Analogous Colors of #238648

#238648 #23867a #308623

Monochromatic Colors of #238648

#238648

Complementary Color

#238648 #862361

#238648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#238648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#238648 Color CSS Codes

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

#238648 Text Font Color

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

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


#238648 Background Color

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

This div background color is #238648


#238648 Border Color

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

This div border color is #238648


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,134,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #238648; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #238648;
  -webkit-box-shadow: 1px 1px 3px 2px #238648;
  box-shadow:         1px 1px 3px 2px #238648; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #238648


Comments

No comments written yet.

Please login to write comment.