Color Hex Logo

#274930 Color Hex

#274930
(39,73,48)
0 Favorites   0 Comments

Color spaces of #274930

RGB 397348
HSL0.380.300.22
HSV136°47°29°
CMYK 0.470.000.34   0.71
XYZ3.75275.40983.6427
Yxy5.40980.29310.4225
Hunter Lab23.2590-11.90336.9956
CIE-Lab27.8718-18.845311.1967

#274930 color RGB value is (39,73,48).

#274930 hex color red value is 39, green value is 73 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #274930 hue: 0.38 , saturation: 0.30 and the lightness value of 274930 is 0.22.

The process color (four color CMYK) of #274930 color hex is 0.47, 0.00, 0.34, 0.71. Web safe color of #274930 is #333333. Color #274930 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01001001 00110000
Octal 47 111 60
Decimal 39 73 48
Hex 27 49 30

RGB Percentages of Color #274930

%24.38
%45.63
%30.00

CMYK Percentages of Color #274930

%47
%0
%34
%71

Triadic Colors of #274930

#274930 #302749 #493027

Analogous Colors of #274930

#274930 #274941 #2f4927

Monochromatic Colors of #274930

#274930

Complementary Color

#274930 #492740

#274930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#274930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#274930 Color CSS Codes

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

#274930 Text Font Color

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

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


#274930 Background Color

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

This div background color is #274930


#274930 Border Color

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

This div border color is #274930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #274930


Comments

No comments written yet.

Please login to write comment.