#2A462C

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

Shades of Timber Green #2A462C

Tints of Timber Green #2A462C

Color information

#2A462C (or 0x2A462C) is unknown color: approx Timber Green. HEX triplet: 2A, 46 and 2C. RGB value is (42,70,44). Sum of RGB (Red+Green+Blue) = 42+70+44=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #2A462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A462C is #D5B9D3. Grayscale: #3A3A3A. Windows color (decimal): -14006740 or 2901546. OLE color: 2901546.

HSL color Cylindrical-coordinate representation of color #2A462C: hue angle of 124.29º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2A462C is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB427044-
CMYK0.4000.370.73
HSL124.29º25%21.96%-
HSV(B)124.29º40%27.45%-
XYZ3.65.053.17-
YUV58.66119.72116.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.92%
GREEN value IS 70 (27.73% from 255) = 44.87%
BLUE value IS 44 (17.58% from 255) = 28.21%
R=26.92%
G=44.87%
B=28.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4270440.4000.370.73124.292521.96
Hex2A462C28025497c1916
Octal5210654500451111743126
Binary10101010001101011001010000100101100100111111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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