#143A23

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

Shades of Deep Fir #143A23

Tints of Deep Fir #143A23

Color information

#143A23 (or 0x143A23) is unknown color: approx Deep Fir. HEX triplet: 14, 3A and 23. RGB value is (20,58,35). Sum of RGB (Red+Green+Blue) = 20+58+35=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 58 (23.05% from 255 or 51.33% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 58 - color contains mainly: green. Hex color #143A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A23 is #EBC5DC. Grayscale: #2C2C2C. Windows color (decimal): -15451613 or 2308628. OLE color: 2308628.

HSL color Cylindrical-coordinate representation of color #143A23: hue angle of 143.68º 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 #143A23 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.77.

Color convert

RGB205835-
CMYK0.6600.400.77
HSL143.68º48.72%15.29%-
HSV(B)143.68º65.52%22.75%-
XYZ2.13.32.12-
YUV44.02122.91110.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 58 (23.05% from 255) = 51.33%
BLUE value IS 35 (14.06% from 255) = 30.97%
R=17.70%
G=51.33%
B=30.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2058350.6600.400.77143.6848.7215.29
Hex143A23420284D9031f
Octal2472431020501152206117
Binary10100111010100011100001001010001001101100100001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,58,35); }

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

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

 a { background-color: rgb(20,58,35); }

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

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

 span { border-color: rgb(20,58,35); }

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