color codes Logo

#749b2f color codes

#749B2F
(116,155,47)
0 Favorites   0 Comments

Color spaces of #749b2f

RGB 11615547
HSL0.230.530.40
HSV82°70°61°
CMYK 0.250.000.70   0.39
XYZ19.436927.36096.9461
Yxy27.36090.36170.5091
Hunter Lab52.3076-25.209928.7420
CIE-Lab59.3069-30.021249.9253

#749b2f color RGB value is (116,155,47).

#749b2f hex color red value is 116, green value is 155 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #749b2f hue: 0.23 , saturation: 0.53 and the lightness value of 749b2f is 0.40.

The process color (four color CMYK) of #749b2f color code is 0.25, 0.00, 0.70, 0.39. Web safe color of #749b2f is #669933. Color #749b2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011011 00101111
Octal 164 233 57
Decimal 116 155 47
Hex 74 9B 2F

RGB Percentages of Color #749b2f

%36.48
%48.74
%14.78

CMYK Percentages of Color #749b2f

%25
%0
%70
%39

Triadic Colors of #749b2f

#749b2f #2f749b #9b2f74

Analogous Colors of #749b2f

#749b2f #3e9b2f #9b8c2f

Monochromatic Colors of #749b2f

#749b2f

Complementary Color

#749b2f #562f9b

#749b2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749b2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#749b2f Color CSS Codes

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

#749b2f Text Font Color

<p style="color:#749b2f">Text here</p>

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


#749b2f Background Color

<div style="background-color:#749b2f">
Div content here</div>

This div background color is #749b2f


#749b2f Border Color

<div style="border:3px solid #749b2f">
Div here</div>

This div border color is #749b2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,155,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #749b2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #749b2f;
  -webkit-box-shadow: 1px 1px 3px 2px #749b2f;
  box-shadow:         1px 1px 3px 2px #749b2f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749b2f


Comments

No comments written yet.

Please login to write comment.