Html Css Color HEX #14491F Deep Fir

📋 copy color: '#14491F'

red 20 ◦ green 73 ◦ blue 31

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

Shades of Deep Fir #14491F

Tints of Deep Fir #14491F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 25%

R = 16.13%
G = 58.87%
B = 25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#14491F (or 0x14491F) is known color: Deep Fir. HEX triplet: 14, 49 and 1F. RGB value is (20,73,31). Sum of RGB (Red+Green+Blue) = 20+73+31=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #14491F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14491F is #EBB6E0. Grayscale: #343434. Windows color (decimal): -15447777 or 2050324. OLE color: 2050324.

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

Color convert

RGB 20 73 31 -
CMYK 0.73 0 0.58 0.71
HSL 132.45º 0.57% 0.18% -
HSV(B) 132.45º 0.73% 0.29% -
XYZ 2.92 5.01 2.11 -
YUV 52.37 115.94 104.92 -
System Red Green Blue C M Y K H S L
Decimal 20 73 31 0.73 0 0.58 0.71 132.45 0.57 0.18
Hex 14 49 1F 49 0 3A 47 84 39 12
Octal 24 111 37 111 0 72 107 204 71 22
Binary 10100 1001001 11111 1001001 0 111010 1000111 10000100 111001 10010

Color Harmonies of #14491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14491F

Black with #14491F

Text Example


Text Example

White with #14491F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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