#26462A

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

Shades of Timber Green #26462A

Tints of Timber Green #26462A

Color information

#26462A (or 0x26462A) is unknown color: approx Timber Green. HEX triplet: 26, 46 and 2A. RGB value is (38,70,42). Sum of RGB (Red+Green+Blue) = 38+70+42=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #26462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26462A is #D9B9D5. Grayscale: #393939. Windows color (decimal): -14268886 or 2770470. OLE color: 2770470.

HSL color Cylindrical-coordinate representation of color #26462A: hue angle of 127.5º 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 #26462A is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB387042-
CMYK0.4600.400.73
HSL127.5º29.63%21.18%-
HSV(B)127.5º45.71%27.45%-
XYZ3.414.962.97-
YUV57.24119.4114.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.33%
GREEN value IS 70 (27.73% from 255) = 46.67%
BLUE value IS 42 (16.80% from 255) = 28%
R=25.33%
G=46.67%
B=28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3870420.4600.400.73127.529.6321.18
Hex26462A2E02849801e15
Octal4610652560501112003625
Binary100110100011010101010111001010001001001100000001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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