Color Hex Logo

#42992e Color Hex

#42992E
(66,153,46)
0 Favorites   0 Comments

Color spaces of #42992e

RGB 6615346
HSL0.300.540.39
HSV109°70°60°
CMYK 0.570.000.70   0.40
XYZ14.131124.13806.4991
Yxy24.13800.31570.5392
Hunter Lab49.1304-34.637426.5483
CIE-Lab56.2257-46.437746.3653

#42992e color RGB value is (66,153,46).

#42992e hex color red value is 66, green value is 153 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #42992e hue: 0.30 , saturation: 0.54 and the lightness value of 42992e is 0.39.

The process color (four color CMYK) of #42992e color hex is 0.57, 0.00, 0.70, 0.40. Web safe color of #42992e is #339933. Color #42992e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011001 00101110
Octal 102 231 56
Decimal 66 153 46
Hex 42 99 2E

RGB Percentages of Color #42992e

%24.91
%57.74
%17.36

CMYK Percentages of Color #42992e

%57
%0
%70
%40

Triadic Colors of #42992e

#42992e #2e4299 #992e42

Analogous Colors of #42992e

#42992e #2e9950 #78992e

Monochromatic Colors of #42992e

#42992e

Complementary Color

#42992e #852e99

#42992e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42992e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42992e Color CSS Codes

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

#42992e Text Font Color

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

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


#42992e Background Color

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

This div background color is #42992e


#42992e Border Color

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

This div border color is #42992e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,153,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 #42992e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42992e


Comments

No comments written yet.

Please login to write comment.