#263210

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

Shades of Pine Tree #263210

Tints of Pine Tree #263210

Color information

#263210 (or 0x263210) is unknown color: approx Pine Tree. HEX triplet: 26, 32 and 10. RGB value is (38,50,16). Sum of RGB (Red+Green+Blue) = 38+50+16=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #263210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263210 is #D9CDEF. Grayscale: #2A2A2A. Windows color (decimal): -14274032 or 1061414. OLE color: 1061414.

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

Color convert

RGB385016-
CMYK0.2400.680.80
HSL81.18º51.52%12.94%-
HSV(B)81.18º68%19.61%-
XYZ2.032.730.91-
YUV42.54113.02124.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.54%
GREEN value IS 50 (19.92% from 255) = 48.08%
BLUE value IS 16 (6.64% from 255) = 15.38%
R=36.54%
G=48.08%
B=15.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3850160.2400.680.8081.1851.5212.94
Hex26321018044505134d
Octal4662203001041201216415
Binary100110110010100001100001000100101000010100011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263210; }

 p { color: rgb(38,50,16); }

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

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

 a { background-color: rgb(38,50,16); }

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

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

 span { border-color: rgb(38,50,16); }

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