Html Css Color HEX #14421E Deep Fir

📋 copy color: '#14421E'

red 20 ◦ green 66 ◦ blue 30

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

Shades of Deep Fir #14421E

Tints of Deep Fir #14421E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 56.9%

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

R = 17.24%
G = 56.9%
B = 25.86%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#14421E (or 0x14421E) is known color: Deep Fir. HEX triplet: 14, 42 and 1E. RGB value is (20,66,30). Sum of RGB (Red+Green+Blue) = 20+66+30=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #14421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14421E is #EBBDE1. Grayscale: #303030. Windows color (decimal): -15449570 or 1982996. OLE color: 1982996.

HSL color Cylindrical-coordinate representation of color #14421E: hue angle of 133.04º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14421E is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 66 30 -
CMYK 0.70 0 0.55 0.74
HSL 133.04º 0.53% 0.17% -
HSV(B) 133.04º 0.7% 0.26% -
XYZ 2.47 4.14 1.9 -
YUV 48.14 117.76 107.93 -
System Red Green Blue C M Y K H S L
Decimal 20 66 30 0.70 0 0.55 0.74 133.04 0.53 0.17
Hex 14 42 1E 46 0 37 4A 85 35 11
Octal 24 102 36 106 0 67 112 205 65 21
Binary 10100 1000010 11110 1000110 0 110111 1001010 10000101 110101 10001

Color Harmonies of #14421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14421E

Black with #14421E

Text Example


Text Example

White with #14421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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