Color Hex Logo

#268841 Color Hex

#268841
(38,136,65)
0 Favorites   0 Comments

Color spaces of #268841

RGB 3813665
HSL0.380.560.34
HSV137°72°53°
CMYK 0.720.000.52   0.47
XYZ10.557618.40207.9965
Yxy18.40200.28570.4979
Hunter Lab42.8976-31.139718.9761
CIE-Lab49.9801-44.046230.0040

#268841 color RGB value is (38,136,65).

#268841 hex color red value is 38, green value is 136 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #268841 hue: 0.38 , saturation: 0.56 and the lightness value of 268841 is 0.34.

The process color (four color CMYK) of #268841 color hex is 0.72, 0.00, 0.52, 0.47. Web safe color of #268841 is #339933. Color #268841 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 10001000 01000001
Octal 46 210 101
Decimal 38 136 65
Hex 26 88 41

RGB Percentages of Color #268841

%15.90
%56.90
%27.20

CMYK Percentages of Color #268841

%72
%0
%52
%47

Triadic Colors of #268841

#268841 #412688 #884126

Analogous Colors of #268841

#268841 #268872 #3c8826

Monochromatic Colors of #268841

#268841

Complementary Color

#268841 #88266d

#268841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#268841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#268841 Color CSS Codes

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

#268841 Text Font Color

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

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


#268841 Background Color

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

This div background color is #268841


#268841 Border Color

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

This div border color is #268841


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,136,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #268841; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #268841;
  -webkit-box-shadow: 1px 1px 3px 2px #268841;
  box-shadow:         1px 1px 3px 2px #268841; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #268841


Comments

No comments written yet.

Please login to write comment.