#26492D

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

Shades of Timber Green #26492D

Tints of Timber Green #26492D

Color information

#26492D (or 0x26492D) is unknown color: approx Timber Green. HEX triplet: 26, 49 and 2D. RGB value is (38,73,45). Sum of RGB (Red+Green+Blue) = 38+73+45=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #26492D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26492D is #D9B6D2. Grayscale: #3B3B3B. Windows color (decimal): -14268115 or 2967846. OLE color: 2967846.

HSL color Cylindrical-coordinate representation of color #26492D: hue angle of 132º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #26492D is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB387345-
CMYK0.4800.380.71
HSL132º31.53%21.76%-
HSV(B)132º47.95%28.63%-
XYZ3.665.373.33-
YUV59.34119.9112.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.36%
GREEN value IS 73 (28.91% from 255) = 46.79%
BLUE value IS 45 (17.97% from 255) = 28.85%
R=24.36%
G=46.79%
B=28.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3873450.4800.380.7113231.5321.76
Hex26492D3002647842016
Octal4611155600461072044026
Binary1001101001001101101110000010011010001111000010010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26492D; }

 p { color: rgb(38,73,45); }

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

<style>
 a { background-color: #26492D; }

 a { background-color: rgb(38,73,45); }

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

<style>
 span { border-color: #26492D; }

 span { border-color: rgb(38,73,45); }

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