#142C1B

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

Shades of Deep Fir #142C1B

Tints of Deep Fir #142C1B

Color information

#142C1B (or 0x142C1B) is unknown color: approx Deep Fir. HEX triplet: 14, 2C and 1B. RGB value is (20,44,27). Sum of RGB (Red+Green+Blue) = 20+44+27=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 44 (17.58% from 255 or 48.35% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 44 - color contains mainly: green. Hex color #142C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C1B is #EBD3E4. Grayscale: #222222. Windows color (decimal): -15455205 or 1780756. OLE color: 1780756.

HSL color Cylindrical-coordinate representation of color #142C1B: hue angle of 137.5º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #142C1B is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.83.

Color convert

RGB204427-
CMYK0.5500.390.83
HSL137.5º37.5%12.55%-
HSV(B)137.5º54.55%17.25%-
XYZ1.392.031.36-
YUV34.89123.55117.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.98%
GREEN value IS 44 (17.58% from 255) = 48.35%
BLUE value IS 27 (10.94% from 255) = 29.67%
R=21.98%
G=48.35%
B=29.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2044270.5500.390.83137.537.512.55
Hex142C1B37027538a26d
Octal245433670471232124615
Binary101001011001101111011101001111010011100010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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