#14401F

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

Shades of Deep Fir #14401F

Tints of Deep Fir #14401F

Color information

#14401F (or 0x14401F) is unknown color: approx Deep Fir. HEX triplet: 14, 40 and 1F. RGB value is (20,64,31). Sum of RGB (Red+Green+Blue) = 20+64+31=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #14401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14401F is #EBBFE0. Grayscale: #2F2F2F. Windows color (decimal): -15450081 or 2048020. OLE color: 2048020.

HSL color Cylindrical-coordinate representation of color #14401F: hue angle of 135º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14401F is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB206431-
CMYK0.6900.520.75
HSL135º52.38%16.47%-
HSV(B)135º68.75%25.1%-
XYZ2.373.911.93-
YUV47.08118.92108.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 64 (25.39% from 255) = 55.65%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=17.39%
G=55.65%
B=26.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2064310.6900.520.7513552.3816.47
Hex14401F450344B873410
Octal24100371050641132076420
Binary101001000000111111000101011010010010111000011111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14401F; }

 p { color: rgb(20,64,31); }

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

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

 a { background-color: rgb(20,64,31); }

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

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

 span { border-color: rgb(20,64,31); }

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