#2C442F

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

Shades of Timber Green #2C442F

Tints of Timber Green #2C442F

Color information

#2C442F (or 0x2C442F) is unknown color: approx Timber Green. HEX triplet: 2C, 44 and 2F. RGB value is (44,68,47). Sum of RGB (Red+Green+Blue) = 44+68+47=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 68 - color contains mainly: green. Hex color #2C442F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C442F is #D3BBD0. Grayscale: #3A3A3A. Windows color (decimal): -13876177 or 3097644. OLE color: 3097644.

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

Color convert

RGB446847-
CMYK0.3500.310.73
HSL127.5º21.43%21.96%-
HSV(B)127.5º35.29%26.67%-
XYZ3.624.873.44-
YUV58.43121.55117.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.67%
GREEN value IS 68 (26.95% from 255) = 42.77%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=27.67%
G=42.77%
B=29.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4468470.3500.310.73127.521.4321.96
Hex2C442F2301F49801516
Octal5410457430371112002526
Binary10110010001001011111000110111111001001100000001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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