Color Hex Logo

#2f633f Color Hex

#2F633F
(47,99,63)
0 Favorites   0 Comments

Color spaces of #2f633f

RGB 479963
HSL0.380.360.29
HSV138°53°39°
CMYK 0.530.000.36   0.61
XYZ6.53139.88696.2668
Yxy9.88690.28790.4358
Hunter Lab31.4434-17.948710.1937
CIE-Lab37.6387-26.404115.2613

#2f633f color RGB value is (47,99,63).

#2f633f hex color red value is 47, green value is 99 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #2f633f hue: 0.38 , saturation: 0.36 and the lightness value of 2f633f is 0.29.

The process color (four color CMYK) of #2f633f color hex is 0.53, 0.00, 0.36, 0.61. Web safe color of #2f633f is #336633. Color #2f633f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01100011 00111111
Octal 57 143 77
Decimal 47 99 63
Hex 2F 63 3F

RGB Percentages of Color #2f633f

%22.49
%47.37
%30.14

CMYK Percentages of Color #2f633f

%53
%0
%36
%61

Triadic Colors of #2f633f

#2f633f #3f2f63 #633f2f

Analogous Colors of #2f633f

#2f633f #2f6359 #39632f

Monochromatic Colors of #2f633f

#2f633f

Complementary Color

#2f633f #632f53

#2f633f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f633f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f633f Color CSS Codes

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

#2f633f Text Font Color

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

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


#2f633f Background Color

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

This div background color is #2f633f


#2f633f Border Color

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

This div border color is #2f633f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f633f


Comments

No comments written yet.

Please login to write comment.