#144C1F

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

Shades of Deep Fir #144C1F

Tints of Deep Fir #144C1F

Color information

#144C1F (or 0x144C1F) is unknown color: approx Deep Fir. HEX triplet: 14, 4C and 1F. RGB value is (20,76,31). Sum of RGB (Red+Green+Blue) = 20+76+31=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 76 (30.08% from 255 or 59.84% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 76 - color contains mainly: green. Hex color #144C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C1F is #EBB3E0. Grayscale: #363636. Windows color (decimal): -15447009 or 2051092. OLE color: 2051092.

HSL color Cylindrical-coordinate representation of color #144C1F: hue angle of 131.79º 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 #144C1F is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.70.

Color convert

RGB207631-
CMYK0.7400.590.70
HSL131.79º58.33%18.82%-
HSV(B)131.79º73.68%29.8%-
XYZ3.125.422.18-
YUV54.13114.95103.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.75%
GREEN value IS 76 (30.08% from 255) = 59.84%
BLUE value IS 31 (12.5% from 255) = 24.41%
R=15.75%
G=59.84%
B=24.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2076310.7400.590.70131.7958.3318.82
Hex144C1F4A03B46843a13
Octal24114371120731062047223
Binary101001001100111111001010011101110001101000010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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