#2A4A2C

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

Shades of Timber Green #2A4A2C

Tints of Timber Green #2A4A2C

Color information

#2A4A2C (or 0x2A4A2C) is unknown color: approx Timber Green. HEX triplet: 2A, 4A and 2C. RGB value is (42,74,44). Sum of RGB (Red+Green+Blue) = 42+74+44=160 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.25% from 160); Green value is 74 (29.30% from 255 or 46.25% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 74 - color contains mainly: green. Hex color #2A4A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4A2C is #D5B5D3. Grayscale: #3D3D3D. Windows color (decimal): -14005716 or 2902570. OLE color: 2902570.

HSL color Cylindrical-coordinate representation of color #2A4A2C: hue angle of 123.75º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2A4A2C is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB427444-
CMYK0.4300.410.71
HSL123.75º27.59%22.75%-
HSV(B)123.75º43.24%29.02%-
XYZ3.865.573.25-
YUV61.01118.4114.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.25%
GREEN value IS 74 (29.30% from 255) = 46.25%
BLUE value IS 44 (17.58% from 255) = 27.5%
R=26.25%
G=46.25%
B=27.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4274440.4300.410.71123.7527.5922.75
Hex2A4A2C2B029477c1c17
Octal5211254530511071743427
Binary10101010010101011001010110101001100011111111001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,74,44); }

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

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

 a { background-color: rgb(42,74,44); }

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

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

 span { border-color: rgb(42,74,44); }

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