#263215

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

Shades of Pine Tree #263215

Tints of Pine Tree #263215

Color information

#263215 (or 0x263215) is unknown color: approx Pine Tree. HEX triplet: 26, 32 and 15. RGB value is (38,50,21). Sum of RGB (Red+Green+Blue) = 38+50+21=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #263215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263215 is #D9CDEA. Grayscale: #2B2B2B. Windows color (decimal): -14274027 or 1389094. OLE color: 1389094.

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

Color convert

RGB385021-
CMYK0.2400.580.80
HSL84.83º40.85%13.92%-
HSV(B)84.83º58%19.61%-
XYZ2.082.751.13-
YUV43.11115.52124.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.86%
GREEN value IS 50 (19.92% from 255) = 45.87%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=34.86%
G=45.87%
B=19.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3850210.2400.580.8084.8340.8513.92
Hex2632151803A505529e
Octal466225300721201255116
Binary10011011001010101110000111010101000010101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263215; }

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

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

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

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

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

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

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

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