#14210C

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

Shades of Pine Tree #14210C

Tints of Pine Tree #14210C

Color information

#14210C (or 0x14210C) is unknown color: approx Pine Tree. HEX triplet: 14, 21 and 0C. RGB value is (20,33,12). Sum of RGB (Red+Green+Blue) = 20+33+12=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 33 (13.28% from 255 or 50.77% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 33 - color contains mainly: green. Hex color #14210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14210C is #EBDEF3. Grayscale: #1A1A1A. Windows color (decimal): -15458036 or 794900. OLE color: 794900.

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

Color convert

RGB203312-
CMYK0.3900.640.87
HSL97.14º46.67%8.82%-
HSV(B)97.14º63.64%12.94%-
XYZ0.91.260.54-
YUV26.72119.69123.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 33 (13.28% from 255) = 50.77%
BLUE value IS 12 (5.08% from 255) = 18.46%
R=30.77%
G=50.77%
B=18.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2033120.3900.640.8797.1446.678.82
Hex1421C2704057612f9
Octal2441144701001271415711
Binary10100100001110010011101000000101011111000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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