#2C462F

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

Shades of Timber Green #2C462F

Tints of Timber Green #2C462F

Color information

#2C462F (or 0x2C462F) is unknown color: approx Timber Green. HEX triplet: 2C, 46 and 2F. RGB value is (44,70,47). Sum of RGB (Red+Green+Blue) = 44+70+47=161 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.33% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 70 - color contains mainly: green. Hex color #2C462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C462F is #D3B9D0. Grayscale: #3B3B3B. Windows color (decimal): -13875665 or 3098156. OLE color: 3098156.

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

Color convert

RGB447047-
CMYK0.3700.330.73
HSL126.92º22.81%22.35%-
HSV(B)126.92º37.14%27.45%-
XYZ3.745.123.48-
YUV59.6120.89116.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.33%
GREEN value IS 70 (27.73% from 255) = 43.48%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=27.33%
G=43.48%
B=29.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4470470.3700.330.73126.9222.8122.35
Hex2C462F25021497f1716
Octal5410657450411111772726
Binary10110010001101011111001010100001100100111111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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