#212911

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

Shades of Pine Tree #212911

Tints of Pine Tree #212911

Color information

#212911 (or 0x212911) is unknown color: approx Pine Tree. HEX triplet: 21, 29 and 11. RGB value is (33,41,17). Sum of RGB (Red+Green+Blue) = 33+41+17=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 41 (16.41% from 255 or 45.05% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 41 - color contains mainly: green. Hex color #212911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212911 is #DED6EE. Grayscale: #232323. Windows color (decimal): -14604015 or 1124641. OLE color: 1124641.

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

Color convert

RGB334117-
CMYK0.2000.590.84
HSL80º41.38%11.37%-
HSV(B)80º58.54%16.08%-
XYZ1.521.950.83-
YUV35.87117.35125.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.26%
GREEN value IS 41 (16.41% from 255) = 45.05%
BLUE value IS 17 (7.03% from 255) = 18.68%
R=36.26%
G=45.05%
B=18.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3341170.2000.590.848041.3811.37
Hex2129111403B545029b
Octal415121240731241205113
Binary10000110100110001101000111011101010010100001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212911; }

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

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

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

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

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

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

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

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