#2D4433

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

Shades of Timber Green #2D4433

Tints of Timber Green #2D4433

Color information

#2D4433 (or 0x2D4433) is unknown color: approx Timber Green. HEX triplet: 2D, 44 and 33. RGB value is (45,68,51). Sum of RGB (Red+Green+Blue) = 45+68+51=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 68 - color contains mainly: green. Hex color #2D4433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4433 is #D2BBCC. Grayscale: #3B3B3B. Windows color (decimal): -13810637 or 3359789. OLE color: 3359789.

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

Color convert

RGB456851-
CMYK0.3400.250.73
HSL135.65º20.35%22.16%-
HSV(B)135.65º33.82%26.67%-
XYZ3.754.933.89-
YUV59.18123.38117.88-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.44%
GREEN value IS 68 (26.95% from 255) = 41.46%
BLUE value IS 51 (20.31% from 255) = 31.10%
R=27.44%
G=41.46%
B=31.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4568510.3400.250.73135.6520.3522.16
Hex2D44332201949881416
Octal5510463420311112102426
Binary10110110001001100111000100110011001001100010001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,68,51); }

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

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

 a { background-color: rgb(45,68,51); }

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

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

 span { border-color: rgb(45,68,51); }

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