#26301D

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

Shades of Pine Tree #26301D

Tints of Pine Tree #26301D

Color information

#26301D (or 0x26301D) is unknown color: approx Pine Tree. HEX triplet: 26, 30 and 1D. RGB value is (38,48,29). Sum of RGB (Red+Green+Blue) = 38+48+29=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 48 - color contains mainly: green. Hex color #26301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26301D is #D9CFE2. Grayscale: #2A2A2A. Windows color (decimal): -14274531 or 1912870. OLE color: 1912870.

HSL color Cylindrical-coordinate representation of color #26301D: hue angle of 91.58º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #26301D is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB384829-
CMYK0.2100.400.81
HSL91.58º24.68%15.1%-
HSV(B)91.58º39.58%18.82%-
XYZ2.082.611.56-
YUV42.84120.19124.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.04%
GREEN value IS 48 (19.14% from 255) = 41.74%
BLUE value IS 29 (11.72% from 255) = 25.22%
R=33.04%
G=41.74%
B=25.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3848290.2100.400.8191.5824.6815.1
Hex26301D15028515c19f
Octal466035250501211343117
Binary1001101100001110110101010100010100011011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26301D; }

 p { color: rgb(38,48,29); }

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

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

 a { background-color: rgb(38,48,29); }

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

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

 span { border-color: rgb(38,48,29); }

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