#2B422D

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

Shades of Timber Green #2B422D

Tints of Timber Green #2B422D

Color information

#2B422D (or 0x2B422D) is unknown color: approx Timber Green. HEX triplet: 2B, 42 and 2D. RGB value is (43,66,45). Sum of RGB (Red+Green+Blue) = 43+66+45=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #2B422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B422D is #D4BDD2. Grayscale: #383838. Windows color (decimal): -13942227 or 2966059. OLE color: 2966059.

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

Color convert

RGB436645-
CMYK0.3500.320.74
HSL125.22º21.1%21.37%-
HSV(B)125.22º34.85%25.88%-
XYZ3.424.63.19-
YUV56.73121.38118.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.92%
GREEN value IS 66 (26.17% from 255) = 42.86%
BLUE value IS 45 (17.97% from 255) = 29.22%
R=27.92%
G=42.86%
B=29.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4366450.3500.320.74125.2221.121.37
Hex2B422D230204A7d1515
Octal5310255430401121752525
Binary10101110000101011011000110100000100101011111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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