#212716

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

Shades of Pine Tree #212716

Tints of Pine Tree #212716

Color information

#212716 (or 0x212716) is unknown color: approx Pine Tree. HEX triplet: 21, 27 and 16. RGB value is (33,39,22). Sum of RGB (Red+Green+Blue) = 33+39+22=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 39 - color contains mainly: green. Hex color #212716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212716 is #DED8E9. Grayscale: #232323. Windows color (decimal): -14604522 or 1451809. OLE color: 1451809.

HSL color Cylindrical-coordinate representation of color #212716: hue angle of 81.18º degrees, saturation: 0.28, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #212716 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.85.

Color convert

RGB333922-
CMYK0.1500.440.85
HSL81.18º27.87%11.96%-
HSV(B)81.18º43.59%15.29%-
XYZ1.51.831.03-
YUV35.27120.51126.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.11%
GREEN value IS 39 (15.62% from 255) = 41.49%
BLUE value IS 22 (8.98% from 255) = 23.40%
R=35.11%
G=41.49%
B=23.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3339220.1500.440.8581.1827.8711.96
Hex212716F02C55511cc
Octal414726170541251213414
Binary100001100111101101111010110010101011010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212716; }

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

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

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

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

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

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

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

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