#14441D

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

Shades of Deep Fir #14441D

Tints of Deep Fir #14441D

Color information

#14441D (or 0x14441D) is unknown color: approx Deep Fir. HEX triplet: 14, 44 and 1D. RGB value is (20,68,29). Sum of RGB (Red+Green+Blue) = 20+68+29=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 68 (26.95% from 255 or 58.12% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 68 - color contains mainly: green. Hex color #14441D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14441D is #EBBBE2. Grayscale: #313131. Windows color (decimal): -15449059 or 1917972. OLE color: 1917972.

HSL color Cylindrical-coordinate representation of color #14441D: hue angle of 131.25º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14441D is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB206829-
CMYK0.7100.570.73
HSL131.25º54.55%17.25%-
HSV(B)131.25º70.59%26.67%-
XYZ2.584.371.87-
YUV49.2116.6107.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.09%
GREEN value IS 68 (26.95% from 255) = 58.12%
BLUE value IS 29 (11.72% from 255) = 24.79%
R=17.09%
G=58.12%
B=24.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2068290.7100.570.73131.2554.5517.25
Hex14441D4703949833711
Octal24104351070711112036721
Binary101001000100111011000111011100110010011000001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,68,29); }

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

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

 a { background-color: rgb(20,68,29); }

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

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

 span { border-color: rgb(20,68,29); }

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