Color Hex Logo

#247948 Color Hex

#247948
(36,121,72)
0 Favorites   0 Comments

Color spaces of #247948

RGB 3612172
HSL0.400.540.31
HSV145°70°47°
CMYK 0.700.000.40   0.53
XYZ8.734614.51778.4727
Yxy14.51770.27530.4576
Hunter Lab38.1021-25.759013.4873
CIE-Lab44.9664-37.152119.7290

#247948 color RGB value is (36,121,72).

#247948 hex color red value is 36, green value is 121 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #247948 hue: 0.40 , saturation: 0.54 and the lightness value of 247948 is 0.31.

The process color (four color CMYK) of #247948 color hex is 0.70, 0.00, 0.40, 0.53. Web safe color of #247948 is #336633. Color #247948 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111001 01001000
Octal 44 171 110
Decimal 36 121 72
Hex 24 79 48

RGB Percentages of Color #247948

%15.72
%52.84
%31.44

CMYK Percentages of Color #247948

%70
%0
%40
%53

Triadic Colors of #247948

#247948 #482479 #794824

Analogous Colors of #247948

#247948 #247973 #2b7924

Monochromatic Colors of #247948

#247948

Complementary Color

#247948 #792455

#247948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#247948 Color CSS Codes

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

#247948 Text Font Color

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

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


#247948 Background Color

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

This div background color is #247948


#247948 Border Color

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

This div border color is #247948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #247948


Comments

No comments written yet.

Please login to write comment.