#2B4734

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

Shades of Timber Green #2B4734

Tints of Timber Green #2B4734

Color information

#2B4734 (or 0x2B4734) is unknown color: approx Timber Green. HEX triplet: 2B, 47 and 34. RGB value is (43,71,52). Sum of RGB (Red+Green+Blue) = 43+71+52=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4734 is #D4B8CB. Grayscale: #3C3C3C. Windows color (decimal): -13940940 or 3426091. OLE color: 3426091.

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

Color convert

RGB437152-
CMYK0.3900.270.72
HSL139.29º24.56%22.35%-
HSV(B)139.29º39.44%27.84%-
XYZ3.875.274.06-
YUV60.46123.22115.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.90%
GREEN value IS 71 (28.12% from 255) = 42.77%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=25.90%
G=42.77%
B=31.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4371520.3900.270.72139.2924.5622.35
Hex2B47342701B488b1916
Octal5310764470331102133126
Binary10101110001111101001001110110111001000100010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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