#143D1F

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

Shades of Deep Fir #143D1F

Tints of Deep Fir #143D1F

Color information

#143D1F (or 0x143D1F) is unknown color: approx Deep Fir. HEX triplet: 14, 3D and 1F. RGB value is (20,61,31). Sum of RGB (Red+Green+Blue) = 20+61+31=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 61 (24.22% from 255 or 54.46% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 61 - color contains mainly: green. Hex color #143D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D1F is #EBC2E0. Grayscale: #2D2D2D. Windows color (decimal): -15450849 or 2047252. OLE color: 2047252.

HSL color Cylindrical-coordinate representation of color #143D1F: hue angle of 136.1º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #143D1F is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.76.

Color convert

RGB206131-
CMYK0.6700.490.76
HSL136.1º50.62%15.88%-
HSV(B)136.1º67.21%23.92%-
XYZ2.23.591.87-
YUV45.32119.92109.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.86%
GREEN value IS 61 (24.22% from 255) = 54.46%
BLUE value IS 31 (12.5% from 255) = 27.68%
R=17.86%
G=54.46%
B=27.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2061310.6700.490.76136.150.6215.88
Hex143D1F430314C883310
Octal2475371030611142106320
Binary10100111101111111000011011000110011001000100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,61,31); }

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

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

 a { background-color: rgb(20,61,31); }

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

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

 span { border-color: rgb(20,61,31); }

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