#142A1B

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

Shades of Deep Fir #142A1B

Tints of Deep Fir #142A1B

Color information

#142A1B (or 0x142A1B) is unknown color: approx Deep Fir. HEX triplet: 14, 2A and 1B. RGB value is (20,42,27). Sum of RGB (Red+Green+Blue) = 20+42+27=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 42 (16.80% from 255 or 47.19% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 42 - color contains mainly: green. Hex color #142A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A1B is #EBD5E4. Grayscale: #212121. Windows color (decimal): -15455717 or 1780244. OLE color: 1780244.

HSL color Cylindrical-coordinate representation of color #142A1B: hue angle of 139.09º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #142A1B is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.84.

Color convert

RGB204227-
CMYK0.5200.360.84
HSL139.09º35.48%12.16%-
HSV(B)139.09º52.38%16.47%-
XYZ1.311.881.33-
YUV33.71124.21118.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 42 (16.80% from 255) = 47.19%
BLUE value IS 27 (10.94% from 255) = 30.34%
R=22.47%
G=47.19%
B=30.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2042270.5200.360.84139.0935.4812.16
Hex142A1B34024548b23c
Octal245233640441242134314
Binary101001010101101111010001001001010100100010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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