#2C422E

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

Shades of Timber Green #2C422E

Tints of Timber Green #2C422E

Color information

#2C422E (or 0x2C422E) is unknown color: approx Timber Green. HEX triplet: 2C, 42 and 2E. RGB value is (44,66,46). Sum of RGB (Red+Green+Blue) = 44+66+46=156 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.21% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #2C422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C422E is #D3BDD1. Grayscale: #393939. Windows color (decimal): -13876690 or 3031596. OLE color: 3031596.

HSL color Cylindrical-coordinate representation of color #2C422E: hue angle of 125.45º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2C422E is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB446646-
CMYK0.3300.300.74
HSL125.45º20%21.57%-
HSV(B)125.45º33.33%25.88%-
XYZ3.484.633.29-
YUV57.14121.71118.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.21%
GREEN value IS 66 (26.17% from 255) = 42.31%
BLUE value IS 46 (18.36% from 255) = 29.49%
R=28.21%
G=42.31%
B=29.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4466460.3300.300.74125.452021.57
Hex2C422E2101E4A7d1416
Octal5410256410361121752426
Binary1011001000010101110100001011110100101011111011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,66,46); }

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

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

 a { background-color: rgb(44,66,46); }

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

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

 span { border-color: rgb(44,66,46); }

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