#2C4634

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

Shades of Timber Green #2C4634

Tints of Timber Green #2C4634

Color information

#2C4634 (or 0x2C4634) is unknown color: approx Timber Green. HEX triplet: 2C, 46 and 34. RGB value is (44,70,52). Sum of RGB (Red+Green+Blue) = 44+70+52=166 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.51% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #2C4634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4634 is #D3B9CB. Grayscale: #3C3C3C. Windows color (decimal): -13875660 or 3425836. OLE color: 3425836.

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

Color convert

RGB447052-
CMYK0.3700.260.73
HSL138.46º22.81%22.35%-
HSV(B)138.46º37.14%27.45%-
XYZ3.855.164.04-
YUV60.17123.39116.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.51%
GREEN value IS 70 (27.73% from 255) = 42.17%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=26.51%
G=42.17%
B=31.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4470520.3700.260.73138.4622.8122.35
Hex2C46342501A498a1716
Octal5410664450321112122726
Binary10110010001101101001001010110101001001100010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,70,52); }

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

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

 a { background-color: rgb(44,70,52); }

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

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

 span { border-color: rgb(44,70,52); }

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