#26400C

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

Shades of Pine Tree #26400C

Tints of Pine Tree #26400C

Color information

#26400C (or 0x26400C) is unknown color: approx Pine Tree. HEX triplet: 26, 40 and 0C. RGB value is (38,64,12). Sum of RGB (Red+Green+Blue) = 38+64+12=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #26400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26400C is #D9BFF3. Grayscale: #323232. Windows color (decimal): -14270452 or 802854. OLE color: 802854.

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

Color convert

RGB386412-
CMYK0.4100.810.75
HSL90º68.42%14.9%-
HSV(B)90º81.25%25.1%-
XYZ2.74.111-
YUV50.3106.39119.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 56.14%
BLUE value IS 12 (5.08% from 255) = 10.53%
R=33.33%
G=56.14%
B=10.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3864120.4100.810.759068.4214.9
Hex2640C290514B5a44f
Octal461001451012111313210417
Binary10011010000001100101001010100011001011101101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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