Color Hex Logo

#42921e Color Hex

#42921E
(66,146,30)
0 Favorites   0 Comments

Color spaces of #42921e

RGB 6614630
HSL0.280.660.35
HSV101°79°57°
CMYK 0.550.000.79   0.43
XYZ12.760021.80984.7655
Yxy21.80980.32440.5545
Hunter Lab46.7010-32.955526.6406
CIE-Lab53.8246-44.948149.9051

#42921e color RGB value is (66,146,30).

#42921e hex color red value is 66, green value is 146 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #42921e hue: 0.28 , saturation: 0.66 and the lightness value of 42921e is 0.35.

The process color (four color CMYK) of #42921e color hex is 0.55, 0.00, 0.79, 0.43. Web safe color of #42921e is #339933. Color #42921e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010010 00011110
Octal 102 222 36
Decimal 66 146 30
Hex 42 92 1E

RGB Percentages of Color #42921e

%27.27
%60.33
%12.40

CMYK Percentages of Color #42921e

%55
%0
%79
%43

Triadic Colors of #42921e

#42921e #1e4292 #921e42

Analogous Colors of #42921e

#42921e #1e9234 #7c921e

Monochromatic Colors of #42921e

#42921e

Complementary Color

#42921e #6e1e92

#42921e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42921e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42921e Color CSS Codes

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

#42921e Text Font Color

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

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


#42921e Background Color

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

This div background color is #42921e


#42921e Border Color

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

This div border color is #42921e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42921e


Comments

No comments written yet.

Please login to write comment.