#26472D

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

Shades of Timber Green #26472D

Tints of Timber Green #26472D

Color information

#26472D (or 0x26472D) is unknown color: approx Timber Green. HEX triplet: 26, 47 and 2D. RGB value is (38,71,45). Sum of RGB (Red+Green+Blue) = 38+71+45=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #26472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26472D is #D9B8D2. Grayscale: #3A3A3A. Windows color (decimal): -14268627 or 2967334. OLE color: 2967334.

HSL color Cylindrical-coordinate representation of color #26472D: hue angle of 132.73º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #26472D is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB387145-
CMYK0.4600.370.72
HSL132.73º30.28%21.37%-
HSV(B)132.73º46.48%27.84%-
XYZ3.535.113.28-
YUV58.17120.57113.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.68%
GREEN value IS 71 (28.12% from 255) = 46.10%
BLUE value IS 45 (17.97% from 255) = 29.22%
R=24.68%
G=46.10%
B=29.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3871450.4600.370.72132.7330.2821.37
Hex26472D2E02548851e15
Octal4610755560451102053625
Binary100110100011110110110111001001011001000100001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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