#144023

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

Shades of Deep Fir #144023

Tints of Deep Fir #144023

Color information

#144023 (or 0x144023) is unknown color: approx Deep Fir. HEX triplet: 14, 40 and 23. RGB value is (20,64,35). Sum of RGB (Red+Green+Blue) = 20+64+35=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #144023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144023 is #EBBFDC. Grayscale: #2F2F2F. Windows color (decimal): -15450077 or 2310164. OLE color: 2310164.

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

Color convert

RGB206435-
CMYK0.6900.450.75
HSL140.45º52.38%16.47%-
HSV(B)140.45º68.75%25.1%-
XYZ2.433.942.22-
YUV47.54120.92108.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 64 (25.39% from 255) = 53.78%
BLUE value IS 35 (14.06% from 255) = 29.41%
R=16.81%
G=53.78%
B=29.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2064350.6900.450.75140.4552.3816.47
Hex1440234502D4B8c3410
Octal24100431050551132146420
Binary1010010000001000111000101010110110010111000110011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144023; }

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

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

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

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

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

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

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

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