#2A442F

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

Shades of Timber Green #2A442F

Tints of Timber Green #2A442F

Color information

#2A442F (or 0x2A442F) is unknown color: approx Timber Green. HEX triplet: 2A, 44 and 2F. RGB value is (42,68,47). Sum of RGB (Red+Green+Blue) = 42+68+47=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 68 - color contains mainly: green. Hex color #2A442F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A442F is #D5BBD0. Grayscale: #393939. Windows color (decimal): -14007249 or 3097642. OLE color: 3097642.

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

Color convert

RGB426847-
CMYK0.3800.310.73
HSL131.54º23.64%21.57%-
HSV(B)131.54º38.24%26.67%-
XYZ3.544.833.44-
YUV57.83121.89116.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.75%
GREEN value IS 68 (26.95% from 255) = 43.31%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=26.75%
G=43.31%
B=29.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4268470.3800.310.73131.5423.6421.57
Hex2A442F2601F49841816
Octal5210457460371112043026
Binary10101010001001011111001100111111001001100001001100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,68,47); }

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

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

 a { background-color: rgb(42,68,47); }

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

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

 span { border-color: rgb(42,68,47); }

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