Color Hex Logo

#224b1e Color Hex

#224B1E
(34,75,30)
0 Favorites   0 Comments

Color spaces of #224b1e

RGB 347530
HSL0.320.430.21
HSV115°60°29°
CMYK 0.550.000.60   0.71
XYZ3.41015.46602.1036
Yxy5.46600.31060.4978
Hunter Lab23.3795-14.878311.0309
CIE-Lab28.0232-24.845322.2362

#224b1e color RGB value is (34,75,30).

#224b1e hex color red value is 34, green value is 75 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #224b1e hue: 0.32 , saturation: 0.43 and the lightness value of 224b1e is 0.21.

The process color (four color CMYK) of #224b1e color hex is 0.55, 0.00, 0.60, 0.71. Web safe color of #224b1e is #333333. Color #224b1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001011 00011110
Octal 42 113 36
Decimal 34 75 30
Hex 22 4B 1E

RGB Percentages of Color #224b1e

%24.46
%53.96
%21.58

CMYK Percentages of Color #224b1e

%55
%0
%60
%71

Triadic Colors of #224b1e

#224b1e #1e224b #4b1e22

Analogous Colors of #224b1e

#224b1e #1e4b31 #394b1e

Monochromatic Colors of #224b1e

#224b1e

Complementary Color

#224b1e #471e4b

#224b1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224b1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#224b1e Color CSS Codes

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

#224b1e Text Font Color

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

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


#224b1e Background Color

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

This div background color is #224b1e


#224b1e Border Color

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

This div border color is #224b1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,75,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #224b1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #224b1e;
  -webkit-box-shadow: 1px 1px 3px 2px #224b1e;
  box-shadow:         1px 1px 3px 2px #224b1e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,75,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224b1e


Comments

No comments written yet.

Please login to write comment.