#2A412D

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

Shades of Timber Green #2A412D

Tints of Timber Green #2A412D

Color information

#2A412D (or 0x2A412D) is unknown color: approx Timber Green. HEX triplet: 2A, 41 and 2D. RGB value is (42,65,45). Sum of RGB (Red+Green+Blue) = 42+65+45=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 65 - color contains mainly: green. Hex color #2A412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A412D is #D5BED2. Grayscale: #373737. Windows color (decimal): -14008019 or 2965802. OLE color: 2965802.

HSL color Cylindrical-coordinate representation of color #2A412D: hue angle of 127.83º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2A412D is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB426545-
CMYK0.3500.310.75
HSL127.83º21.5%20.98%-
HSV(B)127.83º35.38%25.49%-
XYZ3.324.463.17-
YUV55.84121.88118.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.63%
GREEN value IS 65 (25.78% from 255) = 42.76%
BLUE value IS 45 (17.97% from 255) = 29.61%
R=27.63%
G=42.76%
B=29.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4265450.3500.310.75127.8321.520.98
Hex2A412D2301F4B801515
Octal5210155430371132002525
Binary10101010000011011011000110111111001011100000001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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