#26442E

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

Shades of Timber Green #26442E

Tints of Timber Green #26442E

Color information

#26442E (or 0x26442E) is unknown color: approx Timber Green. HEX triplet: 26, 44 and 2E. RGB value is (38,68,46). Sum of RGB (Red+Green+Blue) = 38+68+46=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 68 - color contains mainly: green. Hex color #26442E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26442E is #D9BBD1. Grayscale: #383838. Windows color (decimal): -14269394 or 3032102. OLE color: 3032102.

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

Color convert

RGB386846-
CMYK0.4400.320.73
HSL136º28.3%20.78%-
HSV(B)136º44.12%26.67%-
XYZ3.364.743.32-
YUV56.52122.06114.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 68 (26.95% from 255) = 44.74%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=25%
G=44.74%
B=30.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3868460.4400.320.7313628.320.78
Hex26442E2C02049881c15
Octal4610456540401112103425
Binary100110100010010111010110001000001001001100010001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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