Color Hex Logo

#469f2b Color Hex

#469F2B
(70,159,43)
0 Favorites   0 Comments

Color spaces of #469f2b

RGB 7015943
HSL0.290.570.40
HSV106°73°62°
CMYK 0.560.000.73   0.38
XYZ15.360026.27286.5471
Yxy26.27280.31880.5453
Hunter Lab51.2570-36.209328.3067
CIE-Lab58.2951-47.891549.7413

#469f2b color RGB value is (70,159,43).

#469f2b hex color red value is 70, green value is 159 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #469f2b hue: 0.29 , saturation: 0.57 and the lightness value of 469f2b is 0.40.

The process color (four color CMYK) of #469f2b color hex is 0.56, 0.00, 0.73, 0.38. Web safe color of #469f2b is #339933. Color #469f2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011111 00101011
Octal 106 237 53
Decimal 70 159 43
Hex 46 9F 2B

RGB Percentages of Color #469f2b

%25.74
%58.46
%15.81

CMYK Percentages of Color #469f2b

%56
%0
%73
%38

Triadic Colors of #469f2b

#469f2b #2b469f #9f2b46

Analogous Colors of #469f2b

#469f2b #2b9f4a #809f2b

Monochromatic Colors of #469f2b

#469f2b

Complementary Color

#469f2b #842b9f

#469f2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469f2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#469f2b Color CSS Codes

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

#469f2b Text Font Color

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

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


#469f2b Background Color

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

This div background color is #469f2b


#469f2b Border Color

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

This div border color is #469f2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,159,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #469f2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #469f2b;
  -webkit-box-shadow: 1px 1px 3px 2px #469f2b;
  box-shadow:         1px 1px 3px 2px #469f2b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,159,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469f2b


Comments

No comments written yet.

Please login to write comment.