#143B22

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

Shades of Deep Fir #143B22

Tints of Deep Fir #143B22

Color information

#143B22 (or 0x143B22) is unknown color: approx Deep Fir. HEX triplet: 14, 3B and 22. RGB value is (20,59,34). Sum of RGB (Red+Green+Blue) = 20+59+34=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 59 (23.44% from 255 or 52.21% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 59 - color contains mainly: green. Hex color #143B22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B22 is #EBC4DD. Grayscale: #2C2C2C. Windows color (decimal): -15451358 or 2243348. OLE color: 2243348.

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

Color convert

RGB205934-
CMYK0.6600.420.77
HSL141.54º49.37%15.49%-
HSV(B)141.54º66.1%23.14%-
XYZ2.143.392.06-
YUV44.49122.08110.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 59 (23.44% from 255) = 52.21%
BLUE value IS 34 (13.67% from 255) = 30.09%
R=17.70%
G=52.21%
B=30.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2059340.6600.420.77141.5449.3715.49
Hex143B224202A4D8e31f
Octal2473421020521152166117
Binary10100111011100010100001001010101001101100011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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