#01480C

Color #01480C Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #01480C

Tints of Deep Fir #01480C

Color information

#01480C (or 0x01480C) is unknown color: approx Deep Fir. HEX triplet: 01, 48 and 0C. RGB value is (1,72,12). Sum of RGB (Red+Green+Blue) = 1+72+12=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 72 (28.52% from 255 or 84.71% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 72 - color contains mainly: green. Hex color #01480C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01480C is #FEB7F3. Grayscale: #2C2C2C. Windows color (decimal): -16693236 or 804865. OLE color: 804865.

HSL color Cylindrical-coordinate representation of color #01480C: hue angle of 129.3º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01480C is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB17212-
CMYK0.9900.830.72
HSL129.3º97.26%14.31%-
HSV(B)129.3º98.61%28.24%-
XYZ2.44.671.12-
YUV43.93109.9897.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 1.18%
GREEN value IS 72 (28.52% from 255) = 84.71%
BLUE value IS 12 (5.08% from 255) = 14.12%
R=1.18%
G=84.71%
B=14.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal172120.9900.830.72129.397.2614.31
Hex148C63053488161e
Octal111014143012311020114116
Binary11001000110011000110101001110010001000000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01480C; }

 p { color: rgb(1,72,12); }

 H1.HeaderClassName
 {
   color: #01480C;
 }
 .AnyTagClassName
 {
   color: #01480C;
 }
</style>
background-color css

<style>
 a { background-color: #01480C; }

 a { background-color: rgb(1,72,12); }

 div.DivClassName
 {
   background-color: #01480C;
 }
 .BgClassName
 {
   background-color: #01480C;
 }
</style>
border-color css

<style>
 span { border-color: #01480C; }

 span { border-color: rgb(1,72,12); }

 td.TdClassName
 {
   border-color: #01480C;
 }
 .TagClassName
 {
   border-color: #01480C;
 }
</style>