Color Hex Logo

#2f5f23 Color Hex

#2F5F23
(47,95,35)
0 Favorites   0 Comments

Color spaces of #2f5f23

RGB 479535
HSL0.300.460.25
HSV108°63°37°
CMYK 0.510.000.63   0.63
XYZ5.56798.91013.0165
Yxy8.91010.31830.5093
Hunter Lab29.8498-18.941414.9032
CIE-Lab35.8106-29.134328.8116

#2f5f23 color RGB value is (47,95,35).

#2f5f23 hex color red value is 47, green value is 95 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #2f5f23 hue: 0.30 , saturation: 0.46 and the lightness value of 2f5f23 is 0.25.

The process color (four color CMYK) of #2f5f23 color hex is 0.51, 0.00, 0.63, 0.63. Web safe color of #2f5f23 is #336633. Color #2f5f23 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01011111 00100011
Octal 57 137 43
Decimal 47 95 35
Hex 2F 5F 23

RGB Percentages of Color #2f5f23

%26.55
%53.67
%19.77

CMYK Percentages of Color #2f5f23

%51
%0
%63
%63

Triadic Colors of #2f5f23

#2f5f23 #232f5f #5f232f

Analogous Colors of #2f5f23

#2f5f23 #235f35 #4d5f23

Monochromatic Colors of #2f5f23

#2f5f23

Complementary Color

#2f5f23 #53235f

#2f5f23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f5f23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f5f23 Color CSS Codes

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

#2f5f23 Text Font Color

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

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


#2f5f23 Background Color

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

This div background color is #2f5f23


#2f5f23 Border Color

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

This div border color is #2f5f23


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,95,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2f5f23; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2f5f23;
  -webkit-box-shadow: 1px 1px 3px 2px #2f5f23;
  box-shadow:         1px 1px 3px 2px #2f5f23; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,95,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f5f23


Comments

No comments written yet.

Please login to write comment.