#14220C

Color #14220C Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #14220C

Tints of Pine Tree #14220C

Color information

#14220C (or 0x14220C) is unknown color: approx Pine Tree. HEX triplet: 14, 22 and 0C. RGB value is (20,34,12). Sum of RGB (Red+Green+Blue) = 20+34+12=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 34 (13.67% from 255 or 51.52% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 34 - color contains mainly: green. Hex color #14220C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14220C is #EBDDF3. Grayscale: #1B1B1B. Windows color (decimal): -15457780 or 795156. OLE color: 795156.

HSL color Cylindrical-coordinate representation of color #14220C: hue angle of 98.18º degrees, saturation: 0.48, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #14220C is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.87.

Color convert

RGB203412-
CMYK0.4100.650.87
HSL98.18º47.83%9.02%-
HSV(B)98.18º64.71%13.33%-
XYZ0.931.320.55-
YUV27.31119.36122.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.30%
GREEN value IS 34 (13.67% from 255) = 51.52%
BLUE value IS 12 (5.08% from 255) = 18.18%
R=30.30%
G=51.52%
B=18.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2034120.4100.650.8798.1847.839.02
Hex1422C290415762309
Octal2442145101011271426011
Binary10100100010110010100101000001101011111000101100001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14220C; }

 p { color: rgb(20,34,12); }

 H1.HeaderClassName
 {
   color: #14220C;
 }
 .AnyTagClassName
 {
   color: #14220C;
 }
</style>
background-color css

<style>
 a { background-color: #14220C; }

 a { background-color: rgb(20,34,12); }

 div.DivClassName
 {
   background-color: #14220C;
 }
 .BgClassName
 {
   background-color: #14220C;
 }
</style>
border-color css

<style>
 span { border-color: #14220C; }

 span { border-color: rgb(20,34,12); }

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