#2B472F

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

Shades of Timber Green #2B472F

Tints of Timber Green #2B472F

Color information

#2B472F (or 0x2B472F) is unknown color: approx Timber Green. HEX triplet: 2B, 47 and 2F. RGB value is (43,71,47). Sum of RGB (Red+Green+Blue) = 43+71+47=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #2B472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B472F is #D4B8D0. Grayscale: #3B3B3B. Windows color (decimal): -13940945 or 3098411. OLE color: 3098411.

HSL color Cylindrical-coordinate representation of color #2B472F: hue angle of 128.57º 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 #2B472F is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB437147-
CMYK0.3900.340.72
HSL128.57º24.56%22.35%-
HSV(B)128.57º39.44%27.84%-
XYZ3.765.233.5-
YUV59.89120.72115.95-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.71%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=26.71%
G=44.10%
B=29.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4371470.3900.340.72128.5724.5622.35
Hex2B472F2702248811916
Octal5310757470421102013126
Binary101011100011110111110011101000101001000100000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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