#2A4130

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

Shades of Timber Green #2A4130

Tints of Timber Green #2A4130

Color information

#2A4130 (or 0x2A4130) is unknown color: approx Timber Green. HEX triplet: 2A, 41 and 30. RGB value is (42,65,48). Sum of RGB (Red+Green+Blue) = 42+65+48=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #2A4130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4130 is #D5BECF. Grayscale: #383838. Windows color (decimal): -14008016 or 3162410. OLE color: 3162410.

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

Color convert

RGB426548-
CMYK0.3500.260.75
HSL135.65º21.5%20.98%-
HSV(B)135.65º35.38%25.49%-
XYZ3.384.493.48-
YUV56.18123.38117.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.10%
GREEN value IS 65 (25.78% from 255) = 41.94%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=27.10%
G=41.94%
B=30.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4265480.3500.260.75135.6521.520.98
Hex2A41302301A4B881515
Octal5210160430321132102525
Binary10101010000011100001000110110101001011100010001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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