#143B1C

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

Shades of Deep Fir #143B1C

Tints of Deep Fir #143B1C

Color information

#143B1C (or 0x143B1C) is unknown color: approx Deep Fir. HEX triplet: 14, 3B and 1C. RGB value is (20,59,28). Sum of RGB (Red+Green+Blue) = 20+59+28=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 59 (23.44% from 255 or 55.14% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 59 - color contains mainly: green. Hex color #143B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B1C is #EBC4E3. Grayscale: #2B2B2B. Windows color (decimal): -15451364 or 1850132. OLE color: 1850132.

HSL color Cylindrical-coordinate representation of color #143B1C: hue angle of 132.31º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143B1C is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.

Color convert

RGB205928-
CMYK0.6600.530.77
HSL132.31º49.37%15.49%-
HSV(B)132.31º66.1%23.14%-
XYZ2.063.361.64-
YUV43.8119.08111.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.69%
GREEN value IS 59 (23.44% from 255) = 55.14%
BLUE value IS 28 (11.33% from 255) = 26.17%
R=18.69%
G=55.14%
B=26.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2059280.6600.530.77132.3149.3715.49
Hex143B1C420354D8431f
Octal2473341020651152046117
Binary1010011101111100100001001101011001101100001001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143B1C; }

 p { color: rgb(20,59,28); }

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

<style>
 a { background-color: #143B1C; }

 a { background-color: rgb(20,59,28); }

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

<style>
 span { border-color: #143B1C; }

 span { border-color: rgb(20,59,28); }

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