Color Hex Logo

#429025 Color Hex

#429025
(66,144,37)
0 Favorites   0 Comments

Color spaces of #429025

RGB 6614437
HSL0.290.590.35
HSV104°74°56°
CMYK 0.540.000.74   0.44
XYZ12.554021.23835.1880
Yxy21.23830.32210.5448
Hunter Lab46.0850-32.023725.5850
CIE-Lab53.2093-43.681146.8200

#429025 color RGB value is (66,144,37).

#429025 hex color red value is 66, green value is 144 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #429025 hue: 0.29 , saturation: 0.59 and the lightness value of 429025 is 0.35.

The process color (four color CMYK) of #429025 color hex is 0.54, 0.00, 0.74, 0.44. Web safe color of #429025 is #339933. Color #429025 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010000 00100101
Octal 102 220 45
Decimal 66 144 37
Hex 42 90 25

RGB Percentages of Color #429025

%26.72
%58.30
%14.98

CMYK Percentages of Color #429025

%54
%0
%74
%44

Triadic Colors of #429025

#429025 #254290 #902542

Analogous Colors of #429025

#429025 #25903e #789025

Monochromatic Colors of #429025

#429025

Complementary Color

#429025 #732590

#429025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429025 Color CSS Codes

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

#429025 Text Font Color

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

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


#429025 Background Color

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

This div background color is #429025


#429025 Border Color

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

This div border color is #429025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429025


Comments

No comments written yet.

Please login to write comment.