#26400F

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

Shades of Pine Tree #26400F

Tints of Pine Tree #26400F

Color information

#26400F (or 0x26400F) is unknown color: approx Pine Tree. HEX triplet: 26, 40 and 0F. RGB value is (38,64,15). Sum of RGB (Red+Green+Blue) = 38+64+15=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #26400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26400F is #D9BFF0. Grayscale: #323232. Windows color (decimal): -14270449 or 999462. OLE color: 999462.

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

Color convert

RGB386415-
CMYK0.4100.770.75
HSL91.84º62.03%15.49%-
HSV(B)91.84º76.56%25.1%-
XYZ2.724.111.1-
YUV50.64107.89118.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.48%
GREEN value IS 64 (25.39% from 255) = 54.70%
BLUE value IS 15 (6.25% from 255) = 12.82%
R=32.48%
G=54.70%
B=12.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3864150.4100.770.7591.8462.0315.49
Hex2640F2904D4B5c3ef
Octal46100175101151131347617
Binary1001101000000111110100101001101100101110111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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