#2A482C

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

Shades of Timber Green #2A482C

Tints of Timber Green #2A482C

Color information

#2A482C (or 0x2A482C) is unknown color: approx Timber Green. HEX triplet: 2A, 48 and 2C. RGB value is (42,72,44). Sum of RGB (Red+Green+Blue) = 42+72+44=158 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.58% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #2A482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A482C is #D5B7D3. Grayscale: #3B3B3B. Windows color (decimal): -14006228 or 2902058. OLE color: 2902058.

HSL color Cylindrical-coordinate representation of color #2A482C: hue angle of 124º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A482C is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB427244-
CMYK0.4200.390.72
HSL124º26.32%22.35%-
HSV(B)124º41.67%28.24%-
XYZ3.735.313.21-
YUV59.84119.06115.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.58%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=26.58%
G=45.57%
B=27.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4272440.4200.390.7212426.3222.35
Hex2A482C2A027487c1a16
Octal5211054520471101743226
Binary10101010010001011001010100100111100100011111001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,72,44); }

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

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

 a { background-color: rgb(42,72,44); }

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

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

 span { border-color: rgb(42,72,44); }

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