#2B4530

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

Shades of Timber Green #2B4530

Tints of Timber Green #2B4530

Color information

#2B4530 (or 0x2B4530) is unknown color: approx Timber Green. HEX triplet: 2B, 45 and 30. RGB value is (43,69,48). Sum of RGB (Red+Green+Blue) = 43+69+48=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 69 - color contains mainly: green. Hex color #2B4530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4530 is #D4BACF. Grayscale: #3A3A3A. Windows color (decimal): -13941456 or 3163435. OLE color: 3163435.

HSL color Cylindrical-coordinate representation of color #2B4530: hue angle of 131.54º 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 #2B4530 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB436948-
CMYK0.3800.300.73
HSL131.54º23.21%21.96%-
HSV(B)131.54º37.68%27.06%-
XYZ3.664.983.57-
YUV58.83121.89116.71-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.88%
GREEN value IS 69 (27.34% from 255) = 43.12%
BLUE value IS 48 (19.14% from 255) = 30%
R=26.88%
G=43.12%
B=30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4369480.3800.300.73131.5423.2121.96
Hex2B45302601E49841716
Octal5310560460361112042726
Binary10101110001011100001001100111101001001100001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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