Color Hex Logo

#24915e Color Hex

#24915E
(36,145,94)
0 Favorites   0 Comments

Color spaces of #24915e

RGB 3614594
HSL0.420.600.35
HSV152°75°57°
CMYK 0.750.000.35   0.43
XYZ12.873321.434014.0484
Yxy21.43400.26620.4433
Hunter Lab46.2969-31.385814.4167
CIE-Lab53.4212-42.453918.6303

#24915e color RGB value is (36,145,94).

#24915e hex color red value is 36, green value is 145 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #24915e hue: 0.42 , saturation: 0.60 and the lightness value of 24915e is 0.35.

The process color (four color CMYK) of #24915e color hex is 0.75, 0.00, 0.35, 0.43. Web safe color of #24915e is #339966. Color #24915e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10010001 01011110
Octal 44 221 136
Decimal 36 145 94
Hex 24 91 5E

RGB Percentages of Color #24915e

%13.09
%52.73
%34.18

CMYK Percentages of Color #24915e

%75
%0
%35
%43

Triadic Colors of #24915e

#24915e #5e2491 #915e24

Analogous Colors of #24915e

#24915e #248e91 #249128

Monochromatic Colors of #24915e

#24915e

Complementary Color

#24915e #912457

#24915e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24915e Color Preview on White Background

Lorem ipsum dolor sit amet.

#24915e Color CSS Codes

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

#24915e Text Font Color

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

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


#24915e Background Color

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

This div background color is #24915e


#24915e Border Color

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

This div border color is #24915e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,145,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24915e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24915e;
  -webkit-box-shadow: 1px 1px 3px 2px #24915e;
  box-shadow:         1px 1px 3px 2px #24915e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,145,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24915e


Comments

No comments written yet.

Please login to write comment.