#2B4131

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

Shades of Timber Green #2B4131

Tints of Timber Green #2B4131

Color information

#2B4131 (or 0x2B4131) is unknown color: approx Timber Green. HEX triplet: 2B, 41 and 31. RGB value is (43,65,49). Sum of RGB (Red+Green+Blue) = 43+65+49=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #2B4131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4131 is #D4BECE. Grayscale: #383838. Windows color (decimal): -13942479 or 3227947. OLE color: 3227947.

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

Color convert

RGB436549-
CMYK0.3400.250.75
HSL136.36º20.37%21.18%-
HSV(B)136.36º33.85%25.49%-
XYZ3.444.523.6-
YUV56.6123.71118.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.39%
GREEN value IS 65 (25.78% from 255) = 41.40%
BLUE value IS 49 (19.53% from 255) = 31.21%
R=27.39%
G=41.40%
B=31.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4365490.3400.250.75136.3620.3721.18
Hex2B4131220194B881415
Octal5310161420311132102425
Binary10101110000011100011000100110011001011100010001010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,65,49); }

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

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

 a { background-color: rgb(43,65,49); }

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

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

 span { border-color: rgb(43,65,49); }

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