#26400D

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

Shades of Pine Tree #26400D

Tints of Pine Tree #26400D

Color information

#26400D (or 0x26400D) is unknown color: approx Pine Tree. HEX triplet: 26, 40 and 0D. RGB value is (38,64,13). Sum of RGB (Red+Green+Blue) = 38+64+13=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #26400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26400D is #D9BFF2. Grayscale: #323232. Windows color (decimal): -14270451 or 868390. OLE color: 868390.

HSL color Cylindrical-coordinate representation of color #26400D: hue angle of 90.59º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26400D is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB386413-
CMYK0.4100.800.75
HSL90.59º66.23%15.1%-
HSV(B)90.59º79.69%25.1%-
XYZ2.714.111.03-
YUV50.41106.89119.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.04%
GREEN value IS 64 (25.39% from 255) = 55.65%
BLUE value IS 13 (5.47% from 255) = 11.30%
R=33.04%
G=55.65%
B=11.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3864130.4100.800.7590.5966.2315.1
Hex2640D290504B5b42f
Octal461001551012011313310217
Binary10011010000001101101001010100001001011101101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,64,13); }

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

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

 a { background-color: rgb(38,64,13); }

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

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

 span { border-color: rgb(38,64,13); }

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