Color Hex Logo

#239948 Color Hex

#239948
(35,153,72)
0 Favorites   0 Comments

Color spaces of #239948

RGB 3515372
HSL0.390.630.37
HSV139°77°60°
CMYK 0.770.000.53   0.40
XYZ13.254123.60779.9891
Yxy23.60770.28290.5039
Hunter Lab48.5878-36.336121.8221
CIE-Lab55.6929-49.738033.4058

#239948 color RGB value is (35,153,72).

#239948 hex color red value is 35, green value is 153 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #239948 hue: 0.39 , saturation: 0.63 and the lightness value of 239948 is 0.37.

The process color (four color CMYK) of #239948 color hex is 0.77, 0.00, 0.53, 0.40. Web safe color of #239948 is #339933. Color #239948 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10011001 01001000
Octal 43 231 110
Decimal 35 153 72
Hex 23 99 48

RGB Percentages of Color #239948

%13.46
%58.85
%27.69

CMYK Percentages of Color #239948

%77
%0
%53
%40

Triadic Colors of #239948

#239948 #482399 #994823

Analogous Colors of #239948

#239948 #239983 #399923

Monochromatic Colors of #239948

#239948

Complementary Color

#239948 #992374

#239948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#239948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#239948 Color CSS Codes

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

#239948 Text Font Color

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

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


#239948 Background Color

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

This div background color is #239948


#239948 Border Color

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

This div border color is #239948


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,153,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 #239948">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #239948


Comments

No comments written yet.

Please login to write comment.