Color Hex Logo

#0f492d Color Hex

#0F492D
(15,73,45)
0 Favorites   0 Comments

Color spaces of #0f492d

RGB 157345
HSL0.420.660.17
HSV151°79°29°
CMYK 0.790.000.38   0.71
XYZ3.05325.05613.2976
Yxy5.05610.26770.4432
Hunter Lab22.4858-15.11277.0450
CIE-Lab26.8940-25.944611.6139

#0f492d color RGB value is (15,73,45).

#0f492d hex color red value is 15, green value is 73 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #0f492d hue: 0.42 , saturation: 0.66 and the lightness value of 0f492d is 0.17.

The process color (four color CMYK) of #0f492d color hex is 0.79, 0.00, 0.38, 0.71. Web safe color of #0f492d is #003333. Color #0f492d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01001001 00101101
Octal 17 111 55
Decimal 15 73 45
Hex F 49 2D

RGB Percentages of Color #0f492d

%11.28
%54.89
%33.83

CMYK Percentages of Color #0f492d

%79
%0
%38
%71

Triadic Colors of #0f492d

#0f492d #2d0f49 #492d0f

Analogous Colors of #0f492d

#0f492d #0f4849 #0f4910

Monochromatic Colors of #0f492d

#0f492d

Complementary Color

#0f492d #490f2b

#0f492d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f492d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f492d Color CSS Codes

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

#0f492d Text Font Color

<p style="color:#0f492d">Text here</p>

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


#0f492d Background Color

<div style="background-color:#0f492d">
Div content here</div>

This div background color is #0f492d


#0f492d Border Color

<div style="border:3px solid #0f492d">
Div here</div>

This div border color is #0f492d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,73,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f492d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f492d;
  -webkit-box-shadow: 1px 1px 3px 2px #0f492d;
  box-shadow:         1px 1px 3px 2px #0f492d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f492d


Comments

No comments written yet.

Please login to write comment.