#2D462E

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

Shades of Timber Green #2D462E

Tints of Timber Green #2D462E

Color information

#2D462E (or 0x2D462E) is unknown color: approx Timber Green. HEX triplet: 2D, 46 and 2E. RGB value is (45,70,46). Sum of RGB (Red+Green+Blue) = 45+70+46=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 70 - color contains mainly: green. Hex color #2D462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D462E is #D2B9D1. Grayscale: #3B3B3B. Windows color (decimal): -13810130 or 3032621. OLE color: 3032621.

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

Color convert

RGB457046-
CMYK0.3600.340.73
HSL122.4º21.74%22.55%-
HSV(B)122.4º35.71%27.45%-
XYZ3.775.143.38-
YUV59.79120.22117.45-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.95%
GREEN value IS 70 (27.73% from 255) = 43.48%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=27.95%
G=43.48%
B=28.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4570460.3600.340.73122.421.7422.55
Hex2D462E24022497a1617
Octal5510656440421111722627
Binary10110110001101011101001000100010100100111110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,70,46); }

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

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

 a { background-color: rgb(45,70,46); }

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

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

 span { border-color: rgb(45,70,46); }

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