Color Hex Logo

#024935 Color Hex

#024935
(2,73,53)
0 Favorites   0 Comments

Color spaces of #024935

RGB 27353
HSL0.450.950.15
HSV163°97°29°
CMYK 0.970.000.27   0.71
XYZ3.05025.03504.1793
Yxy5.03500.24870.4105
Hunter Lab22.4388-15.00374.6642
CIE-Lab26.8342-25.73916.3873

#024935 color RGB value is (2,73,53).

#024935 hex color red value is 2, green value is 73 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #024935 hue: 0.45 , saturation: 0.95 and the lightness value of 024935 is 0.15.

The process color (four color CMYK) of #024935 color hex is 0.97, 0.00, 0.27, 0.71. Web safe color of #024935 is #003333. Color #024935 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001001 00110101
Octal 2 111 65
Decimal 2 73 53
Hex 2 49 35

RGB Percentages of Color #024935

%1.56
%57.03
%41.41

CMYK Percentages of Color #024935

%97
%0
%27
%71

Triadic Colors of #024935

#024935 #350249 #493502

Analogous Colors of #024935

#024935 #023a49 #024912

Monochromatic Colors of #024935

#024935

Complementary Color

#024935 #490216

#024935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024935 Color CSS Codes

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

#024935 Text Font Color

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

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


#024935 Background Color

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

This div background color is #024935


#024935 Border Color

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

This div border color is #024935


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,73,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #024935; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #024935;
  -webkit-box-shadow: 1px 1px 3px 2px #024935;
  box-shadow:         1px 1px 3px 2px #024935; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024935


Comments

No comments written yet.

Please login to write comment.