#2B4533

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

Shades of Timber Green #2B4533

Tints of Timber Green #2B4533

Color information

#2B4533 (or 0x2B4533) is unknown color: approx Timber Green. HEX triplet: 2B, 45 and 33. RGB value is (43,69,51). Sum of RGB (Red+Green+Blue) = 43+69+51=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 69 - color contains mainly: green. Hex color #2B4533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4533 is #D4BACC. Grayscale: #3B3B3B. Windows color (decimal): -13941453 or 3360043. OLE color: 3360043.

HSL color Cylindrical-coordinate representation of color #2B4533: hue angle of 138.46º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2B4533 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB436951-
CMYK0.3800.260.73
HSL138.46º23.21%21.96%-
HSV(B)138.46º37.68%27.06%-
XYZ3.725.013.9-
YUV59.17123.39116.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.38%
GREEN value IS 69 (27.34% from 255) = 42.33%
BLUE value IS 51 (20.31% from 255) = 31.29%
R=26.38%
G=42.33%
B=31.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4369510.3800.260.73138.4623.2121.96
Hex2B45332601A498a1716
Octal5310563460321112122726
Binary10101110001011100111001100110101001001100010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,69,51); }

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

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

 a { background-color: rgb(43,69,51); }

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

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

 span { border-color: rgb(43,69,51); }

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