#14210B

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

Shades of Pine Tree #14210B

Tints of Pine Tree #14210B

Color information

#14210B (or 0x14210B) is unknown color: approx Pine Tree. HEX triplet: 14, 21 and 0B. RGB value is (20,33,11). Sum of RGB (Red+Green+Blue) = 20+33+11=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 33 (13.28% from 255 or 51.56% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 33 - color contains mainly: green. Hex color #14210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14210B is #EBDEF4. Grayscale: #1A1A1A. Windows color (decimal): -15458037 or 729364. OLE color: 729364.

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

Color convert

RGB203311-
CMYK0.3900.670.87
HSL95.45º50%8.63%-
HSV(B)95.45º66.67%12.94%-
XYZ0.891.260.51-
YUV26.6119.19123.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.25%
GREEN value IS 33 (13.28% from 255) = 51.56%
BLUE value IS 11 (4.69% from 255) = 17.19%
R=31.25%
G=51.56%
B=17.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2033110.3900.670.8795.45508.63
Hex1421B27043575f329
Octal2441134701031271376211
Binary10100100001101110011101000011101011110111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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