#143B26

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

Shades of Deep Fir #143B26

Tints of Deep Fir #143B26

Color information

#143B26 (or 0x143B26) is unknown color: approx Deep Fir. HEX triplet: 14, 3B and 26. RGB value is (20,59,38). Sum of RGB (Red+Green+Blue) = 20+59+38=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 59 (23.44% from 255 or 50.43% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 59 - color contains mainly: green. Hex color #143B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B26 is #EBC4D9. Grayscale: #2C2C2C. Windows color (decimal): -15451354 or 2505492. OLE color: 2505492.

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

Color convert

RGB205938-
CMYK0.6600.360.77
HSL147.69º49.37%15.49%-
HSV(B)147.69º66.1%23.14%-
XYZ2.23.422.38-
YUV44.94124.08110.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.09%
GREEN value IS 59 (23.44% from 255) = 50.43%
BLUE value IS 38 (15.23% from 255) = 32.48%
R=17.09%
G=50.43%
B=32.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2059380.6600.360.77147.6949.3715.49
Hex143B26420244D9431f
Octal2473461020441152246117
Binary10100111011100110100001001001001001101100101001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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