#2B4C31

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

Shades of Timber Green #2B4C31

Tints of Timber Green #2B4C31

Color information

#2B4C31 (or 0x2B4C31) is unknown color: approx Timber Green. HEX triplet: 2B, 4C and 31. RGB value is (43,76,49). Sum of RGB (Red+Green+Blue) = 43+76+49=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 76 - color contains mainly: green. Hex color #2B4C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4C31 is #D4B3CE. Grayscale: #3F3F3F. Windows color (decimal): -13939663 or 3230763. OLE color: 3230763.

HSL color Cylindrical-coordinate representation of color #2B4C31: hue angle of 130.91º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B4C31 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB437649-
CMYK0.4300.360.70
HSL130.91º27.73%23.33%-
HSV(B)130.91º43.42%29.8%-
XYZ4.145.93.83-
YUV63.05120.07113.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.60%
GREEN value IS 76 (30.08% from 255) = 45.24%
BLUE value IS 49 (19.53% from 255) = 29.17%
R=25.60%
G=45.24%
B=29.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4376490.4300.360.70130.9127.7323.33
Hex2B4C312B02446831c17
Octal5311461530441062033427
Binary101011100110011000110101101001001000110100000111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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