Color Hex Logo

#267f4b Color Hex

#267F4B
(38,127,75)
0 Favorites   0 Comments

Color spaces of #267f4b

RGB 3812775
HSL0.400.540.32
HSV145°70°50°
CMYK 0.700.000.41   0.50
XYZ9.658716.09889.2549
Yxy16.09880.27590.4598
Hunter Lab40.1233-27.246314.4104
CIE-Lab47.1038-38.673220.8636

#267f4b color RGB value is (38,127,75).

#267f4b hex color red value is 38, green value is 127 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #267f4b hue: 0.40 , saturation: 0.54 and the lightness value of 267f4b is 0.32.

The process color (four color CMYK) of #267f4b color hex is 0.70, 0.00, 0.41, 0.50. Web safe color of #267f4b is #336633. Color #267f4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111111 01001011
Octal 46 177 113
Decimal 38 127 75
Hex 26 7F 4B

RGB Percentages of Color #267f4b

%15.83
%52.92
%31.25

CMYK Percentages of Color #267f4b

%70
%0
%41
%50

Triadic Colors of #267f4b

#267f4b #4b267f #7f4b26

Analogous Colors of #267f4b

#267f4b #267f78 #2e7f26

Monochromatic Colors of #267f4b

#267f4b

Complementary Color

#267f4b #7f265a

#267f4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267f4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#267f4b Color CSS Codes

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

#267f4b Text Font Color

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

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


#267f4b Background Color

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

This div background color is #267f4b


#267f4b Border Color

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

This div border color is #267f4b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,127,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #267f4b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #267f4b;
  -webkit-box-shadow: 1px 1px 3px 2px #267f4b;
  box-shadow:         1px 1px 3px 2px #267f4b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267f4b


Comments

No comments written yet.

Please login to write comment.