#2B4E33

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

Shades of Timber Green #2B4E33

Tints of Timber Green #2B4E33

Color information

#2B4E33 (or 0x2B4E33) is unknown color: approx Timber Green. HEX triplet: 2B, 4E and 33. RGB value is (43,78,51). Sum of RGB (Red+Green+Blue) = 43+78+51=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 78 - color contains mainly: green. Hex color #2B4E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4E33 is #D4B1CC. Grayscale: #404040. Windows color (decimal): -13939149 or 3362347. OLE color: 3362347.

HSL color Cylindrical-coordinate representation of color #2B4E33: hue angle of 133.71º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2B4E33 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB437851-
CMYK0.4500.350.69
HSL133.71º28.93%23.73%-
HSV(B)133.71º44.87%30.59%-
XYZ4.326.24.1-
YUV64.46120.4112.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25%
GREEN value IS 78 (30.86% from 255) = 45.35%
BLUE value IS 51 (20.31% from 255) = 29.65%
R=25%
G=45.35%
B=29.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4378510.4500.350.69133.7128.9323.73
Hex2B4E332D02345861d18
Octal5311663550431052063530
Binary101011100111011001110110101000111000101100001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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