Color Hex Logo

#002c2a Color Hex

#002C2A
(0,44,42)
0 Favorites   0 Comments

Color spaces of #002c2a

RGB 04442
HSL0.491.000.09
HSV177°100°17°
CMYK 1.000.000.05   0.83
XYZ1.31861.96852.5010
Yxy1.96850.22780.3401
Hunter Lab14.0303-7.7773-0.7476
CIE-Lab15.3211-14.8626-2.8504

#002c2a color RGB value is (0,44,42).

#002c2a hex color red value is 0, green value is 44 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #002c2a hue: 0.49 , saturation: 1.00 and the lightness value of 002c2a is 0.09.

The process color (four color CMYK) of #002c2a color hex is 1.00, 0.00, 0.05, 0.83. Web safe color of #002c2a is #003333. Color #002c2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101100 00101010
Octal 0 54 52
Decimal 0 44 42
Hex 0 2C 2A

RGB Percentages of Color #002c2a

%0.00
%51.16
%48.84

CMYK Percentages of Color #002c2a

%100
%0
%5
%83

Triadic Colors of #002c2a

#002c2a #2a002c #2c2a00

Analogous Colors of #002c2a

#002c2a #00182c #002c14

Monochromatic Colors of #002c2a

#002c2a

Complementary Color

#002c2a #2c0002

#002c2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002c2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#002c2a Color CSS Codes

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

#002c2a Text Font Color

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

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


#002c2a Background Color

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

This div background color is #002c2a


#002c2a Border Color

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

This div border color is #002c2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,44,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #002c2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #002c2a;
  -webkit-box-shadow: 1px 1px 3px 2px #002c2a;
  box-shadow:         1px 1px 3px 2px #002c2a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002c2a


Comments

No comments written yet.

Please login to write comment.