Color Hex Logo

#429233 Color Hex

#429233
(66,146,51)
0 Favorites   0 Comments

Color spaces of #429233

RGB 6614651
HSL0.310.480.39
HSV111°65°57°
CMYK 0.550.000.65   0.43
XYZ13.123221.95506.6780
Yxy21.95500.31430.5258
Hunter Lab46.8562-32.005024.3492
CIE-Lab53.9792-43.208141.7814

#429233 color RGB value is (66,146,51).

#429233 hex color red value is 66, green value is 146 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #429233 hue: 0.31 , saturation: 0.48 and the lightness value of 429233 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010010 00110011
Octal 102 222 63
Decimal 66 146 51
Hex 42 92 33

RGB Percentages of Color #429233

%25.10
%55.51
%19.39

CMYK Percentages of Color #429233

%55
%0
%65
%43

Triadic Colors of #429233

#429233 #334292 #923342

Analogous Colors of #429233

#429233 #339253 #729233

Monochromatic Colors of #429233

#429233

Complementary Color

#429233 #833392

#429233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429233 Color CSS Codes

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

#429233 Text Font Color

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

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


#429233 Background Color

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

This div background color is #429233


#429233 Border Color

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

This div border color is #429233


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429233


Comments

No comments written yet.

Please login to write comment.