#263318

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

Shades of Pine Tree #263318

Tints of Pine Tree #263318

Color information

#263318 (or 0x263318) is unknown color: approx Pine Tree. HEX triplet: 26, 33 and 18. RGB value is (38,51,24). Sum of RGB (Red+Green+Blue) = 38+51+24=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 51 - color contains mainly: green. Hex color #263318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263318 is #D9CCE7. Grayscale: #2C2C2C. Windows color (decimal): -14273768 or 1585958. OLE color: 1585958.

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

Color convert

RGB385124-
CMYK0.2500.530.8
HSL88.89º36%14.71%-
HSV(B)88.89º52.94%20%-
XYZ2.152.851.3-
YUV44.04116.69123.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.63%
GREEN value IS 51 (20.31% from 255) = 45.13%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=33.63%
G=45.13%
B=21.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3851240.2500.530.888.893614.71
Hex26331819035505924f
Octal466330310651201314417
Binary10011011001111000110010110101101000010110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263318; }

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

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

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

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

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

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

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

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