Color Hex Logo

#28711b Color Hex

#28711B
(40,113,27)
0 Favorites   0 Comments

Color spaces of #28711b

RGB 4011327
HSL0.310.610.27
HSV111°76°44°
CMYK 0.650.000.76   0.56
XYZ6.978012.34053.0511
Yxy12.34050.31190.5517
Hunter Lab35.1290-26.018819.4408
CIE-Lab41.7522-39.568738.8253

#28711b color RGB value is (40,113,27).

#28711b hex color red value is 40, green value is 113 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #28711b hue: 0.31 , saturation: 0.61 and the lightness value of 28711b is 0.27.

The process color (four color CMYK) of #28711b color hex is 0.65, 0.00, 0.76, 0.56. Web safe color of #28711b is #336633. Color #28711b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01110001 00011011
Octal 50 161 33
Decimal 40 113 27
Hex 28 71 1B

RGB Percentages of Color #28711b

%22.22
%62.78
%15.00

CMYK Percentages of Color #28711b

%65
%0
%76
%56

Triadic Colors of #28711b

#28711b #1b2871 #711b28

Analogous Colors of #28711b

#28711b #1b7139 #53711b

Monochromatic Colors of #28711b

#28711b

Complementary Color

#28711b #641b71

#28711b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28711b Color Preview on White Background

Lorem ipsum dolor sit amet.

#28711b Color CSS Codes

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

#28711b Text Font Color

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

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


#28711b Background Color

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

This div background color is #28711b


#28711b Border Color

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

This div border color is #28711b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,113,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28711b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28711b;
  -webkit-box-shadow: 1px 1px 3px 2px #28711b;
  box-shadow:         1px 1px 3px 2px #28711b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,113,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28711b


Comments

No comments written yet.

Please login to write comment.