Color Hex Logo

#429530 Color Hex

#429530
(66,149,48)
0 Favorites   0 Comments

Color spaces of #429530

RGB 6614948
HSL0.300.510.39
HSV109°68°58°
CMYK 0.560.000.68   0.42
XYZ13.527722.86656.4970
Yxy22.86650.31540.5331
Hunter Lab47.8189-33.186525.4177
CIE-Lab54.9346-44.697544.1476

#429530 color RGB value is (66,149,48).

#429530 hex color red value is 66, green value is 149 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #429530 hue: 0.30 , saturation: 0.51 and the lightness value of 429530 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010101 00110000
Octal 102 225 60
Decimal 66 149 48
Hex 42 95 30

RGB Percentages of Color #429530

%25.10
%56.65
%18.25

CMYK Percentages of Color #429530

%56
%0
%68
%42

Triadic Colors of #429530

#429530 #304295 #953042

Analogous Colors of #429530

#429530 #309551 #759530

Monochromatic Colors of #429530

#429530

Complementary Color

#429530 #833095

#429530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429530 Color CSS Codes

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

#429530 Text Font Color

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

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


#429530 Background Color

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

This div background color is #429530


#429530 Border Color

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

This div border color is #429530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429530


Comments

No comments written yet.

Please login to write comment.