#2C4432

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

Shades of Timber Green #2C4432

Tints of Timber Green #2C4432

Color information

#2C4432 (or 0x2C4432) is unknown color: approx Timber Green. HEX triplet: 2C, 44 and 32. RGB value is (44,68,50). Sum of RGB (Red+Green+Blue) = 44+68+50=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 68 - color contains mainly: green. Hex color #2C4432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4432 is #D3BBCD. Grayscale: #3A3A3A. Windows color (decimal): -13876174 or 3294252. OLE color: 3294252.

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

Color convert

RGB446850-
CMYK0.3500.260.73
HSL135º21.43%21.96%-
HSV(B)135º35.29%26.67%-
XYZ3.684.93.77-
YUV58.77123.05117.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.16%
GREEN value IS 68 (26.95% from 255) = 41.98%
BLUE value IS 50 (19.92% from 255) = 30.86%
R=27.16%
G=41.98%
B=30.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4468500.3500.260.7313521.4321.96
Hex2C44322301A49871516
Octal5410462430321112072526
Binary10110010001001100101000110110101001001100001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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