color codes Logo

#01480d color codes

#01480D
(1,72,13)
0 Favorites   0 Comments

Color spaces of #01480d

RGB 17213
HSL0.360.970.14
HSV130°99°28°
CMYK 0.990.000.82   0.72
XYZ2.40254.67021.1556
Yxy4.67020.29200.5676
Hunter Lab21.6106-17.974411.9570
CIE-Lab25.7737-33.320328.0716

#01480d color RGB value is (1,72,13).

#01480d hex color red value is 1, green value is 72 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #01480d hue: 0.36 , saturation: 0.97 and the lightness value of 01480d is 0.14.

The process color (four color CMYK) of #01480d color code is 0.99, 0.00, 0.82, 0.72. Web safe color of #01480d is #003300. Color #01480d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001000 00001101
Octal 1 110 15
Decimal 1 72 13
Hex 1 48 D

RGB Percentages of Color #01480d

%1.16
%83.72
%15.12

CMYK Percentages of Color #01480d

%99
%0
%82
%72

Triadic Colors of #01480d

#01480d #0d0148 #480d01

Analogous Colors of #01480d

#01480d #014831 #194801

Monochromatic Colors of #01480d

#01480d

Complementary Color

#01480d #48013c

#01480d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01480d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01480d Color CSS Codes

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

#01480d Text Font Color

<p style="color:#01480d">Text here</p>

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


#01480d Background Color

<div style="background-color:#01480d">
Div content here</div>

This div background color is #01480d


#01480d Border Color

<div style="border:3px solid #01480d">
Div here</div>

This div border color is #01480d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,72,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01480d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01480d;
  -webkit-box-shadow: 1px 1px 3px 2px #01480d;
  box-shadow:         1px 1px 3px 2px #01480d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01480d


Comments

No comments written yet.

Please login to write comment.