#142E1B

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

Shades of Deep Fir #142E1B

Tints of Deep Fir #142E1B

Color information

#142E1B (or 0x142E1B) is unknown color: approx Deep Fir. HEX triplet: 14, 2E and 1B. RGB value is (20,46,27). Sum of RGB (Red+Green+Blue) = 20+46+27=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 46 (18.36% from 255 or 49.46% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 46 - color contains mainly: green. Hex color #142E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E1B is #EBD1E4. Grayscale: #242424. Windows color (decimal): -15454693 or 1781268. OLE color: 1781268.

HSL color Cylindrical-coordinate representation of color #142E1B: hue angle of 136.15º 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 #142E1B is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.82.

Color convert

RGB204627-
CMYK0.5700.410.82
HSL136.15º39.39%12.94%-
HSV(B)136.15º56.52%18.04%-
XYZ1.462.181.38-
YUV36.06122.89116.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 46 (18.36% from 255) = 49.46%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=21.51%
G=49.46%
B=29.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2046270.5700.410.82136.1539.3912.94
Hex142E1B39029528827d
Octal245633710511222104715
Binary101001011101101111100101010011010010100010001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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