#2C4631

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

Shades of Timber Green #2C4631

Tints of Timber Green #2C4631

Color information

#2C4631 (or 0x2C4631) is unknown color: approx Timber Green. HEX triplet: 2C, 46 and 31. RGB value is (44,70,49). Sum of RGB (Red+Green+Blue) = 44+70+49=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #2C4631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4631 is #D3B9CE. Grayscale: #3B3B3B. Windows color (decimal): -13875663 or 3229228. OLE color: 3229228.

HSL color Cylindrical-coordinate representation of color #2C4631: hue angle of 131.54º 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 #2C4631 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB447049-
CMYK0.3700.300.73
HSL131.54º22.81%22.35%-
HSV(B)131.54º37.14%27.45%-
XYZ3.785.143.7-
YUV59.83121.89116.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.99%
GREEN value IS 70 (27.73% from 255) = 42.94%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=26.99%
G=42.94%
B=30.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4470490.3700.300.73131.5422.8122.35
Hex2C46312501E49841716
Octal5410661450361112042726
Binary10110010001101100011001010111101001001100001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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