#142E1E

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

Shades of Deep Fir #142E1E

Tints of Deep Fir #142E1E

Color information

#142E1E (or 0x142E1E) is unknown color: approx Deep Fir. HEX triplet: 14, 2E and 1E. RGB value is (20,46,30). Sum of RGB (Red+Green+Blue) = 20+46+30=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 46 - color contains mainly: green. Hex color #142E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E1E is #EBD1E1. Grayscale: #242424. Windows color (decimal): -15454690 or 1977876. OLE color: 1977876.

HSL color Cylindrical-coordinate representation of color #142E1E: hue angle of 143.08º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142E1E is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.82.

Color convert

RGB204630-
CMYK0.5700.350.82
HSL143.08º39.39%12.94%-
HSV(B)143.08º56.52%18.04%-
XYZ1.52.21.57-
YUV36.4124.39116.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 46 (18.36% from 255) = 47.92%
BLUE value IS 30 (12.11% from 255) = 31.25%
R=20.83%
G=47.92%
B=31.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2046300.5700.350.82143.0839.3912.94
Hex142E1E39023528f27d
Octal245636710431222174715
Binary101001011101111011100101000111010010100011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142E1E; }

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

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

<style>
 a { background-color: #142E1E; }

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

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

<style>
 span { border-color: #142E1E; }

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

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