#2A4432

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

Shades of Timber Green #2A4432

Tints of Timber Green #2A4432

Color information

#2A4432 (or 0x2A4432) is unknown color: approx Timber Green. HEX triplet: 2A, 44 and 32. RGB value is (42,68,50). Sum of RGB (Red+Green+Blue) = 42+68+50=160 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.25% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 68 - color contains mainly: green. Hex color #2A4432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4432 is #D5BBCD. Grayscale: #3A3A3A. Windows color (decimal): -14007246 or 3294250. OLE color: 3294250.

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

Color convert

RGB426850-
CMYK0.3800.260.73
HSL138.46º23.64%21.57%-
HSV(B)138.46º38.24%26.67%-
XYZ3.64.863.77-
YUV58.17123.39116.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.25%
GREEN value IS 68 (26.95% from 255) = 42.5%
BLUE value IS 50 (19.92% from 255) = 31.25%
R=26.25%
G=42.5%
B=31.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4268500.3800.260.73138.4623.6421.57
Hex2A44322601A498a1816
Octal5210462460321112123026
Binary10101010001001100101001100110101001001100010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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