#14210A

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

Shades of Pine Tree #14210A

Tints of Pine Tree #14210A

Color information

#14210A (or 0x14210A) is unknown color: approx Pine Tree. HEX triplet: 14, 21 and 0A. RGB value is (20,33,10). Sum of RGB (Red+Green+Blue) = 20+33+10=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 10 (4.30% from 255 or 15.87% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #14210A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14210A is #EBDEF5. Grayscale: #1A1A1A. Windows color (decimal): -15458038 or 663828. OLE color: 663828.

HSL color Cylindrical-coordinate representation of color #14210A: hue angle of 93.91º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14210A is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.87.

Color convert

RGB203310-
CMYK0.3900.700.87
HSL93.91º53.49%8.43%-
HSV(B)93.91º69.7%12.94%-
XYZ0.891.260.48-
YUV26.49118.69123.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.75%
GREEN value IS 33 (13.28% from 255) = 52.38%
BLUE value IS 10 (4.30% from 255) = 15.87%
R=31.75%
G=52.38%
B=15.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2033100.3900.700.8793.9153.498.43
Hex1421A27046575e358
Octal2441124701061271366510
Binary10100100001101010011101000110101011110111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14210A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14210A; }

 p { color: rgb(20,33,10); }

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

<style>
 a { background-color: #14210A; }

 a { background-color: rgb(20,33,10); }

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

<style>
 span { border-color: #14210A; }

 span { border-color: rgb(20,33,10); }

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