Color Hex Logo

#2f9019 Color Hex

#2F9019
(47,144,25)
0 Favorites   0 Comments

Color spaces of #2f9019

RGB 4714425
HSL0.300.700.33
HSV109°83°56°
CMYK 0.670.000.83   0.44
XYZ11.321020.62104.3033
Yxy20.62100.31230.5689
Hunter Lab45.4104-34.967326.1686
CIE-Lab52.5322-49.387750.0333

#2f9019 color RGB value is (47,144,25).

#2f9019 hex color red value is 47, green value is 144 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #2f9019 hue: 0.30 , saturation: 0.70 and the lightness value of 2f9019 is 0.33.

The process color (four color CMYK) of #2f9019 color hex is 0.67, 0.00, 0.83, 0.44. Web safe color of #2f9019 is #339900. Color #2f9019 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10010000 00011001
Octal 57 220 31
Decimal 47 144 25
Hex 2F 90 19

RGB Percentages of Color #2f9019

%21.76
%66.67
%11.57

CMYK Percentages of Color #2f9019

%67
%0
%83
%44

Triadic Colors of #2f9019

#2f9019 #192f90 #90192f

Analogous Colors of #2f9019

#2f9019 #19903e #6b9019

Monochromatic Colors of #2f9019

#2f9019

Complementary Color

#2f9019 #7a1990

#2f9019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f9019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f9019 Color CSS Codes

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

#2f9019 Text Font Color

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

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


#2f9019 Background Color

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

This div background color is #2f9019


#2f9019 Border Color

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

This div border color is #2f9019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f9019


Comments

No comments written yet.

Please login to write comment.