#144A1F

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

Shades of Deep Fir #144A1F

Tints of Deep Fir #144A1F

Color information

#144A1F (or 0x144A1F) is unknown color: approx Deep Fir. HEX triplet: 14, 4A and 1F. RGB value is (20,74,31). Sum of RGB (Red+Green+Blue) = 20+74+31=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 74 (29.30% from 255 or 59.2% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 74 - color contains mainly: green. Hex color #144A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144A1F is #EBB5E0. Grayscale: #353535. Windows color (decimal): -15447521 or 2050580. OLE color: 2050580.

HSL color Cylindrical-coordinate representation of color #144A1F: hue angle of 132.22º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144A1F is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB207431-
CMYK0.7300.580.71
HSL132.22º57.45%18.43%-
HSV(B)132.22º72.97%29.02%-
XYZ2.985.152.13-
YUV52.95115.61104.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 74 (29.30% from 255) = 59.2%
BLUE value IS 31 (12.5% from 255) = 24.8%
R=16%
G=59.2%
B=24.8%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2074310.7300.580.71132.2257.4518.43
Hex144A1F4903A47843912
Octal24112371110721072047122
Binary101001001010111111001001011101010001111000010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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