#2A4031

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

Shades of Timber Green #2A4031

Tints of Timber Green #2A4031

Color information

#2A4031 (or 0x2A4031) is unknown color: approx Timber Green. HEX triplet: 2A, 40 and 31. RGB value is (42,64,49). Sum of RGB (Red+Green+Blue) = 42+64+49=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #2A4031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4031 is #D5BFCE. Grayscale: #373737. Windows color (decimal): -14008271 or 3227690. OLE color: 3227690.

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

Color convert

RGB426449-
CMYK0.3400.230.75
HSL139.09º20.75%20.78%-
HSV(B)139.09º34.38%25.1%-
XYZ3.344.383.58-
YUV55.71124.21118.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.10%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 49 (19.53% from 255) = 31.61%
R=27.10%
G=41.29%
B=31.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4264490.3400.230.75139.0920.7520.78
Hex2A4031220174B8b1515
Octal5210061420271132132525
Binary10101010000001100011000100101111001011100010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,64,49); }

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

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

 a { background-color: rgb(42,64,49); }

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

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

 span { border-color: rgb(42,64,49); }

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