#223211

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

Shades of Pine Tree #223211

Tints of Pine Tree #223211

Color information

#223211 (or 0x223211) is unknown color: approx Pine Tree. HEX triplet: 22, 32 and 11. RGB value is (34,50,17). Sum of RGB (Red+Green+Blue) = 34+50+17=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #223211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223211 is #DDCDEE. Grayscale: #292929. Windows color (decimal): -14536175 or 1126946. OLE color: 1126946.

HSL color Cylindrical-coordinate representation of color #223211: hue angle of 89.09º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #223211 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB345017-
CMYK0.3200.660.80
HSL89.09º49.25%13.14%-
HSV(B)89.09º66%19.61%-
XYZ1.92.660.94-
YUV41.45114.2122.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.66%
GREEN value IS 50 (19.92% from 255) = 49.50%
BLUE value IS 17 (7.03% from 255) = 16.83%
R=33.66%
G=49.50%
B=16.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3450170.3200.660.8089.0949.2513.14
Hex22321120042505931d
Octal4262214001021201316115
Binary1000101100101000110000001000010101000010110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223211; }

 p { color: rgb(34,50,17); }

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

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

 a { background-color: rgb(34,50,17); }

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

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

 span { border-color: rgb(34,50,17); }

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