#14431E

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

Shades of Deep Fir #14431E

Tints of Deep Fir #14431E

Color information

#14431E (or 0x14431E) is unknown color: approx Deep Fir. HEX triplet: 14, 43 and 1E. RGB value is (20,67,30). Sum of RGB (Red+Green+Blue) = 20+67+30=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 67 (26.56% from 255 or 57.26% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 67 - color contains mainly: green. Hex color #14431E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14431E is #EBBCE1. Grayscale: #303030. Windows color (decimal): -15449314 or 1983252. OLE color: 1983252.

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

Color convert

RGB206730-
CMYK0.7000.550.74
HSL132.77º54.02%17.06%-
HSV(B)132.77º70.15%26.27%-
XYZ2.534.261.92-
YUV48.73117.43107.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.09%
GREEN value IS 67 (26.56% from 255) = 57.26%
BLUE value IS 30 (12.11% from 255) = 25.64%
R=17.09%
G=57.26%
B=25.64%

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
Decimal2067300.7000.550.74132.7754.0217.06
Hex14431E460374A853611
Octal24103361060671122056621
Binary101001000011111101000110011011110010101000010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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