#2C452E

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

Shades of Timber Green #2C452E

Tints of Timber Green #2C452E

Color information

#2C452E (or 0x2C452E) is unknown color: approx Timber Green. HEX triplet: 2C, 45 and 2E. RGB value is (44,69,46). Sum of RGB (Red+Green+Blue) = 44+69+46=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #2C452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C452E is #D3BAD1. Grayscale: #3A3A3A. Windows color (decimal): -13875922 or 3032364. OLE color: 3032364.

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

Color convert

RGB446946-
CMYK0.3600.330.73
HSL124.8º22.12%22.16%-
HSV(B)124.8º36.23%27.06%-
XYZ3.664.993.35-
YUV58.9120.72117.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.67%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=27.67%
G=43.40%
B=28.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4469460.3600.330.73124.822.1222.16
Hex2C452E24021497d1616
Octal5410556440411111752626
Binary10110010001011011101001000100001100100111111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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