#223310

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

Shades of Pine Tree #223310

Tints of Pine Tree #223310

Color information

#223310 (or 0x223310) is unknown color: approx Pine Tree. HEX triplet: 22, 33 and 10. RGB value is (34,51,16). Sum of RGB (Red+Green+Blue) = 34+51+16=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #223310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223310 is #DDCCEF. Grayscale: #2A2A2A. Windows color (decimal): -14535920 or 1061666. OLE color: 1061666.

HSL color Cylindrical-coordinate representation of color #223310: hue angle of 89.14º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #223310 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB345116-
CMYK0.3300.690.8
HSL89.14º52.24%13.14%-
HSV(B)89.14º68.63%20%-
XYZ1.942.750.92-
YUV41.93113.37122.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.66%
GREEN value IS 51 (20.31% from 255) = 50.50%
BLUE value IS 16 (6.64% from 255) = 15.84%
R=33.66%
G=50.50%
B=15.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3451160.3300.690.889.1452.2413.14
Hex22331021045505934d
Octal4263204101051201316415
Binary1000101100111000010000101000101101000010110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223310; }

 p { color: rgb(34,51,16); }

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

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

 a { background-color: rgb(34,51,16); }

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

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

 span { border-color: rgb(34,51,16); }

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