#2B4B31

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

Shades of Timber Green #2B4B31

Tints of Timber Green #2B4B31

Color information

#2B4B31 (or 0x2B4B31) is unknown color: approx Timber Green. HEX triplet: 2B, 4B and 31. RGB value is (43,75,49). Sum of RGB (Red+Green+Blue) = 43+75+49=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #2B4B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4B31 is #D4B4CE. Grayscale: #3E3E3E. Windows color (decimal): -13939919 or 3230507. OLE color: 3230507.

HSL color Cylindrical-coordinate representation of color #2B4B31: hue angle of 131.25º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B4B31 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB437549-
CMYK0.4300.350.71
HSL131.25º27.12%23.14%-
HSV(B)131.25º42.67%29.41%-
XYZ4.075.773.8-
YUV62.47120.4114.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.75%
GREEN value IS 75 (29.69% from 255) = 44.91%
BLUE value IS 49 (19.53% from 255) = 29.34%
R=25.75%
G=44.91%
B=29.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4375490.4300.350.71131.2527.1223.14
Hex2B4B312B02347831b17
Octal5311361530431072033327
Binary101011100101111000110101101000111000111100000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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