Color Hex Logo

#02742e Color Hex

#02742E
(2,116,46)
0 Favorites   0 Comments

Color spaces of #02742e

RGB 211646
HSL0.400.970.23
HSV143°98°45°
CMYK 0.980.000.60   0.55
XYZ6.763612.70094.6798
Yxy12.70090.28010.5260
Hunter Lab35.6383-28.490517.1612
CIE-Lab42.3091-44.135430.4757

#02742e color RGB value is (2,116,46).

#02742e hex color red value is 2, green value is 116 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #02742e hue: 0.40 , saturation: 0.97 and the lightness value of 02742e is 0.23.

The process color (four color CMYK) of #02742e color hex is 0.98, 0.00, 0.60, 0.55. Web safe color of #02742e is #006633. Color #02742e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01110100 00101110
Octal 2 164 56
Decimal 2 116 46
Hex 2 74 2E

RGB Percentages of Color #02742e

%1.22
%70.73
%28.05

CMYK Percentages of Color #02742e

%98
%0
%60
%55

Triadic Colors of #02742e

#02742e #2e0274 #742e02

Analogous Colors of #02742e

#02742e #027467 #0f7402

Monochromatic Colors of #02742e

#02742e

Complementary Color

#02742e #740248

#02742e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02742e Color Preview on White Background

Lorem ipsum dolor sit amet.

#02742e Color CSS Codes

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

#02742e Text Font Color

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

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


#02742e Background Color

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

This div background color is #02742e


#02742e Border Color

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

This div border color is #02742e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,116,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02742e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02742e;
  -webkit-box-shadow: 1px 1px 3px 2px #02742e;
  box-shadow:         1px 1px 3px 2px #02742e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02742e


Comments

No comments written yet.

Please login to write comment.