#2B452D

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

Shades of Timber Green #2B452D

Tints of Timber Green #2B452D

Color information

#2B452D (or 0x2B452D) is unknown color: approx Timber Green. HEX triplet: 2B, 45 and 2D. RGB value is (43,69,45). Sum of RGB (Red+Green+Blue) = 43+69+45=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 69 - color contains mainly: green. Hex color #2B452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B452D is #D4BAD2. Grayscale: #3A3A3A. Windows color (decimal): -13941459 or 2966827. OLE color: 2966827.

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

Color convert

RGB436945-
CMYK0.3800.350.73
HSL124.62º23.21%21.96%-
HSV(B)124.62º37.68%27.06%-
XYZ3.64.963.25-
YUV58.49120.39116.95-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.39%
GREEN value IS 69 (27.34% from 255) = 43.95%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=27.39%
G=43.95%
B=28.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4369450.3800.350.73124.6223.2121.96
Hex2B452D26023497d1716
Octal5310555460431111752726
Binary10101110001011011011001100100011100100111111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,69,45); }

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

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

 a { background-color: rgb(43,69,45); }

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

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

 span { border-color: rgb(43,69,45); }

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