#2B432F

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

Shades of Timber Green #2B432F

Tints of Timber Green #2B432F

Color information

#2B432F (or 0x2B432F) is unknown color: approx Timber Green. HEX triplet: 2B, 43 and 2F. RGB value is (43,67,47). Sum of RGB (Red+Green+Blue) = 43+67+47=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 67 - color contains mainly: green. Hex color #2B432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B432F is #D4BCD0. Grayscale: #393939. Windows color (decimal): -13941969 or 3097387. OLE color: 3097387.

HSL color Cylindrical-coordinate representation of color #2B432F: hue angle of 130º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2B432F is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB436747-
CMYK0.3600.300.74
HSL130º21.82%21.57%-
HSV(B)130º35.82%26.27%-
XYZ3.524.733.42-
YUV57.54122.05117.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.39%
GREEN value IS 67 (26.56% from 255) = 42.68%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=27.39%
G=42.68%
B=29.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4367470.3600.300.7413021.8221.57
Hex2B432F2401E4A821616
Octal5310357440361122022626
Binary10101110000111011111001000111101001010100000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B432F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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