#01400D

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

Shades of Deep Fir #01400D

Tints of Deep Fir #01400D

Color information

#01400D (or 0x01400D) is unknown color: approx Deep Fir. HEX triplet: 01, 40 and 0D. RGB value is (1,64,13). Sum of RGB (Red+Green+Blue) = 1+64+13=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 64 (25.39% from 255 or 82.05% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 64 - color contains mainly: green. Hex color #01400D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01400D is #FEBFF2. Grayscale: #272727. Windows color (decimal): -16695283 or 868353. OLE color: 868353.

HSL color Cylindrical-coordinate representation of color #01400D: hue angle of 131.43º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01400D is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB16413-
CMYK0.9800.800.75
HSL131.43º96.92%12.75%-
HSV(B)131.43º98.44%25.1%-
XYZ1.923.70.99-
YUV39.35113.13100.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.28%
GREEN value IS 64 (25.39% from 255) = 82.05%
BLUE value IS 13 (5.47% from 255) = 16.67%
R=1.28%
G=82.05%
B=16.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164130.9800.800.75131.4396.9212.75
Hex140D620504B8361d
Octal110015142012011320314115
Binary11000000110111000100101000010010111000001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01400D; }

 p { color: rgb(1,64,13); }

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

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

 a { background-color: rgb(1,64,13); }

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

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

 span { border-color: rgb(1,64,13); }

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