Html Css Color HEX #14481D Deep Fir

📋 copy color: '#14481D'

red 20 ◦ green 72 ◦ blue 29

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

Shades of Deep Fir #14481D

Tints of Deep Fir #14481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 59.5%

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

R = 16.53%
G = 59.5%
B = 23.97%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#14481D (or 0x14481D) is known color: Deep Fir. HEX triplet: 14, 48 and 1D. RGB value is (20,72,29). Sum of RGB (Red+Green+Blue) = 20+72+29=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #14481D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14481D is #EBB7E2. Grayscale: #333333. Windows color (decimal): -15448035 or 1918996. OLE color: 1918996.

HSL color Cylindrical-coordinate representation of color #14481D: hue angle of 130.38º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14481D is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 72 29 -
CMYK 0.72 0 0.60 0.72
HSL 130.38º 0.57% 0.18% -
HSV(B) 130.38º 0.72% 0.28% -
XYZ 2.83 4.87 1.95 -
YUV 51.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 20 72 29 0.72 0 0.60 0.72 130.38 0.57 0.18
Hex 14 48 1D 48 0 3C 48 82 39 12
Octal 24 110 35 110 0 74 110 202 71 22
Binary 10100 1001000 11101 1001000 0 111100 1001000 10000010 111001 10010

Color Harmonies of #14481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14481D

Black with #14481D

Text Example


Text Example

White with #14481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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