#2A412E

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

Shades of Timber Green #2A412E

Tints of Timber Green #2A412E

Color information

#2A412E (or 0x2A412E) is unknown color: approx Timber Green. HEX triplet: 2A, 41 and 2E. RGB value is (42,65,46). Sum of RGB (Red+Green+Blue) = 42+65+46=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #2A412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A412E is #D5BED1. Grayscale: #383838. Windows color (decimal): -14008018 or 3031338. OLE color: 3031338.

HSL color Cylindrical-coordinate representation of color #2A412E: hue angle of 130.43º 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 #2A412E is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB426546-
CMYK0.3500.290.75
HSL130.43º21.5%20.98%-
HSV(B)130.43º35.38%25.49%-
XYZ3.344.473.27-
YUV55.96122.38118.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.45%
GREEN value IS 65 (25.78% from 255) = 42.48%
BLUE value IS 46 (18.36% from 255) = 30.07%
R=27.45%
G=42.48%
B=30.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4265460.3500.290.75130.4321.520.98
Hex2A412E2301D4B821515
Octal5210156430351132022525
Binary10101010000011011101000110111011001011100000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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