#143E1A

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

Shades of Deep Fir #143E1A

Tints of Deep Fir #143E1A

Color information

#143E1A (or 0x143E1A) is unknown color: approx Deep Fir. HEX triplet: 14, 3E and 1A. RGB value is (20,62,26). Sum of RGB (Red+Green+Blue) = 20+62+26=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 62 (24.61% from 255 or 57.41% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 62 - color contains mainly: green. Hex color #143E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143E1A is #EBC1E5. Grayscale: #2D2D2D. Windows color (decimal): -15450598 or 1719828. OLE color: 1719828.

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

Color convert

RGB206226-
CMYK0.6800.580.76
HSL128.57º51.22%16.08%-
HSV(B)128.57º67.74%24.31%-
XYZ2.23.671.57-
YUV45.34117.09109.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 62 (24.61% from 255) = 57.41%
BLUE value IS 26 (10.55% from 255) = 24.07%
R=18.52%
G=57.41%
B=24.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2062260.6800.580.76128.5751.2216.08
Hex143E1A4403A4C813310
Octal2476321040721142016320
Binary10100111110110101000100011101010011001000000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,62,26); }

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

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

 a { background-color: rgb(20,62,26); }

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

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

 span { border-color: rgb(20,62,26); }

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