#222916

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

Shades of Pine Tree #222916

Tints of Pine Tree #222916

Color information

#222916 (or 0x222916) is unknown color: approx Pine Tree. HEX triplet: 22, 29 and 16. RGB value is (34,41,22). Sum of RGB (Red+Green+Blue) = 34+41+22=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 41 - color contains mainly: green. Hex color #222916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222916 is #DDD6E9. Grayscale: #242424. Windows color (decimal): -14538474 or 1452322. OLE color: 1452322.

HSL color Cylindrical-coordinate representation of color #222916: hue angle of 82.11º 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 #222916 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.84.

Color convert

RGB344122-
CMYK0.1700.460.84
HSL82.11º30.16%12.35%-
HSV(B)82.11º46.34%16.08%-
XYZ1.61.981.06-
YUV36.74119.68126.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.05%
GREEN value IS 41 (16.41% from 255) = 42.27%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=35.05%
G=42.27%
B=22.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3441220.1700.460.8482.1130.1612.35
Hex2229161102E54521ec
Octal425126210561241223614
Binary1000101010011011010001010111010101001010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222916; }

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

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

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

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

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

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

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

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