Color Hex Logo

#02491d Color Hex

#02491D
(2,73,29)
0 Favorites   0 Comments

Color spaces of #02491d

RGB 27329
HSL0.400.950.15
HSV143°97°29°
CMYK 0.970.000.60   0.71
XYZ2.62934.86671.9632
Yxy4.86670.27800.5145
Hunter Lab22.0606-17.331510.1661
CIE-Lab26.3516-31.331720.5757

#02491d color RGB value is (2,73,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001001 00011101
Octal 2 111 35
Decimal 2 73 29
Hex 2 49 1D

RGB Percentages of Color #02491d

%1.92
%70.19
%27.88

CMYK Percentages of Color #02491d

%97
%0
%60
%71

Triadic Colors of #02491d

#02491d #1d0249 #491d02

Analogous Colors of #02491d

#02491d #024941 #0b4902

Monochromatic Colors of #02491d

#02491d

Complementary Color

#02491d #49022e

#02491d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02491d Color Preview on White Background

Lorem ipsum dolor sit amet.

#02491d Color CSS Codes

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

#02491d Text Font Color

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

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


#02491d Background Color

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

This div background color is #02491d


#02491d Border Color

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

This div border color is #02491d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02491d


Comments

No comments written yet.

Please login to write comment.