Color Hex Logo

#002921 Color Hex

#002921
(0,41,33)
0 Favorites   0 Comments

Color spaces of #002921

RGB 04133
HSL0.471.000.08
HSV168°100°16°
CMYK 1.000.000.20   0.84
XYZ1.06751.69571.7099
Yxy1.69570.23860.3791
Hunter Lab13.0219-8.15541.3300
CIE-Lab13.8017-16.48261.2981

#002921 color RGB value is (0,41,33).

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

The process color (four color CMYK) of #002921 color hex is 1.00, 0.00, 0.20, 0.84. Web safe color of #002921 is #003333. Color #002921 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101001 00100001
Octal 0 51 41
Decimal 0 41 33
Hex 0 29 21

RGB Percentages of Color #002921

%0.00
%55.41
%44.59

CMYK Percentages of Color #002921

%100
%0
%20
%84

Triadic Colors of #002921

#002921 #210029 #292100

Analogous Colors of #002921

#002921 #001d29 #00290d

Monochromatic Colors of #002921

#002921

Complementary Color

#002921 #290008

#002921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002921 Color CSS Codes

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

#002921 Text Font Color

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

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


#002921 Background Color

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

This div background color is #002921


#002921 Border Color

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

This div border color is #002921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002921


Comments

No comments written yet.

Please login to write comment.