#143A24

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

Shades of Deep Fir #143A24

Tints of Deep Fir #143A24

Color information

#143A24 (or 0x143A24) is unknown color: approx Deep Fir. HEX triplet: 14, 3A and 24. RGB value is (20,58,36). Sum of RGB (Red+Green+Blue) = 20+58+36=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 58 (23.05% from 255 or 50.88% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 58 - color contains mainly: green. Hex color #143A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A24 is #EBC5DB. Grayscale: #2C2C2C. Windows color (decimal): -15451612 or 2374164. OLE color: 2374164.

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

Color convert

RGB205836-
CMYK0.6600.380.77
HSL145.26º48.72%15.29%-
HSV(B)145.26º65.52%22.75%-
XYZ2.123.32.19-
YUV44.13123.41110.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 58 (23.05% from 255) = 50.88%
BLUE value IS 36 (14.45% from 255) = 31.58%
R=17.54%
G=50.88%
B=31.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2058360.6600.380.77145.2648.7215.29
Hex143A24420264D9131f
Octal2472441020461152216117
Binary10100111010100100100001001001101001101100100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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