Color Hex Logo

#2f5b14 Color Hex

#2F5B14
(47,91,20)
0 Favorites   0 Comments

Color spaces of #2f5b14

RGB 479120
HSL0.270.640.22
HSV97°78°36°
CMYK 0.480.000.78   0.64
XYZ5.03968.13701.9668
Yxy8.13700.33280.5373
Hunter Lab28.5254-18.383815.8798
CIE-Lab34.2666-28.825834.1902

#2f5b14 color RGB value is (47,91,20).

#2f5b14 hex color red value is 47, green value is 91 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #2f5b14 hue: 0.27 , saturation: 0.64 and the lightness value of 2f5b14 is 0.22.

The process color (four color CMYK) of #2f5b14 color hex is 0.48, 0.00, 0.78, 0.64. Web safe color of #2f5b14 is #336600. Color #2f5b14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01011011 00010100
Octal 57 133 24
Decimal 47 91 20
Hex 2F 5B 14

RGB Percentages of Color #2f5b14

%29.75
%57.59
%12.66

CMYK Percentages of Color #2f5b14

%48
%0
%78
%64

Triadic Colors of #2f5b14

#2f5b14 #142f5b #5b142f

Analogous Colors of #2f5b14

#2f5b14 #145b1d #525b14

Monochromatic Colors of #2f5b14

#2f5b14

Complementary Color

#2f5b14 #40145b

#2f5b14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f5b14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f5b14 Color CSS Codes

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

#2f5b14 Text Font Color

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

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


#2f5b14 Background Color

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

This div background color is #2f5b14


#2f5b14 Border Color

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

This div border color is #2f5b14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f5b14


Comments

No comments written yet.

Please login to write comment.