#144024

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

Shades of Deep Fir #144024

Tints of Deep Fir #144024

Color information

#144024 (or 0x144024) is unknown color: approx Deep Fir. HEX triplet: 14, 40 and 24. RGB value is (20,64,36). Sum of RGB (Red+Green+Blue) = 20+64+36=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #144024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144024 is #EBBFDB. Grayscale: #2F2F2F. Windows color (decimal): -15450076 or 2375700. OLE color: 2375700.

HSL color Cylindrical-coordinate representation of color #144024: hue angle of 141.82º 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 #144024 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB206436-
CMYK0.6900.440.75
HSL141.82º52.38%16.47%-
HSV(B)141.82º68.75%25.1%-
XYZ2.443.942.3-
YUV47.65121.42108.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 64 (25.39% from 255) = 53.33%
BLUE value IS 36 (14.45% from 255) = 30%
R=16.67%
G=53.33%
B=30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2064360.6900.440.75141.8252.3816.47
Hex1440244502C4B8e3410
Octal24100441050541132166420
Binary1010010000001001001000101010110010010111000111011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144024; }

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

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

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

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

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

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

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

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