#2A462D

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

Shades of Timber Green #2A462D

Tints of Timber Green #2A462D

Color information

#2A462D (or 0x2A462D) is unknown color: approx Timber Green. HEX triplet: 2A, 46 and 2D. RGB value is (42,70,45). Sum of RGB (Red+Green+Blue) = 42+70+45=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #2A462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A462D is #D5B9D2. Grayscale: #3A3A3A. Windows color (decimal): -14006739 or 2967082. OLE color: 2967082.

HSL color Cylindrical-coordinate representation of color #2A462D: hue angle of 126.43º 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 #2A462D is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB427045-
CMYK0.4000.360.73
HSL126.43º25%21.96%-
HSV(B)126.43º40%27.45%-
XYZ3.625.063.27-
YUV58.78120.22116.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.75%
GREEN value IS 70 (27.73% from 255) = 44.59%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=26.75%
G=44.59%
B=28.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4270450.4000.360.73126.432521.96
Hex2A462D28024497e1916
Octal5210655500441111763126
Binary10101010001101011011010000100100100100111111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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