Html Css Color HEX #14491D Deep Fir

📋 copy color: '#14491D'

red 20 ◦ green 73 ◦ blue 29

#14491D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #14491D

Tints of Deep Fir #14491D

RGB

 RED value IS 20 (8.2% from 255) = 16.39%

 GREEN value IS 73 (28.91% from 255) = 59.84%

 BLUE value IS 29 (11.72% from 255) = 23.77%

R = 16.39%
G = 59.84%
B = 23.77%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#14491D (or 0x14491D) is known color: Deep Fir. HEX triplet: 14, 49 and 1D. RGB value is (20,73,29). Sum of RGB (Red+Green+Blue) = 20+73+29=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 73 (28.91% from 255 or 59.84% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 73 - color contains mainly: green. Hex color #14491D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14491D is #EBB6E2. Grayscale: #343434. Windows color (decimal): -15447779 or 1919252. OLE color: 1919252.

HSL color Cylindrical-coordinate representation of color #14491D: hue angle of 130.19º 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 #14491D is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 73 29 -
CMYK 0.73 0 0.60 0.71
HSL 130.19º 0.57% 0.18% -
HSV(B) 130.19º 0.73% 0.29% -
XYZ 2.89 5 1.98 -
YUV 52.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 20 73 29 0.73 0 0.60 0.71 130.19 0.57 0.18
Hex 14 49 1D 49 0 3C 47 82 39 12
Octal 24 111 35 111 0 74 107 202 71 22
Binary 10100 1001001 11101 1001001 0 111100 1000111 10000010 111001 10010

Color Harmonies of #14491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14491D

Black with #14491D

Text Example


Text Example

White with #14491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14491D; }

 p { color: rgb(20,73,29); }

 H1.HeaderClassName
 {
   color: #14491D;
 }
 .AnyTagClassName
 {
   color: #14491D;
 }
</style>

background-color css

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

 a { background-color: rgb(20,73,29); }

 div.DivClassName
 {
   background-color: #14491D;
 }
 .BgClassName
 {
   background-color: #14491D;
 }
</style>

border-color css

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

 span { border-color: rgb(20,73,29); }

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