#2D4133

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

Shades of Timber Green #2D4133

Tints of Timber Green #2D4133

Color information

#2D4133 (or 0x2D4133) is unknown color: approx Timber Green. HEX triplet: 2D, 41 and 33. RGB value is (45,65,51). Sum of RGB (Red+Green+Blue) = 45+65+51=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4133 is #D2BECC. Grayscale: #393939. Windows color (decimal): -13811405 or 3359021. OLE color: 3359021.

HSL color Cylindrical-coordinate representation of color #2D4133: hue angle of 138º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2D4133 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB456551-
CMYK0.3100.220.75
HSL138º18.18%21.57%-
HSV(B)138º30.77%25.49%-
XYZ3.574.583.83-
YUV57.42124.37119.14-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.95%
GREEN value IS 65 (25.78% from 255) = 40.37%
BLUE value IS 51 (20.31% from 255) = 31.68%
R=27.95%
G=40.37%
B=31.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4565510.3100.220.7513818.1821.57
Hex2D41331F0164B8a1216
Octal5510163370261132122226
Binary1011011000001110011111110101101001011100010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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