Html Css Color HEX #14441E Deep Fir

📋 copy color: '#14441E'

red 20 ◦ green 68 ◦ blue 30

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

Shades of Deep Fir #14441E

Tints of Deep Fir #14441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 57.63%

 BLUE value IS 30 (12.11% from 255) = 25.42%

R = 16.95%
G = 57.63%
B = 25.42%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#14441E (or 0x14441E) is known color: Deep Fir. HEX triplet: 14, 44 and 1E. RGB value is (20,68,30). Sum of RGB (Red+Green+Blue) = 20+68+30=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 68 (26.95% from 255 or 57.63% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 68 - color contains mainly: green. Hex color #14441E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14441E is #EBBBE1. Grayscale: #313131. Windows color (decimal): -15449058 or 1983508. OLE color: 1983508.

HSL color Cylindrical-coordinate representation of color #14441E: hue angle of 132.5º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14441E is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 68 30 -
CMYK 0.71 0 0.56 0.73
HSL 132.5º 0.55% 0.17% -
HSV(B) 132.5º 0.71% 0.27% -
XYZ 2.59 4.38 1.94 -
YUV 49.32 117.1 107.09 -
System Red Green Blue C M Y K H S L
Decimal 20 68 30 0.71 0 0.56 0.73 132.5 0.55 0.17
Hex 14 44 1E 47 0 38 49 84 37 11
Octal 24 104 36 107 0 70 111 204 67 21
Binary 10100 1000100 11110 1000111 0 111000 1001001 10000100 110111 10001

Color Harmonies of #14441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14441E

Black with #14441E

Text Example


Text Example

White with #14441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14441E; }

 p { color: rgb(20,68,30); }

 H1.HeaderClassName
 {
   color: #14441E;
 }
 .AnyTagClassName
 {
   color: #14441E;
 }
</style>

background-color css

<style>
 a { background-color: #14441E; }

 a { background-color: rgb(20,68,30); }

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

border-color css

<style>
 span { border-color: #14441E; }

 span { border-color: rgb(20,68,30); }

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