#14421D

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

Shades of Deep Fir #14421D

Tints of Deep Fir #14421D

Color information

#14421D (or 0x14421D) is unknown color: approx Deep Fir. HEX triplet: 14, 42 and 1D. RGB value is (20,66,29). Sum of RGB (Red+Green+Blue) = 20+66+29=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #14421D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14421D is #EBBDE2. Grayscale: #303030. Windows color (decimal): -15449571 or 1917460. OLE color: 1917460.

HSL color Cylindrical-coordinate representation of color #14421D: hue angle of 131.74º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14421D is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB206629-
CMYK0.7000.560.74
HSL131.74º53.49%16.86%-
HSV(B)131.74º69.7%25.88%-
XYZ2.464.131.83-
YUV48.03117.26108.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 66 (26.17% from 255) = 57.39%
BLUE value IS 29 (11.72% from 255) = 25.22%
R=17.39%
G=57.39%
B=25.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2066290.7000.560.74131.7453.4916.86
Hex14421D460384A843511
Octal24102351060701122046521
Binary101001000010111011000110011100010010101000010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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