#2C4032

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

Shades of Timber Green #2C4032

Tints of Timber Green #2C4032

Color information

#2C4032 (or 0x2C4032) is unknown color: approx Timber Green. HEX triplet: 2C, 40 and 32. RGB value is (44,64,50). Sum of RGB (Red+Green+Blue) = 44+64+50=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #2C4032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4032 is #D3BFCD. Grayscale: #383838. Windows color (decimal): -13877198 or 3293228. OLE color: 3293228.

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

Color convert

RGB446450-
CMYK0.3100.220.75
HSL138º18.52%21.18%-
HSV(B)138º31.25%25.1%-
XYZ3.454.433.69-
YUV56.42124.37119.14-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.85%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=27.85%
G=40.51%
B=31.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4464500.3100.220.7513818.5221.18
Hex2C40321F0164B8a1315
Octal5410062370261132122325
Binary1011001000000110010111110101101001011100010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,64,50); }

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

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

 a { background-color: rgb(44,64,50); }

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

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

 span { border-color: rgb(44,64,50); }

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