#26472B

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

Shades of Timber Green #26472B

Tints of Timber Green #26472B

Color information

#26472B (or 0x26472B) is unknown color: approx Timber Green. HEX triplet: 26, 47 and 2B. RGB value is (38,71,43). Sum of RGB (Red+Green+Blue) = 38+71+43=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #26472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26472B is #D9B8D4. Grayscale: #3A3A3A. Windows color (decimal): -14268629 or 2836262. OLE color: 2836262.

HSL color Cylindrical-coordinate representation of color #26472B: hue angle of 129.09º 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 #26472B is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB387143-
CMYK0.4600.390.72
HSL129.09º30.28%21.37%-
HSV(B)129.09º46.48%27.84%-
XYZ3.495.093.08-
YUV57.94119.57113.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 71 (28.12% from 255) = 46.71%
BLUE value IS 43 (17.19% from 255) = 28.29%
R=25%
G=46.71%
B=28.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3871430.4600.390.72129.0930.2821.37
Hex26472B2E02748811e15
Octal4610753560471102013625
Binary100110100011110101110111001001111001000100000011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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