#2B4732

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

Shades of Timber Green #2B4732

Tints of Timber Green #2B4732

Color information

#2B4732 (or 0x2B4732) is unknown color: approx Timber Green. HEX triplet: 2B, 47 and 32. RGB value is (43,71,50). Sum of RGB (Red+Green+Blue) = 43+71+50=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4732 is #D4B8CD. Grayscale: #3C3C3C. Windows color (decimal): -13940942 or 3295019. OLE color: 3295019.

HSL color Cylindrical-coordinate representation of color #2B4732: hue angle of 135º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B4732 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB437150-
CMYK0.3900.300.72
HSL135º24.56%22.35%-
HSV(B)135º39.44%27.84%-
XYZ3.835.253.83-
YUV60.23122.22115.71-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.22%
GREEN value IS 71 (28.12% from 255) = 43.29%
BLUE value IS 50 (19.92% from 255) = 30.49%
R=26.22%
G=43.29%
B=30.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4371500.3900.300.7213524.5622.35
Hex2B47322701E48871916
Octal5310762470361102073126
Binary10101110001111100101001110111101001000100001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,71,50); }

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

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

 a { background-color: rgb(43,71,50); }

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

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

 span { border-color: rgb(43,71,50); }

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