#262B20

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

Shades of Pine Tree #262B20

Tints of Pine Tree #262B20

Color information

#262B20 (or 0x262B20) is unknown color: approx Pine Tree. HEX triplet: 26, 2B and 20. RGB value is (38,43,32). Sum of RGB (Red+Green+Blue) = 38+43+32=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 43 - color contains mainly: green. Hex color #262B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262B20 is #D9D4DF. Grayscale: #282828. Windows color (decimal): -14275808 or 2108198. OLE color: 2108198.

HSL color Cylindrical-coordinate representation of color #262B20: hue angle of 87.27º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #262B20 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.83.

Color convert

RGB384332-
CMYK0.1200.260.83
HSL87.27º14.67%14.71%-
HSV(B)87.27º25.58%16.86%-
XYZ1.922.241.7-
YUV40.25123.34126.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.63%
GREEN value IS 43 (17.19% from 255) = 38.05%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=33.63%
G=38.05%
B=28.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3843320.1200.260.8387.2714.6714.71
Hex262B20C01A5357ff
Octal465340140321231271717
Binary10011010101110000011000110101010011101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262B20; }

 p { color: rgb(38,43,32); }

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

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

 a { background-color: rgb(38,43,32); }

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

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

 span { border-color: rgb(38,43,32); }

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