#144C1E

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

Shades of Deep Fir #144C1E

Tints of Deep Fir #144C1E

Color information

#144C1E (or 0x144C1E) is unknown color: approx Deep Fir. HEX triplet: 14, 4C and 1E. RGB value is (20,76,30). Sum of RGB (Red+Green+Blue) = 20+76+30=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 76 (30.08% from 255 or 60.32% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 76 - color contains mainly: green. Hex color #144C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C1E is #EBB3E1. Grayscale: #363636. Windows color (decimal): -15447010 or 1985556. OLE color: 1985556.

HSL color Cylindrical-coordinate representation of color #144C1E: hue angle of 130.71º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144C1E is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB207630-
CMYK0.7400.610.70
HSL130.71º58.33%18.82%-
HSV(B)130.71º73.68%29.8%-
XYZ3.115.412.11-
YUV54.01114.45103.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 76 (30.08% from 255) = 60.32%
BLUE value IS 30 (12.11% from 255) = 23.81%
R=15.87%
G=60.32%
B=23.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2076300.7400.610.70130.7158.3318.82
Hex144C1E4A03D46833a13
Octal24114361120751062037223
Binary101001001100111101001010011110110001101000001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144C1E; }

 p { color: rgb(20,76,30); }

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

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

 a { background-color: rgb(20,76,30); }

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

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

 span { border-color: rgb(20,76,30); }

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