#14220D

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

Shades of Pine Tree #14220D

Tints of Pine Tree #14220D

Color information

#14220D (or 0x14220D) is unknown color: approx Pine Tree. HEX triplet: 14, 22 and 0D. RGB value is (20,34,13). Sum of RGB (Red+Green+Blue) = 20+34+13=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 34 (13.67% from 255 or 50.75% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 34 - color contains mainly: green. Hex color #14220D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14220D is #EBDDF2. Grayscale: #1B1B1B. Windows color (decimal): -15457779 or 860692. OLE color: 860692.

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

Color convert

RGB203413-
CMYK0.4100.620.87
HSL100º44.68%9.22%-
HSV(B)100º61.76%13.33%-
XYZ0.931.320.59-
YUV27.42119.86122.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 34 (13.67% from 255) = 50.75%
BLUE value IS 13 (5.47% from 255) = 19.40%
R=29.85%
G=50.75%
B=19.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2034130.4100.620.8710044.689.22
Hex1422D2903E57642d9
Octal244215510761271445511
Binary1010010001011011010010111110101011111001001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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