#263219

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

Shades of Pine Tree #263219

Tints of Pine Tree #263219

Color information

#263219 (or 0x263219) is unknown color: approx Pine Tree. HEX triplet: 26, 32 and 19. RGB value is (38,50,25). Sum of RGB (Red+Green+Blue) = 38+50+25=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 50 - color contains mainly: green. Hex color #263219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263219 is #D9CDE6. Grayscale: #2B2B2B. Windows color (decimal): -14274023 or 1651238. OLE color: 1651238.

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

Color convert

RGB385025-
CMYK0.2400.500.80
HSL88.8º33.33%14.71%-
HSV(B)88.8º50%19.61%-
XYZ2.122.761.34-
YUV43.56117.52124.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.63%
GREEN value IS 50 (19.92% from 255) = 44.25%
BLUE value IS 25 (10.16% from 255) = 22.12%
R=33.63%
G=44.25%
B=22.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3850250.2400.500.8088.833.3314.71
Hex26321918032505921f
Octal466231300621201314117
Binary10011011001011001110000110010101000010110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263219; }

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

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

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

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

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

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

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

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