#143B23

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

Shades of Deep Fir #143B23

Tints of Deep Fir #143B23

Color information

#143B23 (or 0x143B23) is unknown color: approx Deep Fir. HEX triplet: 14, 3B and 23. RGB value is (20,59,35). Sum of RGB (Red+Green+Blue) = 20+59+35=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 59 (23.44% from 255 or 51.75% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 59 - color contains mainly: green. Hex color #143B23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B23 is #EBC4DC. Grayscale: #2C2C2C. Windows color (decimal): -15451357 or 2308884. OLE color: 2308884.

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

Color convert

RGB205935-
CMYK0.6600.410.77
HSL143.08º49.37%15.49%-
HSV(B)143.08º66.1%23.14%-
XYZ2.163.42.13-
YUV44.6122.58110.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 59 (23.44% from 255) = 51.75%
BLUE value IS 35 (14.06% from 255) = 30.70%
R=17.54%
G=51.75%
B=30.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2059350.6600.410.77143.0849.3715.49
Hex143B23420294D8f31f
Octal2473431020511152176117
Binary10100111011100011100001001010011001101100011111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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