#263311

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

Shades of Pine Tree #263311

Tints of Pine Tree #263311

Color information

#263311 (or 0x263311) is unknown color: approx Pine Tree. HEX triplet: 26, 33 and 11. RGB value is (38,51,17). Sum of RGB (Red+Green+Blue) = 38+51+17=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #263311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263311 is #D9CCEE. Grayscale: #2B2B2B. Windows color (decimal): -14273775 or 1127206. OLE color: 1127206.

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

Color convert

RGB385117-
CMYK0.2500.670.8
HSL82.94º50%13.33%-
HSV(B)82.94º66.67%20%-
XYZ2.082.820.96-
YUV43.24113.19124.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.85%
GREEN value IS 51 (20.31% from 255) = 48.11%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=35.85%
G=48.11%
B=16.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3851170.2500.670.882.945013.33
Hex26331119043505332d
Octal4663213101031201236215
Binary100110110011100011100101000011101000010100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263311; }

 p { color: rgb(38,51,17); }

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

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

 a { background-color: rgb(38,51,17); }

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

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

 span { border-color: rgb(38,51,17); }

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