#2D4935

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

Shades of Timber Green #2D4935

Tints of Timber Green #2D4935

Color information

#2D4935 (or 0x2D4935) is unknown color: approx Timber Green. HEX triplet: 2D, 49 and 35. RGB value is (45,73,53). Sum of RGB (Red+Green+Blue) = 45+73+53=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 73 - color contains mainly: green. Hex color #2D4935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4935 is #D2B6CA. Grayscale: #3E3E3E. Windows color (decimal): -13809355 or 3492141. OLE color: 3492141.

HSL color Cylindrical-coordinate representation of color #2D4935: hue angle of 137.14º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D4935 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB457353-
CMYK0.3800.270.71
HSL137.14º23.73%23.14%-
HSV(B)137.14º38.36%28.63%-
XYZ4.115.584.23-
YUV62.35122.72115.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.32%
GREEN value IS 73 (28.91% from 255) = 42.69%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=26.32%
G=42.69%
B=30.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4573530.3800.270.71137.1423.7323.14
Hex2D49352601B47891817
Octal5511165460331072113027
Binary10110110010011101011001100110111000111100010011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,73,53); }

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

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

 a { background-color: rgb(45,73,53); }

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

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

 span { border-color: rgb(45,73,53); }

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