Color Hex Logo

#304a02 Color Hex

#304A02
(48,74,2)
0 Favorites   0 Comments

Color spaces of #304a02

RGB 48742
HSL0.230.950.15
HSV82°97°29°
CMYK 0.350.000.97   0.71
XYZ3.67875.53030.9310
Yxy5.53030.36280.5454
Hunter Lab23.5166-13.231314.1144
CIE-Lab28.1951-21.365635.2958

#304a02 color RGB value is (48,74,2).

#304a02 hex color red value is 48, green value is 74 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #304a02 hue: 0.23 , saturation: 0.95 and the lightness value of 304a02 is 0.15.

The process color (four color CMYK) of #304a02 color hex is 0.35, 0.00, 0.97, 0.71. Web safe color of #304a02 is #333300. Color #304a02 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001010 00000010
Octal 60 112 2
Decimal 48 74 2
Hex 30 4A 2

RGB Percentages of Color #304a02

%38.71
%59.68
%1.61

CMYK Percentages of Color #304a02

%35
%0
%97
%71

Triadic Colors of #304a02

#304a02 #02304a #4a0230

Analogous Colors of #304a02

#304a02 #0c4a02 #4a4002

Monochromatic Colors of #304a02

#304a02

Complementary Color

#304a02 #1c024a

#304a02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304a02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304a02 Color CSS Codes

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

#304a02 Text Font Color

<p style="color:#304a02">Text here</p>

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


#304a02 Background Color

<div style="background-color:#304a02">
Div content here</div>

This div background color is #304a02


#304a02 Border Color

<div style="border:3px solid #304a02">
Div here</div>

This div border color is #304a02


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,74,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #304a02; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #304a02;
  -webkit-box-shadow: 1px 1px 3px 2px #304a02;
  box-shadow:         1px 1px 3px 2px #304a02; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304a02


Comments

No comments written yet.

Please login to write comment.