#14421E

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

Shades of Deep Fir #14421E

Tints of Deep Fir #14421E

Color information

#14421E (or 0x14421E) is unknown color: approx Deep Fir. HEX triplet: 14, 42 and 1E. RGB value is (20,66,30). Sum of RGB (Red+Green+Blue) = 20+66+30=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #14421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14421E is #EBBDE1. Grayscale: #303030. Windows color (decimal): -15449570 or 1982996. OLE color: 1982996.

HSL color Cylindrical-coordinate representation of color #14421E: hue angle of 133.04º 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 #14421E is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB206630-
CMYK0.7000.550.74
HSL133.04º53.49%16.86%-
HSV(B)133.04º69.7%25.88%-
XYZ2.474.141.9-
YUV48.14117.76107.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 66 (26.17% from 255) = 56.90%
BLUE value IS 30 (12.11% from 255) = 25.86%
R=17.24%
G=56.90%
B=25.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2066300.7000.550.74133.0453.4916.86
Hex14421E460374A853511
Octal24102361060671122056521
Binary101001000010111101000110011011110010101000010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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