#2B432D

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

Shades of Timber Green #2B432D

Tints of Timber Green #2B432D

Color information

#2B432D (or 0x2B432D) is unknown color: approx Timber Green. HEX triplet: 2B, 43 and 2D. RGB value is (43,67,45). Sum of RGB (Red+Green+Blue) = 43+67+45=155 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.74% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 67 - color contains mainly: green. Hex color #2B432D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B432D is #D4BCD2. Grayscale: #393939. Windows color (decimal): -13941971 or 2966315. OLE color: 2966315.

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

Color convert

RGB436745-
CMYK0.3600.330.74
HSL125º21.82%21.57%-
HSV(B)125º35.82%26.27%-
XYZ3.484.723.21-
YUV57.32121.05117.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.74%
GREEN value IS 67 (26.56% from 255) = 43.23%
BLUE value IS 45 (17.97% from 255) = 29.03%
R=27.74%
G=43.23%
B=29.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4367450.3600.330.7412521.8221.57
Hex2B432D240214A7d1616
Octal5310355440411121752626
Binary10101110000111011011001000100001100101011111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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