Color Hex Logo

#0f721a Color Hex

#0F721A
(15,114,26)
0 Favorites   0 Comments

Color spaces of #0f721a

RGB 1511426
HSL0.350.770.25
HSV127°87°45°
CMYK 0.870.000.77   0.55
XYZ6.400812.21082.9968
Yxy12.21080.29620.5651
Hunter Lab34.9440-28.455519.3760
CIE-Lab41.5492-44.633038.8378

#0f721a color RGB value is (15,114,26).

#0f721a hex color red value is 15, green value is 114 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #0f721a hue: 0.35 , saturation: 0.77 and the lightness value of 0f721a is 0.25.

The process color (four color CMYK) of #0f721a color hex is 0.87, 0.00, 0.77, 0.55. Web safe color of #0f721a is #006633. Color #0f721a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01110010 00011010
Octal 17 162 32
Decimal 15 114 26
Hex F 72 1A

RGB Percentages of Color #0f721a

%9.68
%73.55
%16.77

CMYK Percentages of Color #0f721a

%87
%0
%77
%55

Triadic Colors of #0f721a

#0f721a #1a0f72 #721a0f

Analogous Colors of #0f721a

#0f721a #0f724c #36720f

Monochromatic Colors of #0f721a

#0f721a

Complementary Color

#0f721a #720f67

#0f721a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f721a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f721a Color CSS Codes

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

#0f721a Text Font Color

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

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


#0f721a Background Color

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

This div background color is #0f721a


#0f721a Border Color

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

This div border color is #0f721a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f721a


Comments

No comments written yet.

Please login to write comment.