#143F24

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

Shades of Deep Fir #143F24

Tints of Deep Fir #143F24

Color information

#143F24 (or 0x143F24) is unknown color: approx Deep Fir. HEX triplet: 14, 3F and 24. RGB value is (20,63,36). Sum of RGB (Red+Green+Blue) = 20+63+36=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 63 (25% from 255 or 52.94% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 63 - color contains mainly: green. Hex color #143F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143F24 is #EBC0DB. Grayscale: #2F2F2F. Windows color (decimal): -15450332 or 2375444. OLE color: 2375444.

HSL color Cylindrical-coordinate representation of color #143F24: hue angle of 142.33º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #143F24 is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB206336-
CMYK0.6800.430.75
HSL142.33º51.81%16.27%-
HSV(B)142.33º68.25%24.71%-
XYZ2.383.832.28-
YUV47.06121.75108.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 63 (25% from 255) = 52.94%
BLUE value IS 36 (14.45% from 255) = 30.25%
R=16.81%
G=52.94%
B=30.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2063360.6800.430.75142.3351.8116.27
Hex143F244402B4B8e3410
Octal2477441040531132166420
Binary101001111111001001000100010101110010111000111011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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