#212814

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

Shades of Pine Tree #212814

Tints of Pine Tree #212814

Color information

#212814 (or 0x212814) is unknown color: approx Pine Tree. HEX triplet: 21, 28 and 14. RGB value is (33,40,20). Sum of RGB (Red+Green+Blue) = 33+40+20=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 40 - color contains mainly: green. Hex color #212814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212814 is #DED7EB. Grayscale: #232323. Windows color (decimal): -14604268 or 1320993. OLE color: 1320993.

HSL color Cylindrical-coordinate representation of color #212814: hue angle of 81º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #212814 is Cyan = 0.17, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.84.

Color convert

RGB334020-
CMYK0.1700.50.84
HSL81º33.33%11.76%-
HSV(B)81º50%15.69%-
XYZ1.511.890.95-
YUV35.63119.18126.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.48%
GREEN value IS 40 (16.02% from 255) = 43.01%
BLUE value IS 20 (8.20% from 255) = 21.51%
R=35.48%
G=43.01%
B=21.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3340200.1700.50.848133.3311.76
Hex21281411032545121c
Octal415024210621241214114
Binary10000110100010100100010110010101010010100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212814; }

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

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

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

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

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

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

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

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