#26422E

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

Shades of Timber Green #26422E

Tints of Timber Green #26422E

Color information

#26422E (or 0x26422E) is unknown color: approx Timber Green. HEX triplet: 26, 42 and 2E. RGB value is (38,66,46). Sum of RGB (Red+Green+Blue) = 38+66+46=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #26422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26422E is #D9BDD1. Grayscale: #373737. Windows color (decimal): -14269906 or 3031590. OLE color: 3031590.

HSL color Cylindrical-coordinate representation of color #26422E: hue angle of 137.14º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #26422E is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB386646-
CMYK0.4200.300.74
HSL137.14º26.92%20.39%-
HSV(B)137.14º42.42%25.88%-
XYZ3.244.513.28-
YUV55.35122.72115.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.33%
GREEN value IS 66 (26.17% from 255) = 44%
BLUE value IS 46 (18.36% from 255) = 30.67%
R=25.33%
G=44%
B=30.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3866460.4200.300.74137.1426.9220.39
Hex26422E2A01E4A891b14
Octal4610256520361122113324
Binary10011010000101011101010100111101001010100010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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