#212816

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

Shades of Pine Tree #212816

Tints of Pine Tree #212816

Color information

#212816 (or 0x212816) is unknown color: approx Pine Tree. HEX triplet: 21, 28 and 16. RGB value is (33,40,22). Sum of RGB (Red+Green+Blue) = 33+40+22=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 40 - color contains mainly: green. Hex color #212816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212816 is #DED7E9. Grayscale: #232323. Windows color (decimal): -14604266 or 1452065. OLE color: 1452065.

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

Color convert

RGB334022-
CMYK0.1700.450.84
HSL83.33º29.03%12.16%-
HSV(B)83.33º45%15.69%-
XYZ1.531.91.04-
YUV35.85120.18125.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.74%
GREEN value IS 40 (16.02% from 255) = 42.11%
BLUE value IS 22 (8.98% from 255) = 23.16%
R=34.74%
G=42.11%
B=23.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3340220.1700.450.8483.3329.0312.16
Hex2128161102D54531dc
Octal415026210551241233514
Binary1000011010001011010001010110110101001010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212816; }

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

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

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

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

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

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

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

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