#14441F

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

Shades of Deep Fir #14441F

Tints of Deep Fir #14441F

Color information

#14441F (or 0x14441F) is unknown color: approx Deep Fir. HEX triplet: 14, 44 and 1F. RGB value is (20,68,31). Sum of RGB (Red+Green+Blue) = 20+68+31=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 68 (26.95% from 255 or 57.14% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 68 - color contains mainly: green. Hex color #14441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14441F is #EBBBE0. Grayscale: #313131. Windows color (decimal): -15449057 or 2049044. OLE color: 2049044.

HSL color Cylindrical-coordinate representation of color #14441F: hue angle of 133.75º 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 #14441F is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB206831-
CMYK0.7100.540.73
HSL133.75º54.55%17.25%-
HSV(B)133.75º70.59%26.67%-
XYZ2.64.382-
YUV49.43117.6107.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 68 (26.95% from 255) = 57.14%
BLUE value IS 31 (12.5% from 255) = 26.05%
R=16.81%
G=57.14%
B=26.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2068310.7100.540.73133.7554.5517.25
Hex14441F4703649863711
Octal24104371070661112066721
Binary101001000100111111000111011011010010011000011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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