#212812

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

Shades of Pine Tree #212812

Tints of Pine Tree #212812

Color information

#212812 (or 0x212812) is unknown color: approx Pine Tree. HEX triplet: 21, 28 and 12. RGB value is (33,40,18). Sum of RGB (Red+Green+Blue) = 33+40+18=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 40 (16.02% from 255 or 43.96% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 40 - color contains mainly: green. Hex color #212812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212812 is #DED7ED. Grayscale: #232323. Windows color (decimal): -14604270 or 1189921. OLE color: 1189921.

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

Color convert

RGB334018-
CMYK0.1700.550.84
HSL79.09º37.93%11.37%-
HSV(B)79.09º55%15.69%-
XYZ1.51.880.86-
YUV35.4118.18126.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.26%
GREEN value IS 40 (16.02% from 255) = 43.96%
BLUE value IS 18 (7.42% from 255) = 19.78%
R=36.26%
G=43.96%
B=19.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3340180.1700.550.8479.0937.9311.37
Hex21281211037544f26b
Octal415022210671241174613
Binary10000110100010010100010110111101010010011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212812; }

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

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

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

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

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

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

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

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