#263218

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

Shades of Pine Tree #263218

Tints of Pine Tree #263218

Color information

#263218 (or 0x263218) is unknown color: approx Pine Tree. HEX triplet: 26, 32 and 18. RGB value is (38,50,24). Sum of RGB (Red+Green+Blue) = 38+50+24=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #263218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263218 is #D9CDE7. Grayscale: #2B2B2B. Windows color (decimal): -14274024 or 1585702. OLE color: 1585702.

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

Color convert

RGB385024-
CMYK0.2400.520.80
HSL87.69º35.14%14.51%-
HSV(B)87.69º52%19.61%-
XYZ2.12.761.29-
YUV43.45117.02124.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.93%
GREEN value IS 50 (19.92% from 255) = 44.64%
BLUE value IS 24 (9.77% from 255) = 21.43%
R=33.93%
G=44.64%
B=21.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3850240.2400.520.8087.6935.1414.51
Hex26321818034505823f
Octal466230300641201304317
Binary10011011001011000110000110100101000010110001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263218; }

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

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

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

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

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

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

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

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