Color Hex Logo

#42951c Color Hex

#42951C
(66,149,28)
0 Favorites   0 Comments

Color spaces of #42951c

RGB 6614928
HSL0.280.680.35
HSV101°81°58°
CMYK 0.560.000.81   0.42
XYZ13.203822.73704.7914
Yxy22.73700.32420.5582
Hunter Lab47.6833-34.018127.4206
CIE-Lab54.8004-46.219651.4600

#42951c color RGB value is (66,149,28).

#42951c hex color red value is 66, green value is 149 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #42951c hue: 0.28 , saturation: 0.68 and the lightness value of 42951c is 0.35.

The process color (four color CMYK) of #42951c color hex is 0.56, 0.00, 0.81, 0.42. Web safe color of #42951c is #339933. Color #42951c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010101 00011100
Octal 102 225 34
Decimal 66 149 28
Hex 42 95 1C

RGB Percentages of Color #42951c

%27.16
%61.32
%11.52

CMYK Percentages of Color #42951c

%56
%0
%81
%42

Triadic Colors of #42951c

#42951c #1c4295 #951c42

Analogous Colors of #42951c

#42951c #1c9533 #7f951c

Monochromatic Colors of #42951c

#42951c

Complementary Color

#42951c #6f1c95

#42951c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42951c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42951c Color CSS Codes

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

#42951c Text Font Color

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

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


#42951c Background Color

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

This div background color is #42951c


#42951c Border Color

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

This div border color is #42951c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,149,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42951c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42951c;
  -webkit-box-shadow: 1px 1px 3px 2px #42951c;
  box-shadow:         1px 1px 3px 2px #42951c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42951c


Comments

No comments written yet.

Please login to write comment.