#263115

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

Shades of Pine Tree #263115

Tints of Pine Tree #263115

Color information

#263115 (or 0x263115) is unknown color: approx Pine Tree. HEX triplet: 26, 31 and 15. RGB value is (38,49,21). Sum of RGB (Red+Green+Blue) = 38+49+21=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 49 - color contains mainly: green. Hex color #263115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263115 is #D9CEEA. Grayscale: #2A2A2A. Windows color (decimal): -14274283 or 1388838. OLE color: 1388838.

HSL color Cylindrical-coordinate representation of color #263115: hue angle of 83.57º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #263115 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB384921-
CMYK0.2200.570.81
HSL83.57º40%13.73%-
HSV(B)83.57º57.14%19.22%-
XYZ2.032.661.12-
YUV42.52115.86124.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.19%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 21 (8.59% from 255) = 19.44%
R=35.19%
G=45.37%
B=19.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3849210.2200.570.8183.574013.73
Hex26311516039515428e
Octal466125260711211245016
Binary10011011000110101101100111001101000110101001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263115; }

 p { color: rgb(38,49,21); }

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

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

 a { background-color: rgb(38,49,21); }

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

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

 span { border-color: rgb(38,49,21); }

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