Color Hex Logo

#31b269 Color Hex

#31B269
(49,178,105)
0 Favorites   0 Comments

Color spaces of #31b269

RGB 49178105
HSL0.410.570.45
HSV146°72°70°
CMYK 0.720.000.41   0.30
XYZ19.736833.513718.7932
Yxy33.51370.27400.4652
Hunter Lab57.8910-40.453221.2764
CIE-Lab64.5747-51.220027.5668

#31b269 color RGB value is (49,178,105).

#31b269 hex color red value is 49, green value is 178 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #31b269 hue: 0.41 , saturation: 0.57 and the lightness value of 31b269 is 0.45.

The process color (four color CMYK) of #31b269 color hex is 0.72, 0.00, 0.41, 0.30. Web safe color of #31b269 is #339966. Color #31b269 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10110010 01101001
Octal 61 262 151
Decimal 49 178 105
Hex 31 B2 69

RGB Percentages of Color #31b269

%14.76
%53.61
%31.63

CMYK Percentages of Color #31b269

%72
%0
%41
%30

Triadic Colors of #31b269

#31b269 #6931b2 #b26931

Analogous Colors of #31b269

#31b269 #31b2aa #3ab231

Monochromatic Colors of #31b269

#31b269

Complementary Color

#31b269 #b2317a

#31b269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31b269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#31b269 Color CSS Codes

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

#31b269 Text Font Color

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

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


#31b269 Background Color

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

This div background color is #31b269


#31b269 Border Color

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

This div border color is #31b269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31b269


Comments

No comments written yet.

Please login to write comment.