Color Hex Logo

#029731 Color Hex

#029731
(2,151,49)
0 Favorites   0 Comments

Color spaces of #029731

RGB 215149
HSL0.390.970.30
HSV139°99°59°
CMYK 0.990.000.68   0.41
XYZ11.646022.36796.6094
Yxy22.36790.28670.5506
Hunter Lab47.2947-38.811324.8206
CIE-Lab54.4152-55.172242.8040

#029731 color RGB value is (2,151,49).

#029731 hex color red value is 2, green value is 151 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #029731 hue: 0.39 , saturation: 0.97 and the lightness value of 029731 is 0.30.

The process color (four color CMYK) of #029731 color hex is 0.99, 0.00, 0.68, 0.41. Web safe color of #029731 is #009933. Color #029731 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10010111 00110001
Octal 2 227 61
Decimal 2 151 49
Hex 2 97 31

RGB Percentages of Color #029731

%0.99
%74.75
%24.26

CMYK Percentages of Color #029731

%99
%0
%68
%41

Triadic Colors of #029731

#029731 #310297 #973102

Analogous Colors of #029731

#029731 #02977c #1d9702

Monochromatic Colors of #029731

#029731

Complementary Color

#029731 #970268

#029731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#029731 Color CSS Codes

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

#029731 Text Font Color

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

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


#029731 Background Color

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

This div background color is #029731


#029731 Border Color

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

This div border color is #029731


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,151,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #029731; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #029731;
  -webkit-box-shadow: 1px 1px 3px 2px #029731;
  box-shadow:         1px 1px 3px 2px #029731; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029731


Comments

No comments written yet.

Please login to write comment.