Color Hex Logo

#002620 Color Hex

#002620
(0,38,32)
0 Favorites   0 Comments

Color spaces of #002620

RGB 03832
HSL0.471.000.07
HSV171°100°15°
CMYK 1.000.000.16   0.85
XYZ0.95381.49051.6039
Yxy1.49050.23560.3682
Hunter Lab12.2086-7.41970.7568
CIE-Lab12.5475-15.20230.1928

#002620 color RGB value is (0,38,32).

#002620 hex color red value is 0, green value is 38 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #002620 hue: 0.47 , saturation: 1.00 and the lightness value of 002620 is 0.07.

The process color (four color CMYK) of #002620 color hex is 1.00, 0.00, 0.16, 0.85. Web safe color of #002620 is #003333. Color #002620 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100110 00100000
Octal 0 46 40
Decimal 0 38 32
Hex 0 26 20

RGB Percentages of Color #002620

%0.00
%54.29
%45.71

CMYK Percentages of Color #002620

%100
%0
%16
%85

Triadic Colors of #002620

#002620 #200026 #262000

Analogous Colors of #002620

#002620 #001926 #00260d

Monochromatic Colors of #002620

#002620

Complementary Color

#002620 #260006

#002620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002620 Color CSS Codes

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

#002620 Text Font Color

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

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


#002620 Background Color

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

This div background color is #002620


#002620 Border Color

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

This div border color is #002620


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,38,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #002620; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #002620;
  -webkit-box-shadow: 1px 1px 3px 2px #002620;
  box-shadow:         1px 1px 3px 2px #002620; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002620


Comments

No comments written yet.

Please login to write comment.