#263310

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

Shades of Pine Tree #263310

Tints of Pine Tree #263310

Color information

#263310 (or 0x263310) is unknown color: approx Pine Tree. HEX triplet: 26, 33 and 10. RGB value is (38,51,16). Sum of RGB (Red+Green+Blue) = 38+51+16=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #263310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263310 is #D9CCEF. Grayscale: #2B2B2B. Windows color (decimal): -14273776 or 1061670. OLE color: 1061670.

HSL color Cylindrical-coordinate representation of color #263310: hue angle of 82.29º 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 #263310 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB385116-
CMYK0.2500.690.8
HSL82.29º52.24%13.14%-
HSV(B)82.29º68.63%20%-
XYZ2.082.820.92-
YUV43.12112.69124.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.19%
GREEN value IS 51 (20.31% from 255) = 48.57%
BLUE value IS 16 (6.64% from 255) = 15.24%
R=36.19%
G=48.57%
B=15.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3851160.2500.690.882.2952.2413.14
Hex26331019045505234d
Octal4663203101051201226415
Binary100110110011100001100101000101101000010100101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263310; }

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

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

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

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

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

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

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

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