#2A4431

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

Shades of Timber Green #2A4431

Tints of Timber Green #2A4431

Color information

#2A4431 (or 0x2A4431) is unknown color: approx Timber Green. HEX triplet: 2A, 44 and 31. RGB value is (42,68,49). Sum of RGB (Red+Green+Blue) = 42+68+49=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 68 - color contains mainly: green. Hex color #2A4431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4431 is #D5BBCE. Grayscale: #3A3A3A. Windows color (decimal): -14007247 or 3228714. OLE color: 3228714.

HSL color Cylindrical-coordinate representation of color #2A4431: hue angle of 136.15º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2A4431 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB426849-
CMYK0.3800.280.73
HSL136.15º23.64%21.57%-
HSV(B)136.15º38.24%26.67%-
XYZ3.584.853.65-
YUV58.06122.89116.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.42%
GREEN value IS 68 (26.95% from 255) = 42.77%
BLUE value IS 49 (19.53% from 255) = 30.82%
R=26.42%
G=42.77%
B=30.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4268490.3800.280.73136.1523.6421.57
Hex2A44312601C49881816
Octal5210461460341112103026
Binary10101010001001100011001100111001001001100010001100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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