#2C4031

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

Shades of Timber Green #2C4031

Tints of Timber Green #2C4031

Color information

#2C4031 (or 0x2C4031) is unknown color: approx Timber Green. HEX triplet: 2C, 40 and 31. RGB value is (44,64,49). Sum of RGB (Red+Green+Blue) = 44+64+49=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #2C4031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4031 is #D3BFCE. Grayscale: #383838. Windows color (decimal): -13877199 or 3227692. OLE color: 3227692.

HSL color Cylindrical-coordinate representation of color #2C4031: hue angle of 135º 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 #2C4031 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB446449-
CMYK0.3100.230.75
HSL135º18.52%21.18%-
HSV(B)135º31.25%25.1%-
XYZ3.434.423.58-
YUV56.31123.87119.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.03%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 49 (19.53% from 255) = 31.21%
R=28.03%
G=40.76%
B=31.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4464490.3100.230.7513518.5221.18
Hex2C40311F0174B871315
Octal5410061370271132072325
Binary1011001000000110001111110101111001011100001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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