#2A4131

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

Shades of Timber Green #2A4131

Tints of Timber Green #2A4131

Color information

#2A4131 (or 0x2A4131) is unknown color: approx Timber Green. HEX triplet: 2A, 41 and 31. RGB value is (42,65,49). Sum of RGB (Red+Green+Blue) = 42+65+49=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 65 - color contains mainly: green. Hex color #2A4131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4131 is #D5BECE. Grayscale: #383838. Windows color (decimal): -14008015 or 3227946. OLE color: 3227946.

HSL color Cylindrical-coordinate representation of color #2A4131: hue angle of 138.26º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2A4131 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB426549-
CMYK0.3500.250.75
HSL138.26º21.5%20.98%-
HSV(B)138.26º35.38%25.49%-
XYZ3.44.493.59-
YUV56.3123.88117.8-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.92%
GREEN value IS 65 (25.78% from 255) = 41.67%
BLUE value IS 49 (19.53% from 255) = 31.41%
R=26.92%
G=41.67%
B=31.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4265490.3500.250.75138.2621.520.98
Hex2A4131230194B8a1515
Octal5210161430311132122525
Binary10101010000011100011000110110011001011100010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,65,49); }

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

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

 a { background-color: rgb(42,65,49); }

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

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

 span { border-color: rgb(42,65,49); }

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