#01440D

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

Shades of Deep Fir #01440D

Tints of Deep Fir #01440D

Color information

#01440D (or 0x01440D) is unknown color: approx Deep Fir. HEX triplet: 01, 44 and 0D. RGB value is (1,68,13). Sum of RGB (Red+Green+Blue) = 1+68+13=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 68 (26.95% from 255 or 82.93% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 68 - color contains mainly: green. Hex color #01440D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01440D is #FEBBF2. Grayscale: #292929. Windows color (decimal): -16694259 or 869377. OLE color: 869377.

HSL color Cylindrical-coordinate representation of color #01440D: hue angle of 130.75º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01440D is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB16813-
CMYK0.9900.810.73
HSL130.75º97.1%13.53%-
HSV(B)130.75º98.53%26.67%-
XYZ2.154.171.07-
YUV41.7111.898.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.22%
GREEN value IS 68 (26.95% from 255) = 82.93%
BLUE value IS 13 (5.47% from 255) = 15.85%
R=1.22%
G=82.93%
B=15.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168130.9900.810.73130.7597.113.53
Hex144D63051498361e
Octal110415143012111120314116
Binary11000100110111000110101000110010011000001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01440D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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