#2B462E

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

Shades of Timber Green #2B462E

Tints of Timber Green #2B462E

Color information

#2B462E (or 0x2B462E) is unknown color: approx Timber Green. HEX triplet: 2B, 46 and 2E. RGB value is (43,70,46). Sum of RGB (Red+Green+Blue) = 43+70+46=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 70 - color contains mainly: green. Hex color #2B462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B462E is #D4B9D1. Grayscale: #3B3B3B. Windows color (decimal): -13941202 or 3032619. OLE color: 3032619.

HSL color Cylindrical-coordinate representation of color #2B462E: hue angle of 126.67º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B462E is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB437046-
CMYK0.3900.340.73
HSL126.67º23.89%22.16%-
HSV(B)126.67º38.57%27.45%-
XYZ3.685.093.37-
YUV59.19120.55116.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.04%
GREEN value IS 70 (27.73% from 255) = 44.03%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=27.04%
G=44.03%
B=28.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4370460.3900.340.73126.6723.8922.16
Hex2B462E27022497f1816
Octal5310656470421111773026
Binary10101110001101011101001110100010100100111111111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,70,46); }

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

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

 a { background-color: rgb(43,70,46); }

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

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

 span { border-color: rgb(43,70,46); }

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