Color Hex Logo

#04812f Color Hex

#04812F
(4,129,47)
0 Favorites   0 Comments

Color spaces of #04812f

RGB 412947
HSL0.390.940.26
HSV141°97°51°
CMYK 0.970.000.64   0.49
XYZ8.413415.93165.3210
Yxy15.93160.28360.5370
Hunter Lab39.9144-32.224920.0361
CIE-Lab46.8846-48.220635.3009

#04812f color RGB value is (4,129,47).

#04812f hex color red value is 4, green value is 129 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #04812f hue: 0.39 , saturation: 0.94 and the lightness value of 04812f is 0.26.

The process color (four color CMYK) of #04812f color hex is 0.97, 0.00, 0.64, 0.49. Web safe color of #04812f is #009933. Color #04812f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000001 00101111
Octal 4 201 57
Decimal 4 129 47
Hex 4 81 2F

RGB Percentages of Color #04812f

%2.22
%71.67
%26.11

CMYK Percentages of Color #04812f

%97
%0
%64
%49

Triadic Colors of #04812f

#04812f #2f0481 #812f04

Analogous Colors of #04812f

#04812f #04816e #188104

Monochromatic Colors of #04812f

#04812f

Complementary Color

#04812f #810456

#04812f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04812f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04812f Color CSS Codes

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

#04812f Text Font Color

<p style="color:#04812f">Text here</p>

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


#04812f Background Color

<div style="background-color:#04812f">
Div content here</div>

This div background color is #04812f


#04812f Border Color

<div style="border:3px solid #04812f">
Div here</div>

This div border color is #04812f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,129,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 #04812f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04812f


Comments

No comments written yet.

Please login to write comment.