#26462E

Color #26462E Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #26462E

Tints of Timber Green #26462E

Color information

#26462E (or 0x26462E) is unknown color: approx Timber Green. HEX triplet: 26, 46 and 2E. RGB value is (38,70,46). Sum of RGB (Red+Green+Blue) = 38+70+46=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #26462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26462E is #D9B9D1. Grayscale: #393939. Windows color (decimal): -14268882 or 3032614. OLE color: 3032614.

HSL color Cylindrical-coordinate representation of color #26462E: hue angle of 135º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #26462E is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB387046-
CMYK0.4600.340.73
HSL135º29.63%21.18%-
HSV(B)135º45.71%27.45%-
XYZ3.484.993.36-
YUV57.7121.4113.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.68%
GREEN value IS 70 (27.73% from 255) = 45.45%
BLUE value IS 46 (18.36% from 255) = 29.87%
R=24.68%
G=45.45%
B=29.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3870460.4600.340.7313529.6321.18
Hex26462E2E02249871e15
Octal4610656560421112073625
Binary100110100011010111010111001000101001001100001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26462E; }

 p { color: rgb(38,70,46); }

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

<style>
 a { background-color: #26462E; }

 a { background-color: rgb(38,70,46); }

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

<style>
 span { border-color: #26462E; }

 span { border-color: rgb(38,70,46); }

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