#013006

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

Shades of Deep Fir #013006

Tints of Deep Fir #013006

Color information

#013006 (or 0x013006) is unknown color: approx Deep Fir. HEX triplet: 01, 30 and 06. RGB value is (1,48,6). Sum of RGB (Red+Green+Blue) = 1+48+6=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 48 (19.14% from 255 or 87.27% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 48 - color contains mainly: green. Hex color #013006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013006 is #FECFF9. Grayscale: #1D1D1D. Windows color (decimal): -16699386 or 405505. OLE color: 405505.

HSL color Cylindrical-coordinate representation of color #013006: hue angle of 126.38º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013006 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB1486-
CMYK0.9800.870.81
HSL126.38º95.92%9.61%-
HSV(B)126.38º97.92%18.82%-
XYZ1.12.130.53-
YUV29.16114.93107.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.82%
GREEN value IS 48 (19.14% from 255) = 87.27%
BLUE value IS 6 (2.73% from 255) = 10.91%
R=1.82%
G=87.27%
B=10.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal14860.9800.870.81126.3895.929.61
Hex130662057517e60a
Octal1606142012712117614012
Binary11100001101100010010101111010001111111011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013006; }

 p { color: rgb(1,48,6); }

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

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

 a { background-color: rgb(1,48,6); }

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

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

 span { border-color: rgb(1,48,6); }

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