Color Hex Logo

#276240 Color Hex

#276240
(39,98,64)
0 Favorites   0 Comments

Color spaces of #276240

RGB 399864
HSL0.400.430.27
HSV145°60°38°
CMYK 0.600.000.35   0.62
XYZ6.12989.53696.3682
Yxy9.53690.27820.4328
Hunter Lab30.8819-18.61259.3910
CIE-Lab36.9981-27.928613.7426

#276240 color RGB value is (39,98,64).

#276240 hex color red value is 39, green value is 98 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #276240 hue: 0.40 , saturation: 0.43 and the lightness value of 276240 is 0.27.

The process color (four color CMYK) of #276240 color hex is 0.60, 0.00, 0.35, 0.62. Web safe color of #276240 is #336633. Color #276240 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01100010 01000000
Octal 47 142 100
Decimal 39 98 64
Hex 27 62 40

RGB Percentages of Color #276240

%19.40
%48.76
%31.84

CMYK Percentages of Color #276240

%60
%0
%35
%62

Triadic Colors of #276240

#276240 #402762 #624027

Analogous Colors of #276240

#276240 #27625e #2c6227

Monochromatic Colors of #276240

#276240

Complementary Color

#276240 #622749

#276240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#276240 Color CSS Codes

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

#276240 Text Font Color

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

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


#276240 Background Color

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

This div background color is #276240


#276240 Border Color

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

This div border color is #276240


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,98,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #276240; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #276240;
  -webkit-box-shadow: 1px 1px 3px 2px #276240;
  box-shadow:         1px 1px 3px 2px #276240; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276240


Comments

No comments written yet.

Please login to write comment.