#2D4332

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

Shades of Timber Green #2D4332

Tints of Timber Green #2D4332

Color information

#2D4332 (or 0x2D4332) is unknown color: approx Timber Green. HEX triplet: 2D, 43 and 32. RGB value is (45,67,50). Sum of RGB (Red+Green+Blue) = 45+67+50=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 67 - color contains mainly: green. Hex color #2D4332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4332 is #D2BCCD. Grayscale: #3A3A3A. Windows color (decimal): -13810894 or 3293997. OLE color: 3293997.

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

Color convert

RGB456750-
CMYK0.3300.250.74
HSL133.64º19.64%21.96%-
HSV(B)133.64º32.84%26.27%-
XYZ3.674.83.75-
YUV58.48123.21118.38-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.78%
GREEN value IS 67 (26.56% from 255) = 41.36%
BLUE value IS 50 (19.92% from 255) = 30.86%
R=27.78%
G=41.36%
B=30.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4567500.3300.250.74133.6419.6421.96
Hex2D4332210194A861416
Octal5510362410311122062426
Binary10110110000111100101000010110011001010100001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,67,50); }

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

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

 a { background-color: rgb(45,67,50); }

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

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

 span { border-color: rgb(45,67,50); }

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