#142F1B

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

Shades of Deep Fir #142F1B

Tints of Deep Fir #142F1B

Color information

#142F1B (or 0x142F1B) is unknown color: approx Deep Fir. HEX triplet: 14, 2F and 1B. RGB value is (20,47,27). Sum of RGB (Red+Green+Blue) = 20+47+27=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 47 (18.75% from 255 or 50% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 47 - color contains mainly: green. Hex color #142F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F1B is #EBD0E4. Grayscale: #242424. Windows color (decimal): -15454437 or 1781524. OLE color: 1781524.

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

Color convert

RGB204727-
CMYK0.5700.430.82
HSL135.56º40.3%13.14%-
HSV(B)135.56º57.45%18.43%-
XYZ1.52.261.39-
YUV36.65122.55116.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.28%
GREEN value IS 47 (18.75% from 255) = 50%
BLUE value IS 27 (10.94% from 255) = 28.72%
R=21.28%
G=50%
B=28.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2047270.5700.430.82135.5640.313.14
Hex142F1B3902B528828d
Octal245733710531222105015
Binary101001011111101111100101010111010010100010001010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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