#212916

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

Shades of Pine Tree #212916

Tints of Pine Tree #212916

Color information

#212916 (or 0x212916) is unknown color: approx Pine Tree. HEX triplet: 21, 29 and 16. RGB value is (33,41,22). Sum of RGB (Red+Green+Blue) = 33+41+22=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 41 - color contains mainly: green. Hex color #212916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212916 is #DED6E9. Grayscale: #242424. Windows color (decimal): -14604010 or 1452321. OLE color: 1452321.

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

Color convert

RGB334122-
CMYK0.2000.460.84
HSL85.26º30.16%12.35%-
HSV(B)85.26º46.34%16.08%-
XYZ1.561.971.06-
YUV36.44119.85125.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.38%
GREEN value IS 41 (16.41% from 255) = 42.71%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=34.38%
G=42.71%
B=22.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3341220.2000.460.8485.2630.1612.35
Hex2129161402E54551ec
Octal415126240561241253614
Binary1000011010011011010100010111010101001010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212916; }

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

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

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

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

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

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

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

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