#2A472E

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

Shades of Timber Green #2A472E

Tints of Timber Green #2A472E

Color information

#2A472E (or 0x2A472E) is unknown color: approx Timber Green. HEX triplet: 2A, 47 and 2E. RGB value is (42,71,46). Sum of RGB (Red+Green+Blue) = 42+71+46=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #2A472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A472E is #D5B8D1. Grayscale: #3B3B3B. Windows color (decimal): -14006482 or 3032874. OLE color: 3032874.

HSL color Cylindrical-coordinate representation of color #2A472E: hue angle of 128.28º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2A472E is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB427146-
CMYK0.4100.350.72
HSL128.28º25.66%22.16%-
HSV(B)128.28º40.85%27.84%-
XYZ3.75.23.39-
YUV59.48120.39115.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.42%
GREEN value IS 71 (28.12% from 255) = 44.65%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=26.42%
G=44.65%
B=28.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4271460.4100.350.72128.2825.6622.16
Hex2A472E2902348801a16
Octal5210756510431102003226
Binary101010100011110111010100101000111001000100000001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A472E; }

 p { color: rgb(42,71,46); }

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

<style>
 a { background-color: #2A472E; }

 a { background-color: rgb(42,71,46); }

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

<style>
 span { border-color: #2A472E; }

 span { border-color: rgb(42,71,46); }

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